com.aspose.email
Class VCardDeliveryAddress

java.lang.Object
  extended by com.aspose.email.VCardDeliveryAddress

public final class VCardDeliveryAddress
extends Object

Represents a vCard delivery address


Constructor Summary
VCardDeliveryAddress()
           Initializes a new instance of the VCardDeliveryAddress class
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardDeliveryAddress

public VCardDeliveryAddress()

Initializes a new instance of the VCardDeliveryAddress class

Method Detail

getPoBox

public String getPoBox()

Gets or sets a PO box


setPoBox

public void setPoBox(String value)

getExtendedAddress

public String getExtendedAddress()

Gets or sets an extended address


setExtendedAddress

public void setExtendedAddress(String value)

getStreet

public String getStreet()

Gets or sets a street


setStreet

public void setStreet(String value)

getLocality

public String getLocality()

Gets or sets a locality


setLocality

public void setLocality(String value)

getRegion

public String getRegion()

Gets or sets a region


setRegion

public void setRegion(String value)

getPostalCode

public String getPostalCode()

Gets or sets a postal code


setPostalCode

public void setPostalCode(String value)

getCountryName

public String getCountryName()

Gets or sets a country


setCountryName

public void setCountryName(String value)

getAddressType

public int getAddressType()

Gets or sets an address type


setAddressType

public void setAddressType(int value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.