PostalAddress Class

public class PostalAddress extends StructuredValue

Defines a postal address.

Method Summary

Modifier and Type Method and Description
String addressCountry()

Get the addressCountry value.

String addressLocality()

Get the addressLocality value.

String addressRegion()

Get the addressRegion value.

String addressRegionAbbreviation()

Get the addressRegionAbbreviation value.

String addressSubregion()

Get the addressSubregion value.

String countryIso()

Get the countryIso value.

String neighborhood()

Get the neighborhood value.

String postalCode()

Get the postalCode value.

String postOfficeBoxNumber()

Get the postOfficeBoxNumber value.

String streetAddress()

Get the streetAddress value.

String text()

Get the text value.

Inherited Members

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

postalCode

public String postalCode()

Get the postalCode value.

Returns:

the postalCode value

postOfficeBoxNumber

public String postOfficeBoxNumber()

Get the postOfficeBoxNumber value.

Returns:

the postOfficeBoxNumber 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