KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > TelephoneNumber

javax.xml.registry.infomodel
Interface TelephoneNumber

See Also:
Top Examples, Source Code

public String getAreaCode()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getCountryCode()
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getExtension()
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getNumber()
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getType()
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getUrl()
              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAreaCode(String areaCode)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCountryCode(String countryCode)
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setExtension(String extension)
                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setNumber(String number)
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setType(String type)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setUrl(String url)
            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags