public interface TelephoneNumberType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TelephoneNumberType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAreaCode()
Gets the "areaCode" attribute
|
java.lang.String |
getCountryCode()
Gets the "countryCode" attribute
|
java.lang.String |
getExtension()
Gets the "extension" attribute
|
java.lang.String |
getNumber()
Gets the "number" attribute
|
java.lang.String |
getPhoneType()
Gets the "phoneType" attribute
|
boolean |
isSetAreaCode()
True if has "areaCode" attribute
|
boolean |
isSetCountryCode()
True if has "countryCode" attribute
|
boolean |
isSetExtension()
True if has "extension" attribute
|
boolean |
isSetNumber()
True if has "number" attribute
|
boolean |
isSetPhoneType()
True if has "phoneType" attribute
|
void |
setAreaCode(java.lang.String areaCode)
Sets the "areaCode" attribute
|
void |
setCountryCode(java.lang.String countryCode)
Sets the "countryCode" attribute
|
void |
setExtension(java.lang.String extension)
Sets the "extension" attribute
|
void |
setNumber(java.lang.String number)
Sets the "number" attribute
|
void |
setPhoneType(java.lang.String phoneType)
Sets the "phoneType" attribute
|
void |
unsetAreaCode()
Unsets the "areaCode" attribute
|
void |
unsetCountryCode()
Unsets the "countryCode" attribute
|
void |
unsetExtension()
Unsets the "extension" attribute
|
void |
unsetNumber()
Unsets the "number" attribute
|
void |
unsetPhoneType()
Unsets the "phoneType" attribute
|
String8 |
xgetAreaCode()
Gets (as xml) the "areaCode" attribute
|
String8 |
xgetCountryCode()
Gets (as xml) the "countryCode" attribute
|
String8 |
xgetExtension()
Gets (as xml) the "extension" attribute
|
String16 |
xgetNumber()
Gets (as xml) the "number" attribute
|
String32 |
xgetPhoneType()
Gets (as xml) the "phoneType" attribute
|
void |
xsetAreaCode(String8 areaCode)
Sets (as xml) the "areaCode" attribute
|
void |
xsetCountryCode(String8 countryCode)
Sets (as xml) the "countryCode" attribute
|
void |
xsetExtension(String8 extension)
Sets (as xml) the "extension" attribute
|
void |
xsetNumber(String16 number)
Sets (as xml) the "number" attribute
|
void |
xsetPhoneType(String32 phoneType)
Sets (as xml) the "phoneType" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextjava.lang.String getAreaCode()
String8 xgetAreaCode()
boolean isSetAreaCode()
void setAreaCode(java.lang.String areaCode)
void xsetAreaCode(String8 areaCode)
void unsetAreaCode()
java.lang.String getCountryCode()
String8 xgetCountryCode()
boolean isSetCountryCode()
void setCountryCode(java.lang.String countryCode)
void xsetCountryCode(String8 countryCode)
void unsetCountryCode()
java.lang.String getExtension()
String8 xgetExtension()
boolean isSetExtension()
void setExtension(java.lang.String extension)
void xsetExtension(String8 extension)
void unsetExtension()
java.lang.String getNumber()
String16 xgetNumber()
boolean isSetNumber()
void setNumber(java.lang.String number)
void xsetNumber(String16 number)
void unsetNumber()
java.lang.String getPhoneType()
String32 xgetPhoneType()
boolean isSetPhoneType()
void setPhoneType(java.lang.String phoneType)
void xsetPhoneType(String32 phoneType)
void unsetPhoneType()
Copyright © 2015–2018 52north.org. All rights reserved.