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) |
void |
setCountryName(String value) |
void |
setExtendedAddress(String value) |
void |
setLocality(String value) |
void |
setPoBox(String value) |
void |
setPostalCode(String value) |
void |
setRegion(String value) |
void |
setStreet(String value) |
public VCardDeliveryAddress()
Initializes a new instance of the VCardDeliveryAddress
class
public String getPoBox()
Gets or sets a PO box
public void setPoBox(String value)
public String getExtendedAddress()
Gets or sets an extended address
public void setExtendedAddress(String value)
public String getStreet()
Gets or sets a street
public void setStreet(String value)
public String getLocality()
Gets or sets a locality
public void setLocality(String value)
public String getRegion()
Gets or sets a region
public void setRegion(String value)
public String getPostalCode()
Gets or sets a postal code
public void setPostalCode(String value)
public String getCountryName()
Gets or sets a country
public void setCountryName(String value)
public int getAddressType()
Gets or sets an address type
public void setAddressType(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.