MapiContactPhysicalAddress
Inheritance: java.lang.Object, com.aspose.email.MapiContactAddress
public final class MapiContactPhysicalAddress extends MapiContactAddress
Refers to the group of properties that define physical address for a contact.
Constructors
Constructor | Description |
---|---|
MapiContactPhysicalAddress() | Initializes a new instance of the MapiContactPhysicalAddress class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAddress() | Specifies the complete address of the contact’s address |
getCity() | Specifies the city or locality portion of the contact’s address |
getClass() | |
getCountry() | Specifies the country or region portion of the contact’s address |
getCountryCode() | Specifies the country code portion of the contact’s address |
getPostOfficeBox() | Gets or sets the post office box |
getPostalCode() | Specifies the postal code (ZIP code) portion of the contact’s address |
getStateOrProvince() | Specifies the state or province portion of the contact’s address |
getStreet() | Specifies the street portion of the contact’s address |
hashCode() | |
isMailingAddress() | Gets or sets a value indicating whether this address is mailing address |
notify() | |
notifyAll() | |
setAddress(String value) | Specifies the complete address of the contact’s address |
setCity(String value) | Specifies the city or locality portion of the contact’s address |
setCountry(String value) | Specifies the country or region portion of the contact’s address |
setCountryCode(String value) | Specifies the country code portion of the contact’s address |
setMailingAddress(boolean value) | Gets or sets a value indicating whether this address is mailing address |
setPostOfficeBox(String value) | Gets or sets the post office box |
setPostalCode(String value) | Specifies the postal code (ZIP code) portion of the contact’s address |
setStateOrProvince(String value) | Specifies the state or province portion of the contact’s address |
setStreet(String value) | Specifies the street portion of the contact’s address |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiContactPhysicalAddress()
public MapiContactPhysicalAddress()
Initializes a new instance of the MapiContactPhysicalAddress class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAddress()
public final String getAddress()
Specifies the complete address of the contact’s address
Returns: java.lang.String
getCity()
public final String getCity()
Specifies the city or locality portion of the contact’s address
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCountry()
public final String getCountry()
Specifies the country or region portion of the contact’s address
Returns: java.lang.String
getCountryCode()
public final String getCountryCode()
Specifies the country code portion of the contact’s address
Returns: java.lang.String
getPostOfficeBox()
public final String getPostOfficeBox()
Gets or sets the post office box
Returns: java.lang.String
getPostalCode()
public final String getPostalCode()
Specifies the postal code (ZIP code) portion of the contact’s address
Returns: java.lang.String
getStateOrProvince()
public final String getStateOrProvince()
Specifies the state or province portion of the contact’s address
Returns: java.lang.String
getStreet()
public final String getStreet()
Specifies the street portion of the contact’s address
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isMailingAddress()
public final boolean isMailingAddress()
Gets or sets a value indicating whether this address is mailing address
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAddress(String value)
public final void setAddress(String value)
Specifies the complete address of the contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCity(String value)
public final void setCity(String value)
Specifies the city or locality portion of the contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCountry(String value)
public final void setCountry(String value)
Specifies the country or region portion of the contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCountryCode(String value)
public final void setCountryCode(String value)
Specifies the country code portion of the contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setMailingAddress(boolean value)
public final void setMailingAddress(boolean value)
Gets or sets a value indicating whether this address is mailing address
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setPostOfficeBox(String value)
public final void setPostOfficeBox(String value)
Gets or sets the post office box
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setPostalCode(String value)
public final void setPostalCode(String value)
Specifies the postal code (ZIP code) portion of the contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setStateOrProvince(String value)
public final void setStateOrProvince(String value)
Specifies the state or province portion of the contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setStreet(String value)
public final void setStreet(String value)
Specifies the street portion of the contact’s address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |