public final class VCardDeliveryAddress extends Object
Represents a vCard delivery address
Constructor and Description |
---|
VCardDeliveryAddress()
Initializes a new instance of the
VCardDeliveryAddress class |
Modifier and Type | Method and Description |
---|---|
int |
getAddressType()
Gets or sets an address type
|
String |
getCountryName()
Gets or sets a country
|
String |
getExtendedAddress()
Gets or sets an extended address
|
String |
getLocality()
Gets or sets a locality
|
String |
getPoBox()
Gets or sets a PO box
|
String |
getPostalCode()
Gets or sets a postal code
|
String |
getRegion()
Gets or sets a region
|
String |
getStreet()
Gets or sets a street
|
void |
setAddressType(int value)
Gets or sets an address type
|
void |
setCountryName(String value)
Gets or sets a country
|
void |
setExtendedAddress(String value)
Gets or sets an extended address
|
void |
setLocality(String value)
Gets or sets a locality
|
void |
setPoBox(String value)
Gets or sets a PO box
|
void |
setPostalCode(String value)
Gets or sets a postal code
|
void |
setRegion(String value)
Gets or sets a region
|
void |
setStreet(String value)
Gets or sets a street
|
public VCardDeliveryAddress()
Initializes a new instance of the VCardDeliveryAddress
class
public final String getPoBox()
Gets or sets a PO box
public final void setPoBox(String value)
Gets or sets a PO box
public final String getExtendedAddress()
Gets or sets an extended address
public final void setExtendedAddress(String value)
Gets or sets an extended address
public final String getStreet()
Gets or sets a street
public final void setStreet(String value)
Gets or sets a street
public final String getLocality()
Gets or sets a locality
public final void setLocality(String value)
Gets or sets a locality
public final String getRegion()
Gets or sets a region
public final void setRegion(String value)
Gets or sets a region
public final String getPostalCode()
Gets or sets a postal code
public final void setPostalCode(String value)
Gets or sets a postal code
public final String getCountryName()
Gets or sets a country
public final void setCountryName(String value)
Gets or sets a country
public final int getAddressType()
Gets or sets an address type
public final void setAddressType(int value)
Gets or sets an address type