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 TelephoneNumber
public void setNumber(String number)
setNumber
in interface TelephoneNumber
public String getType()
getType
in interface TelephoneNumber
public void setType(String type)
setType
in interface TelephoneNumber
public String getAreaCode() throws JAXRException
getAreaCode
in interface TelephoneNumber
JAXRException
public void setAreaCode(String areaCode) throws JAXRException
setAreaCode
in interface TelephoneNumber
JAXRException
public String getCountryCode() throws JAXRException
getCountryCode
in interface TelephoneNumber
JAXRException
public void setCountryCode(String countryCode) throws JAXRException
setCountryCode
in interface TelephoneNumber
JAXRException
public String getExtension() throws JAXRException
getExtension
in interface TelephoneNumber
JAXRException
public void setExtension(String extension) throws JAXRException
setExtension
in interface TelephoneNumber
JAXRException
public String getUrl() throws JAXRException
getUrl
in interface TelephoneNumber
JAXRException
public void setUrl(String url) throws JAXRException
setUrl
in interface TelephoneNumber
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.