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 cc) |
void |
setExtension(String ext) |
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 cc) throws JAXRException
JAXRExceptionvoid setExtension(String ext) throws JAXRException
JAXRExceptionvoid setNumber(String number) throws JAXRException
JAXRExceptionvoid setType(String type) throws JAXRException
JAXRExceptionvoid setUrl(String url) throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.