javax.xml.registry.infomodel
Interface TelephoneNumber
- public interface TelephoneNumber
getAreaCode
public java.lang.String getAreaCode()
throws JAXRException (src)
- Throws:
JAXRException (src)
getCountryCode
public java.lang.String getCountryCode()
throws JAXRException (src)
- Throws:
JAXRException (src)
getExtension
public java.lang.String getExtension()
throws JAXRException (src)
- Throws:
JAXRException (src)
getNumber
public java.lang.String getNumber()
throws JAXRException (src)
- Throws:
JAXRException (src)
getType
public java.lang.String getType()
throws JAXRException (src)
- Throws:
JAXRException (src)
getUrl
public java.lang.String getUrl()
throws JAXRException (src)
- Throws:
JAXRException (src)
setAreaCode
public void setAreaCode(java.lang.String areaCode)
throws JAXRException (src)
- Throws:
JAXRException (src)
setCountryCode
public void setCountryCode(java.lang.String cc)
throws JAXRException (src)
- Throws:
JAXRException (src)
setExtension
public void setExtension(java.lang.String ext)
throws JAXRException (src)
- Throws:
JAXRException (src)
setNumber
public void setNumber(java.lang.String number)
throws JAXRException (src)
- Throws:
JAXRException (src)
setType
public void setType(java.lang.String type)
throws JAXRException (src)
- Throws:
JAXRException (src)
setUrl
public void setUrl(java.lang.String url)
throws JAXRException (src)
- Throws:
JAXRException (src)