|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A simple re-usable entity class that defines attributes of a telephone number.
Method Summary | |
java.lang.String |
getAreaCode()
Area code Default is an empty String. |
java.lang.String |
getCountryCode()
country code Default is an empty String. |
java.lang.String |
getExtension()
internal extension if any Default is an empty String. |
java.lang.String |
getNumber()
The telephone number suffix not including the country or area code. |
java.lang.String |
getType()
The type of telephone number (e.g. |
java.lang.String |
getUrl()
A URL that can dial this number electronically Default is a NULL String. |
void |
setAreaCode(java.lang.String areaCode)
Area code |
void |
setCountryCode(java.lang.String countryCode)
Sets country code |
void |
setExtension(java.lang.String extension)
internal extension if any |
void |
setNumber(java.lang.String number)
The telephone number suffix not including the country or area code. |
void |
setType(java.lang.String type)
The type of telephone number (e.g. |
void |
setUrl(java.lang.String url)
A URL that can dial this number electronically |
Method Detail |
public java.lang.String getCountryCode() throws JAXRException
public java.lang.String getAreaCode() throws JAXRException
public java.lang.String getNumber() throws JAXRException
public java.lang.String getExtension() throws JAXRException
public java.lang.String getUrl() throws JAXRException
public java.lang.String getType() throws JAXRException
public void setCountryCode(java.lang.String countryCode) throws JAXRException
public void setAreaCode(java.lang.String areaCode) throws JAXRException
public void setNumber(java.lang.String number) throws JAXRException
public void setExtension(java.lang.String extension) throws JAXRException
public void setUrl(java.lang.String url) throws JAXRException
public void setType(java.lang.String type) throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |