public class TelephoneNumberImpl extends Object implements TelephoneNumber
| Constructor and Description |
|---|
TelephoneNumberImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAreaCode() |
String |
getCountryCode() |
String |
getExtension() |
String |
getNumber() |
String |
getType() |
String |
getUrl() |
int |
hashCode() |
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 |
toString() |
public String getNumber()
getNumber in interface TelephoneNumberpublic void setNumber(String number)
setNumber in interface TelephoneNumberpublic String getType()
getType in interface TelephoneNumberpublic void setType(String type)
setType in interface TelephoneNumberpublic String getAreaCode() throws JAXRException
getAreaCode in interface TelephoneNumberJAXRExceptionpublic void setAreaCode(String areaCode) throws JAXRException
setAreaCode in interface TelephoneNumberJAXRExceptionpublic String getCountryCode() throws JAXRException
getCountryCode in interface TelephoneNumberJAXRExceptionpublic void setCountryCode(String countryCode) throws JAXRException
setCountryCode in interface TelephoneNumberJAXRExceptionpublic String getExtension() throws JAXRException
getExtension in interface TelephoneNumberJAXRExceptionpublic void setExtension(String extension) throws JAXRException
setExtension in interface TelephoneNumberJAXRExceptionpublic String getUrl() throws JAXRException
getUrl in interface TelephoneNumberJAXRExceptionpublic void setUrl(String url) throws JAXRException
setUrl in interface TelephoneNumberJAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.