public class InternationalAddressImpl extends Object implements InternationalAddress
| Constructor and Description |
|---|
InternationalAddressImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUnstructuredAddressLine(String addressLine)
Add an address line to the existing address lines
|
String |
getAdditionalLocator()
A unique number assigned to a postal delivery point as recorded on the
Australia Post Postal Address File.
|
String |
getCity()
The full name of the general locality contained within the specific
address.
|
String |
getCountry() |
String |
getPostcode()
The numeric descriptor for a postal delivery area (as defined by
Australia Post), aligned with locality, suburb or place for the address.
|
String |
getState() |
List<String> |
getUnstructuredAddressLines()
Get all address lines
|
void |
setAdditionalLocator(String additionalLocator)
A unique number assigned to a postal delivery point as recorded on the
Australia Post Postal Address File.
|
void |
setCity(String city)
The full name of the general locality contained within the specific
address.
|
void |
setCountry(String country) |
void |
setPostcode(String postcode)
The numeric descriptor for a postal delivery area (as defined by
Australia Post), aligned with locality, suburb or place for the address.
|
void |
setState(String stateProvince) |
void |
setUnstructuredAddressLines(List<String> addressLines)
Replace the address lines with an alternative
|
public List<String> getUnstructuredAddressLines()
getUnstructuredAddressLines in interface Addresspublic void setUnstructuredAddressLines(List<String> addressLines)
setUnstructuredAddressLines in interface Addresspublic void addUnstructuredAddressLine(String addressLine)
addUnstructuredAddressLine in interface Addresspublic String getAdditionalLocator()
AddressgetAdditionalLocator in interface Addresspublic void setAdditionalLocator(String additionalLocator)
AddresssetAdditionalLocator in interface AddressadditionalLocator - the additionalLocator to setpublic String getCity()
Addresspublic void setCity(String city)
Addresspublic String getState()
getState in interface CountryStatepublic String getPostcode()
AddressgetPostcode in interface Addresspublic String getCountry()
getCountry in interface CountryStatepublic void setState(String stateProvince)
setState in interface CountryStatestateProvince - the stateProvince to setpublic void setPostcode(String postcode)
AddresssetPostcode in interface Addresspostcode - the postcode to setpublic void setCountry(String country)
setCountry in interface CountryStatecountry - the country to setCopyright © 2021. All rights reserved.