javax.xml.registry.infomodel
Interface TelephoneNumber
public interface TelephoneNumber
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
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 cc)
throws JAXRException
- Throws:
JAXRException
setExtension
void setExtension(String ext)
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 © 2002 JBoss Group, LLC. All Rights Reserved.