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