public interface PostalAddress extends ExtensibleObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity() |
java.lang.String |
getCountry() |
java.lang.String |
getPostalCode() |
ClassificationScheme |
getPostalScheme() |
java.lang.String |
getStateOrProvince() |
java.lang.String |
getStreet() |
java.lang.String |
getStreetNumber() |
java.lang.String |
getType() |
void |
setCity(java.lang.String city) |
void |
setCountry(java.lang.String country) |
void |
setPostalCode(java.lang.String postalCode) |
void |
setPostalScheme(ClassificationScheme postalScheme) |
void |
setStateOrProvince(java.lang.String state) |
void |
setStreet(java.lang.String street) |
void |
setStreetNumber(java.lang.String streetNumber) |
void |
setType(java.lang.String type) |
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsjava.lang.String getCity()
throws JAXRException
JAXRExceptionjava.lang.String getCountry()
throws JAXRException
JAXRExceptionjava.lang.String getPostalCode()
throws JAXRException
JAXRExceptionClassificationScheme getPostalScheme() throws JAXRException
JAXRExceptionjava.lang.String getStateOrProvince()
throws JAXRException
JAXRExceptionjava.lang.String getStreet()
throws JAXRException
JAXRExceptionjava.lang.String getStreetNumber()
throws JAXRException
JAXRExceptionjava.lang.String getType()
throws JAXRException
JAXRExceptionvoid setCity(java.lang.String city)
throws JAXRException
JAXRExceptionvoid setCountry(java.lang.String country)
throws JAXRException
JAXRExceptionvoid setPostalCode(java.lang.String postalCode)
throws JAXRException
JAXRExceptionvoid setPostalScheme(ClassificationScheme postalScheme) throws JAXRException
JAXRExceptionvoid setStateOrProvince(java.lang.String state)
throws JAXRException
JAXRExceptionvoid setStreet(java.lang.String street)
throws JAXRException
JAXRExceptionvoid setStreetNumber(java.lang.String streetNumber)
throws JAXRException
JAXRExceptionvoid setType(java.lang.String type)
throws JAXRException
JAXRException