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, 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 country) throws JAXRException
JAXRException
void setPostalCode(String postalCode) throws JAXRException
JAXRException
void setPostalScheme(ClassificationScheme postalScheme) throws JAXRException
JAXRException
void setStateOrProvince(String state) throws JAXRException
JAXRException
void setStreet(String street) throws JAXRException
JAXRException
void setStreetNumber(String streetNumber) throws JAXRException
JAXRException
void setType(String type) throws JAXRException
JAXRException
Copyright © 2013. All Rights Reserved.