|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.TelephoneNumberType
TelephoneNumber is the mapping of the same named interface in ebRIM.
Constructor Summary | |
TelephoneNumberType()
|
Method Summary | |
java.lang.String |
getAreaCode()
Returns the value of field 'areaCode'. |
java.lang.String |
getCountryCode()
Returns the value of field 'countryCode'. |
java.lang.String |
getExtension()
Returns the value of field 'extension'. |
java.lang.String |
getNumber()
Returns the value of field 'number'. |
java.lang.String |
getPhoneType()
Returns the value of field 'phoneType'. |
java.lang.String |
getUrl()
Returns the value of field 'url'. |
boolean |
isValid()
|
abstract void |
marshal(org.xml.sax.DocumentHandler handler)
|
abstract void |
marshal(java.io.Writer out)
|
void |
setAreaCode(java.lang.String areaCode)
Sets the value of field 'areaCode'. |
void |
setCountryCode(java.lang.String countryCode)
Sets the value of field 'countryCode'. |
void |
setExtension(java.lang.String extension)
Sets the value of field 'extension'. |
void |
setNumber(java.lang.String number)
Sets the value of field 'number'. |
void |
setPhoneType(java.lang.String phoneType)
Sets the value of field 'phoneType'. |
void |
setUrl(java.lang.String url)
Sets the value of field 'url'. |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TelephoneNumberType()
Method Detail |
public java.lang.String getAreaCode()
public java.lang.String getCountryCode()
public java.lang.String getExtension()
public java.lang.String getNumber()
public java.lang.String getPhoneType()
public java.lang.String getUrl()
public boolean isValid()
public abstract void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public abstract void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setAreaCode(java.lang.String areaCode)
areaCode
- the value of field 'areaCode'.public void setCountryCode(java.lang.String countryCode)
countryCode
- the value of field 'countryCode'.public void setExtension(java.lang.String extension)
extension
- the value of field 'extension'.public void setNumber(java.lang.String number)
number
- the value of field 'number'.public void setPhoneType(java.lang.String phoneType)
phoneType
- the value of field 'phoneType'.public void setUrl(java.lang.String url)
url
- the value of field 'url'.public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |