|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.TelephoneNumberImpl
public class TelephoneNumberImpl
| Constructor Summary | |
|---|---|
TelephoneNumberImpl()
Default constructor |
|
| Method Summary | |
|---|---|
String |
getAreaCode()
Level 1 method |
String |
getCountryCode()
Level 1 method |
String |
getExtension()
Level 1 method |
String |
getNumber()
The telephone number suffix not including the country or area code. |
String |
getType()
The type of telephone number (e.g. |
String |
getUrl()
Level 1 method |
void |
setAreaCode(String areaCode)
Level 1 method |
void |
setCountryCode(String countryCode)
Level 1 method |
void |
setExtension(String extension)
Level 1 method |
void |
setNumber(String number)
The telephone number suffix not including the country or area code. |
void |
setType(String type)
The type of telephone number (e.g. |
void |
setUrl(String url)
Level 1 method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TelephoneNumberImpl()
| Method Detail |
|---|
public String getNumber()
throws JAXRException
getNumber in interface TelephoneNumberJAXRException - If the JAXR provider encounters an internal error
public void setNumber(String number)
throws JAXRException
setNumber in interface TelephoneNumbernumber - the telephone number
JAXRException - If the JAXR provider encounters an internal error
public String getType()
throws JAXRException
getType in interface TelephoneNumberJAXRException - If the JAXR provider encounters an internal error
public void setType(String type)
throws JAXRException
setType in interface TelephoneNumbertype - the type for this TelephoneNumber, which is an arbitrary String
JAXRException - If the JAXR provider encounters an internal error
public String getCountryCode()
throws JAXRException
getCountryCode in interface TelephoneNumberJAXRException - If the JAXR provider encounters an internal error
public void setCountryCode(String countryCode)
throws JAXRException
setCountryCode in interface TelephoneNumbercountryCode - the country code
JAXRException - If the JAXR provider encounters an internal error
public String getAreaCode()
throws JAXRException
getAreaCode in interface TelephoneNumberJAXRException - If the JAXR provider encounters an internal error
public void setAreaCode(String areaCode)
throws JAXRException
setAreaCode in interface TelephoneNumberareaCode - the area code
JAXRException - If the JAXR provider encounters an internal error
public String getExtension()
throws JAXRException
getExtension in interface TelephoneNumberJAXRException - If the JAXR provider encounters an internal error
public void setExtension(String extension)
throws JAXRException
setExtension in interface TelephoneNumberextension - the internal extension number
JAXRException - If the JAXR provider encounters an internal error
public String getUrl()
throws JAXRException
getUrl in interface TelephoneNumberJAXRException - If the JAXR provider encounters an internal error
public void setUrl(String url)
throws JAXRException
setUrl in interface TelephoneNumberurl - the URL string
JAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||