PostalAddress

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Comparable, com.aspose.ms.System.IEquatable

public class PostalAddress implements Comparable<PostalAddress>, System.IEquatable<PostalAddress>

Represents a postal address.

Constructors

ConstructorDescription
PostalAddress()

Methods

MethodDescription
compareTo(PostalAddress obj)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
equals(PostalAddress obj)
equals(PostalAddress x, PostalAddress y)Determines whether the specified object instances are considered equal.
equals(Object obj)Determines whether the specified Object is equal to the current Object.
getAddress()Gets or sets an address
getCategory()Gets or sets an object category
getCity()Gets or sets a city
getClass()
getCountry()Gets or sets a country
getCountryCode()Gets or sets a country code
getPostOfficeBox()Gets or sets a post Office box
getPostalCode()Gets or sets a post code
getPrefered()Gets or sets a value which defines whether postal address is preferred.
getStateOrProvince()Gets or sets a region
getStreet()Gets or sets a street
hashCode()GetHashCode returns a hash function for this object.
hashCode(PostalAddress obj)GetHashCode returns a hash function for specified object.
isMailingAddress()Gets or sets a value which defines whether address may be used for mailing.
notify()
notifyAll()
op_Equality(PostalAddress a, PostalAddress b)Determines whether the specified objects are equal.
op_Inequality(PostalAddress a, PostalAddress b)Determines whether the specified objects are not equal.
setAddress(String value)Gets or sets an address
setCategory(PostalAddressCategory value)Gets or sets an object category
setCity(String value)Gets or sets a city
setCountry(String value)Gets or sets a country
setCountryCode(String value)Gets or sets a country code
setMailingAddress(boolean value)Gets or sets a value which defines whether address may be used for mailing.
setPostOfficeBox(String value)Gets or sets a post Office box
setPostalCode(String value)Gets or sets a post code
setPrefered(boolean value)Gets or sets a value which defines whether postal address is preferred.
setStateOrProvince(String value)Gets or sets a region
setStreet(String value)Gets or sets a street
toString()Returns a string that represents the current object.
wait()
wait(long arg0)
wait(long arg0, int arg1)

PostalAddress()

public PostalAddress()

compareTo(PostalAddress obj)

public int compareTo(PostalAddress obj)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Parameters:

ParameterTypeDescription
objPostalAddressAn object to compare with this instance, or null.

Returns: int - This method returns: a value less than 0 if this is less than value 0 if this is equal to value a value greater than 0 if this is greater than value

equals(PostalAddress obj)

public final boolean equals(PostalAddress obj)

Parameters:

ParameterTypeDescription
objPostalAddress

Returns: boolean

equals(PostalAddress x, PostalAddress y)

public final boolean equals(PostalAddress x, PostalAddress y)

Determines whether the specified object instances are considered equal.

Parameters:

ParameterTypeDescription
xPostalAddressThe first object to compare.
yPostalAddressThe second object to compare.

Returns: boolean - true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

equals(Object obj)

public boolean equals(Object obj)

Determines whether the specified Object is equal to the current Object.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe Object to compare with the current Object.

Returns: boolean - Returns a boolean indicating if the passed in object obj is Equal to this.

getAddress()

public final String getAddress()

Gets or sets an address

Returns: java.lang.String

getCategory()

public final PostalAddressCategory getCategory()

Gets or sets an object category

Returns: PostalAddressCategory

getCity()

public final String getCity()

Gets or sets a city

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCountry()

public final String getCountry()

Gets or sets a country

Returns: java.lang.String

getCountryCode()

public final String getCountryCode()

Gets or sets a country code

Returns: java.lang.String

getPostOfficeBox()

public final String getPostOfficeBox()

Gets or sets a post Office box

Returns: java.lang.String

getPostalCode()

public final String getPostalCode()

Gets or sets a post code

Returns: java.lang.String

getPrefered()

public final boolean getPrefered()

Gets or sets a value which defines whether postal address is preferred.

Returns: boolean

getStateOrProvince()

public final String getStateOrProvince()

Gets or sets a region

Returns: java.lang.String

getStreet()

public final String getStreet()

Gets or sets a street

Returns: java.lang.String

hashCode()

public int hashCode()

GetHashCode returns a hash function for this object.

Returns: int - Returns a hash function for this object.

hashCode(PostalAddress obj)

public int hashCode(PostalAddress obj)

GetHashCode returns a hash function for specified object.

Parameters:

ParameterTypeDescription
objPostalAddressThe Object for which a hash code is to be returned.

Returns: int - Returns a hash function for specified object.

isMailingAddress()

public final boolean isMailingAddress()

Gets or sets a value which defines whether address may be used for mailing.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

op_Equality(PostalAddress a, PostalAddress b)

public static boolean op_Equality(PostalAddress a, PostalAddress b)

Determines whether the specified objects are equal.

Parameters:

ParameterTypeDescription
aPostalAddressFirst object to compare
bPostalAddressSecond object to compare

Returns: boolean - Returns true if objects are equal, otherwise false.

op_Inequality(PostalAddress a, PostalAddress b)

public static boolean op_Inequality(PostalAddress a, PostalAddress b)

Determines whether the specified objects are not equal.

Parameters:

ParameterTypeDescription
aPostalAddressFirst object to compare
bPostalAddressSecond object to compare

Returns: boolean - Returns true if objects are not equal, otherwise false.

setAddress(String value)

public final void setAddress(String value)

Gets or sets an address

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCategory(PostalAddressCategory value)

public final void setCategory(PostalAddressCategory value)

Gets or sets an object category

Parameters:

ParameterTypeDescription
valuePostalAddressCategory

setCity(String value)

public final void setCity(String value)

Gets or sets a city

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCountry(String value)

public final void setCountry(String value)

Gets or sets a country

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCountryCode(String value)

public final void setCountryCode(String value)

Gets or sets a country code

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMailingAddress(boolean value)

public final void setMailingAddress(boolean value)

Gets or sets a value which defines whether address may be used for mailing.

Parameters:

ParameterTypeDescription
valueboolean

setPostOfficeBox(String value)

public final void setPostOfficeBox(String value)

Gets or sets a post Office box

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPostalCode(String value)

public final void setPostalCode(String value)

Gets or sets a post code

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPrefered(boolean value)

public final void setPrefered(boolean value)

Gets or sets a value which defines whether postal address is preferred.

Parameters:

ParameterTypeDescription
valueboolean

setStateOrProvince(String value)

public final void setStateOrProvince(String value)

Gets or sets a region

Parameters:

ParameterTypeDescription
valuejava.lang.String

setStreet(String value)

public final void setStreet(String value)

Gets or sets a street

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - Returns a string that represents the current object.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int