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 coutry) |
void |
setPostalCode(String code) |
void |
setPostalScheme(ClassificationScheme scheme) |
void |
setStateOrProvince(String state) |
void |
setStreet(String street) |
void |
setStreetNumber(String number) |
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 coutry) throws JAXRException
JAXRExceptionvoid setPostalCode(String code) throws JAXRException
JAXRExceptionvoid setPostalScheme(ClassificationScheme scheme) throws JAXRException
JAXRExceptionvoid setStateOrProvince(String state) throws JAXRException
JAXRExceptionvoid setStreet(String street) throws JAXRException
JAXRExceptionvoid setStreetNumber(String number) throws JAXRException
JAXRExceptionvoid setType(String type) throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.