javax.xml.registry.infomodel
Interface TelephoneNumber


public interface TelephoneNumber


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 cc)
           
 void setExtension(java.lang.String ext)
           
 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 (src) 
Throws:
JAXRException (src)

getCountryCode

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

getExtension

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

getNumber

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

getType

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

getUrl

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

setAreaCode

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

setCountryCode

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

setExtension

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

setNumber

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

setType

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

setUrl

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