javax.xml.registry.infomodel
Interface TelephoneNumber


public interface TelephoneNumber

Version:
$Revision: 57196 $
Author:
Scott.Stark@jboss.org

Method Summary
 String getAreaCode()
           
 String getCountryCode()
           
 String getExtension()
           
 String getNumber()
           
 String getType()
           
 String getUrl()
           
 void setAreaCode(String areaCode)
           
 void setCountryCode(String cc)
           
 void setExtension(String ext)
           
 void setNumber(String number)
           
 void setType(String type)
           
 void setUrl(String url)
           
 

Method Detail

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.