javax.xml.registry.infomodel
Interface TelephoneNumber
- public interface TelephoneNumber
- Version:
- $Revision$ $Date$
getAreaCode
public java.lang.String getAreaCode()
throws JAXRException
- Throws:
JAXRException
getCountryCode
public java.lang.String getCountryCode()
throws JAXRException
- Throws:
JAXRException
getExtension
public java.lang.String getExtension()
throws JAXRException
- Throws:
JAXRException
getNumber
public java.lang.String getNumber()
throws JAXRException
- Throws:
JAXRException
getType
public java.lang.String getType()
throws JAXRException
- Throws:
JAXRException
getUrl
public java.lang.String getUrl()
throws JAXRException
- Throws:
JAXRException
setAreaCode
public void setAreaCode(java.lang.String areaCode)
throws JAXRException
- Throws:
JAXRException
setCountryCode
public void setCountryCode(java.lang.String countryCode)
throws JAXRException
- Throws:
JAXRException
setExtension
public void setExtension(java.lang.String extension)
throws JAXRException
- Throws:
JAXRException
setNumber
public void setNumber(java.lang.String number)
throws JAXRException
- Throws:
JAXRException
setType
public void setType(java.lang.String type)
throws JAXRException
- Throws:
JAXRException
setUrl
public void setUrl(java.lang.String url)
throws JAXRException
- Throws:
JAXRException
Copyright © {inceptionYear}-2007 null. All Rights Reserved.