public interface AustralianAddress extends InternationalAddress
| Modifier and Type | Method and Description |
|---|---|
String |
getDeliveryPointIdentifier() |
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 |
setDeliveryPointIdentifier(String australianDeliveryPointIdentifier) |
addUnstructuredAddressLine, getAdditionalLocator, getCity, getPostcode, setAdditionalLocator, setCity, setPostcode, setUnstructuredAddressLinesgetCountry, getState, setCountry, setStatestatic final String COUNTRY
List<String> getUnstructuredAddressLines()
AddressgetUnstructuredAddressLines in interface AddressString getDeliveryPointIdentifier()
void setDeliveryPointIdentifier(String australianDeliveryPointIdentifier)
Copyright © 2021. All rights reserved.