javax.xml.registry.infomodel
Interface TelephoneNumber
public interface TelephoneNumber
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $
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 © 2003-2011 The Apache Software Foundation. All Rights Reserved.