public class Address
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
country
The name of the country.
|
protected java.lang.String |
countryCode
The country code.
|
protected java.lang.String |
countryCodeISO3
The ISO3-standard country code.
|
protected java.lang.String |
countrySecondarySubdivision
The county.
|
protected java.lang.String |
countrySubdivision
The state or province.
|
protected java.lang.String |
countrySubdivisionName
The full name of a first level of country administrative hierarchy.
|
protected java.lang.String |
countryTertiarySubdivision
The named area.
|
protected java.lang.String |
freeformAddress
The freeform address: the full address in a usable form.
|
protected java.lang.String |
municipality
The city/town.
|
protected java.lang.String |
municipalitySubdivision
The sub/super city.
|
protected java.lang.String |
postalCode
The postal code.
|
protected java.lang.String |
street
The name of the street.
|
protected java.lang.String |
streetName
The street name.
|
protected java.lang.String |
streetNumber
The building's number.
|
Constructor and Description |
---|
Address() |
protected java.lang.String streetNumber
protected java.lang.String street
protected java.lang.String streetName
protected java.lang.String municipalitySubdivision
protected java.lang.String municipality
protected java.lang.String countrySecondarySubdivision
protected java.lang.String countryTertiarySubdivision
protected java.lang.String countrySubdivision
protected java.lang.String postalCode
protected java.lang.String countryCode
protected java.lang.String country
protected java.lang.String countryCodeISO3
protected java.lang.String freeformAddress
protected java.lang.String countrySubdivisionName