public interface TelephoneNumber
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAreaCode() |
java.lang.String |
getCountryCode() |
java.lang.String |
getExtension() |
java.lang.String |
getNumber() |
java.lang.String |
getType() |
java.lang.String |
getUrl() |
void |
setAreaCode(java.lang.String areaCode) |
void |
setCountryCode(java.lang.String countryCode) |
void |
setExtension(java.lang.String extension) |
void |
setNumber(java.lang.String number) |
void |
setType(java.lang.String type) |
void |
setUrl(java.lang.String url) |
java.lang.String getAreaCode() throws JAXRException
JAXRException
java.lang.String getCountryCode() throws JAXRException
JAXRException
java.lang.String getExtension() throws JAXRException
JAXRException
java.lang.String getNumber() throws JAXRException
JAXRException
java.lang.String getType() throws JAXRException
JAXRException
java.lang.String getUrl() throws JAXRException
JAXRException
void setAreaCode(java.lang.String areaCode) throws JAXRException
JAXRException
void setCountryCode(java.lang.String countryCode) throws JAXRException
JAXRException
void setExtension(java.lang.String extension) throws JAXRException
JAXRException
void setNumber(java.lang.String number) throws JAXRException
JAXRException
void setType(java.lang.String type) throws JAXRException
JAXRException
void setUrl(java.lang.String url) throws JAXRException
JAXRException