public interface Address extends CountryState
The description of a location where an entity is located or can be otherwise reached or found and a description of the purpose for which that address is primarily used by that entity.
| Modifier and Type | Method and Description |
|---|---|
void |
addUnstructuredAddressLine(String addressLine)
A composite of one or more low level standard address components
describing a geographical/physical location that, used in conjunction
with the other high level address components, e.g.
|
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 |
getPostcode()
The numeric descriptor for a postal delivery area (as defined by
Australia Post), aligned with locality, suburb or place for the address.
|
List<String> |
getUnstructuredAddressLines()
A composite of one or more low level standard address components
describing a geographical/physical location that, used in conjunction
with the other high level address components, e.g.
|
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 |
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 |
setUnstructuredAddressLines(List<String> addressLines)
A composite of one or more low level standard address components
describing a geographical/physical location that, used in conjunction
with the other high level address components, e.g.
|
getCountry, getState, setCountry, setStateList<String> getUnstructuredAddressLines()
String getPostcode()
String getCity()
String getAdditionalLocator()
void setUnstructuredAddressLines(List<String> addressLines)
void addUnstructuredAddressLine(String addressLine)
void setPostcode(String postcode)
void setCity(String city)
void setAdditionalLocator(String additionalLocator)
Copyright © 2021. All rights reserved.