javax.xml.registry.infomodel
Interface TelephoneNumber
public interface TelephoneNumber
- Version:
- $Revision$ $Date$
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
Copyright © 2004-2011 Apache Web Services. All Rights Reserved.