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, removeSlots
String getCity() throws JAXRException
JAXRException
String getCountry() throws JAXRException
JAXRException
String getPostalCode() throws JAXRException
JAXRException
ClassificationScheme getPostalScheme() throws JAXRException
JAXRException
String getStateOrProvince() throws JAXRException
JAXRException
String getStreet() throws JAXRException
JAXRException
String getStreetNumber() throws JAXRException
JAXRException
String getType() throws JAXRException
JAXRException
void setCity(String city) throws JAXRException
JAXRException
void setCountry(String coutry) throws JAXRException
JAXRException
void setPostalCode(String code) throws JAXRException
JAXRException
void setPostalScheme(ClassificationScheme scheme) throws JAXRException
JAXRException
void setStateOrProvince(String state) throws JAXRException
JAXRException
void setStreet(String street) throws JAXRException
JAXRException
void setStreetNumber(String number) throws JAXRException
JAXRException
void setType(String type) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.