|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
public class TelephoneNumberImpl
Constructor Summary | |
---|---|
TelephoneNumberImpl(javax.xml.registry.infomodel.TelephoneNumber jaxrTelephoneNumber)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getAreaCode()
Gets the area code. |
java.lang.String |
getCountryCode()
Gets the country code. |
java.lang.String |
getExtension()
Gets the internal extension. |
javax.xml.registry.infomodel.TelephoneNumber |
getJaxrTelephoneNumber()
Get the the javax.xml.registry.infomodel.TelephoneNumber instance wrapped by this object |
java.lang.String |
getNumber()
Gets the telephone number suffix, not including the country or area code. |
java.lang.String |
getType()
Returns the type of telephone number (for example, "fax"). |
java.lang.String |
getUrl()
Gets the URL that can dial this number electronically. |
void |
setAreaCode(java.lang.String areaCode)
Sets the area code. |
void |
setCountryCode(java.lang.String countryCode)
Sets the country code. |
void |
setExtension(java.lang.String extension)
sets the internal extension. |
void |
setNumber(java.lang.String number)
Sets the telephone number suffix, not including the country or area code. |
void |
setType(java.lang.String type)
Sets the type of telephone number (for example, "fax"). |
void |
setUrl(java.lang.String url)
Sets the URL that can dial this number electronically. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelephoneNumberImpl(javax.xml.registry.infomodel.TelephoneNumber jaxrTelephoneNumber)
jaxrTelephoneNumber
- Method Detail |
---|
public java.lang.String getAreaCode() throws CSAppFrameworkException
getAreaCode
in interface TelephoneNumber
CSAppFrameworkException
public void setAreaCode(java.lang.String areaCode) throws CSAppFrameworkException
setAreaCode
in interface TelephoneNumber
areaCode
-
CSAppFrameworkException
public java.lang.String getCountryCode() throws CSAppFrameworkException
getCountryCode
in interface TelephoneNumber
CSAppFrameworkException
public void setCountryCode(java.lang.String countryCode) throws CSAppFrameworkException
setCountryCode
in interface TelephoneNumber
countryCode
-
CSAppFrameworkException
public java.lang.String getExtension() throws CSAppFrameworkException
getExtension
in interface TelephoneNumber
CSAppFrameworkException
public void setExtension(java.lang.String extension) throws CSAppFrameworkException
setExtension
in interface TelephoneNumber
extension
-
CSAppFrameworkException
public java.lang.String getNumber() throws CSAppFrameworkException
getNumber
in interface TelephoneNumber
CSAppFrameworkException
public void setNumber(java.lang.String number) throws CSAppFrameworkException
setNumber
in interface TelephoneNumber
number
-
CSAppFrameworkException
public java.lang.String getType() throws CSAppFrameworkException
getType
in interface TelephoneNumber
CSAppFrameworkException
public void setType(java.lang.String type) throws CSAppFrameworkException
setType
in interface TelephoneNumber
type
-
CSAppFrameworkException
public java.lang.String getUrl() throws CSAppFrameworkException
getUrl
in interface TelephoneNumber
CSAppFrameworkException
public void setUrl(java.lang.String url) throws CSAppFrameworkException
setUrl
in interface TelephoneNumber
url
-
CSAppFrameworkException
public javax.xml.registry.infomodel.TelephoneNumber getJaxrTelephoneNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |