public interface TelephoneNumber
| Modifier and Type | Method and Description |
|---|---|
String |
getAreaCode() |
String |
getCountryCode() |
String |
getExtension() |
String |
getNumber() |
String |
getType() |
String |
getUrl() |
void |
setAreaCode(String areaCode) |
void |
setCountryCode(String countryCode) |
void |
setExtension(String extension) |
void |
setNumber(String number) |
void |
setType(String type) |
void |
setUrl(String url) |
String getAreaCode() throws JAXRException
JAXRExceptionString getCountryCode() throws JAXRException
JAXRExceptionString getExtension() throws JAXRException
JAXRExceptionString getNumber() throws JAXRException
JAXRExceptionString getType() throws JAXRException
JAXRExceptionString getUrl() throws JAXRException
JAXRExceptionvoid setAreaCode(String areaCode) throws JAXRException
JAXRExceptionvoid setCountryCode(String countryCode) throws JAXRException
JAXRExceptionvoid setExtension(String extension) throws JAXRException
JAXRExceptionvoid setNumber(String number) throws JAXRException
JAXRExceptionvoid setType(String type) throws JAXRException
JAXRExceptionvoid setUrl(String url) throws JAXRException
JAXRExceptionCopyright © 2013. All Rights Reserved.