|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiContactPhysicalAddress
public final class MapiContactPhysicalAddress
Refers to the group of properties that define physical address for a contact.
Method Summary | |
---|---|
String |
getAddress()
Specifies the complete address of the contact's address |
String |
getCity()
Specifies the city or locality portion of the contact's address |
String |
getCountry()
Specifies the country or region portion of the contact's address |
String |
getCountryCode()
Specifies the country code portion of the contact's address |
String |
getPostalCode()
Specifies the postal code (ZIP code) portion of the contact's address |
String |
getStateOrProvince()
Specifies the state or province portion of the contact's address |
String |
getStreet()
Specifies the street portion of the contact's address |
boolean |
isMailingAddress()
|
void |
isMailingAddress(boolean value)
|
void |
setAddress(String value)
|
void |
setCity(String value)
|
void |
setCountry(String value)
|
void |
setCountryCode(String value)
|
void |
setPostalCode(String value)
|
void |
setStateOrProvince(String value)
|
void |
setStreet(String value)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isMailingAddress()
public void isMailingAddress(boolean value)
public String getStreet()
public void setStreet(String value)
public String getCity()
public void setCity(String value)
public String getStateOrProvince()
public void setStateOrProvince(String value)
public String getPostalCode()
public void setPostalCode(String value)
public String getCountry()
public void setCountry(String value)
public String getCountryCode()
public void setCountryCode(String value)
public String getAddress()
public void setAddress(String value)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |