javax.xml.registry.infomodel
Interface TelephoneNumber


public interface TelephoneNumber

Version:
$Revision$ $Date$

Method Summary
 java.lang.String getAreaCode()
           
 java.lang.String getCountryCode()
           
 java.lang.String getExtension()
           
 java.lang.String getNumber()
           
 java.lang.String getType()
           
 java.lang.String getUrl()
           
 void setAreaCode(java.lang.String areaCode)
           
 void setCountryCode(java.lang.String countryCode)
           
 void setExtension(java.lang.String extension)
           
 void setNumber(java.lang.String number)
           
 void setType(java.lang.String type)
           
 void setUrl(java.lang.String url)
           
 

Method Detail

getAreaCode

public java.lang.String getAreaCode()
                             throws JAXRException
Throws:
JAXRException

getCountryCode

public java.lang.String getCountryCode()
                                throws JAXRException
Throws:
JAXRException

getExtension

public java.lang.String getExtension()
                              throws JAXRException
Throws:
JAXRException

getNumber

public java.lang.String getNumber()
                           throws JAXRException
Throws:
JAXRException

getType

public java.lang.String getType()
                         throws JAXRException
Throws:
JAXRException

getUrl

public java.lang.String getUrl()
                        throws JAXRException
Throws:
JAXRException

setAreaCode

public void setAreaCode(java.lang.String areaCode)
                 throws JAXRException
Throws:
JAXRException

setCountryCode

public void setCountryCode(java.lang.String countryCode)
                    throws JAXRException
Throws:
JAXRException

setExtension

public void setExtension(java.lang.String extension)
                  throws JAXRException
Throws:
JAXRException

setNumber

public void setNumber(java.lang.String number)
               throws JAXRException
Throws:
JAXRException

setType

public void setType(java.lang.String type)
             throws JAXRException
Throws:
JAXRException

setUrl

public void setUrl(java.lang.String url)
            throws JAXRException
Throws:
JAXRException


Copyright © 2004-2007 Apache Web Services. All Rights Reserved.