当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
TelephoneNumber (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface TelephoneNumber
- public interface TelephoneNumber
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
getAreaCode
public String getAreaCode()
throws JAXRException
- Throws:
JAXRException
getCountryCode
public String getCountryCode()
throws JAXRException
- Throws:
JAXRException
getExtension
public String getExtension()
throws JAXRException
- Throws:
JAXRException
getNumber
public String getNumber()
throws JAXRException
- Throws:
JAXRException
getType
public String getType()
throws JAXRException
- Throws:
JAXRException
getUrl
public String getUrl()
throws JAXRException
- Throws:
JAXRException
setAreaCode
public void setAreaCode(String areaCode)
throws JAXRException
- Throws:
JAXRException
setCountryCode
public void setCountryCode(String cc)
throws JAXRException
- Throws:
JAXRException
setExtension
public void setExtension(String ext)
throws JAXRException
- Throws:
JAXRException
setNumber
public void setNumber(String number)
throws JAXRException
- Throws:
JAXRException
setType
public void setType(String type)
throws JAXRException
- Throws:
JAXRException
setUrl
public void setUrl(String url)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.