PostalAddress Class

public class PostalAddress
extends StructuredValue

Defines a postal address.

Constructor Summary

Constructor Description
PostalAddress()

Method Summary

Modifier and Type Method and Description
java.lang.String addressCountry()

Get the addressCountry value.

java.lang.String addressLocality()

Get the addressLocality value.

java.lang.String addressRegion()

Get the addressRegion value.

java.lang.String addressRegionAbbreviation()

Get the addressRegionAbbreviation value.

java.lang.String addressSubregion()

Get the addressSubregion value.

java.lang.String countryIso()

Get the countryIso value.

java.lang.String neighborhood()

Get the neighborhood value.

java.lang.String postOfficeBoxNumber()

Get the postOfficeBoxNumber value.

java.lang.String postalCode()

Get the postalCode value.

java.lang.String streetAddress()

Get the streetAddress value.

java.lang.String text()

Get the text value.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PostalAddress

public PostalAddress()

Method Details

addressCountry

public String addressCountry()

Get the addressCountry value.

Returns:

the addressCountry value

addressLocality

public String addressLocality()

Get the addressLocality value.

Returns:

the addressLocality value

addressRegion

public String addressRegion()

Get the addressRegion value.

Returns:

the addressRegion value

addressRegionAbbreviation

public String addressRegionAbbreviation()

Get the addressRegionAbbreviation value.

Returns:

the addressRegionAbbreviation value

addressSubregion

public String addressSubregion()

Get the addressSubregion value.

Returns:

the addressSubregion value

countryIso

public String countryIso()

Get the countryIso value.

Returns:

the countryIso value

neighborhood

public String neighborhood()

Get the neighborhood value.

Returns:

the neighborhood value

postOfficeBoxNumber

public String postOfficeBoxNumber()

Get the postOfficeBoxNumber value.

Returns:

the postOfficeBoxNumber value

postalCode

public String postalCode()

Get the postalCode value.

Returns:

the postalCode value

streetAddress

public String streetAddress()

Get the streetAddress value.

Returns:

the streetAddress value

text

public String text()

Get the text value.

Returns:

the text value

Applies to