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
JAXRException
String getCountryCode() throws JAXRException
JAXRException
String getExtension() throws JAXRException
JAXRException
String getNumber() throws JAXRException
JAXRException
String getType() throws JAXRException
JAXRException
String getUrl() throws JAXRException
JAXRException
void setAreaCode(String areaCode) throws JAXRException
JAXRException
void setCountryCode(String cc) throws JAXRException
JAXRException
void setExtension(String ext) throws JAXRException
JAXRException
void setNumber(String number) throws JAXRException
JAXRException
void setType(String type) throws JAXRException
JAXRException
void setUrl(String url) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.