javax.xml.registry.infomodel
Interface TelephoneNumber
public interface TelephoneNumber
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
getAreaCode
java.lang.String getAreaCode()
throws JAXRException
- Throws:
JAXRException
getCountryCode
java.lang.String getCountryCode()
throws JAXRException
- Throws:
JAXRException
getExtension
java.lang.String getExtension()
throws JAXRException
- Throws:
JAXRException
getNumber
java.lang.String getNumber()
throws JAXRException
- Throws:
JAXRException
getType
java.lang.String getType()
throws JAXRException
- Throws:
JAXRException
getUrl
java.lang.String getUrl()
throws JAXRException
- Throws:
JAXRException
setAreaCode
void setAreaCode(java.lang.String areaCode)
throws JAXRException
- Throws:
JAXRException
setCountryCode
void setCountryCode(java.lang.String countryCode)
throws JAXRException
- Throws:
JAXRException
setExtension
void setExtension(java.lang.String extension)
throws JAXRException
- Throws:
JAXRException
setNumber
void setNumber(java.lang.String number)
throws JAXRException
- Throws:
JAXRException
setType
void setType(java.lang.String type)
throws JAXRException
- Throws:
JAXRException
setUrl
void setUrl(java.lang.String url)
throws JAXRException
- Throws:
JAXRException