javax.xml.registry.infomodel
Interface TelephoneNumber


public interface TelephoneNumber

Version:
$Revision$ $Date$

Method Summary
 String getAreaCode()
           
 String getCountryCode()
           
 String getExtension()
           
 String getNumber()
           
 String getType()
           
 String getUrl()
           
 void setAreaCode(String areaCode)
           
 void setCountryCode(String countryCode)
           
 void setExtension(String extension)
           
 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 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.