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