public class TelephoneNumberType
extends java.lang.Object
Java class for TelephoneNumberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TelephoneNumberType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="areaCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" />
<attribute name="countryCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" />
<attribute name="extension" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" />
<attribute name="number" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String16" />
<attribute name="phoneType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String32" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TelephoneNumberType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAreaCode()
Gets the value of the areaCode property.
|
java.lang.String |
getCountryCode()
Gets the value of the countryCode property.
|
java.lang.String |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getNumber()
Gets the value of the number property.
|
java.lang.String |
getPhoneType()
Gets the value of the phoneType property.
|
void |
setAreaCode(java.lang.String value)
Sets the value of the areaCode property.
|
void |
setCountryCode(java.lang.String value)
Sets the value of the countryCode property.
|
void |
setExtension(java.lang.String value)
Sets the value of the extension property.
|
void |
setNumber(java.lang.String value)
Sets the value of the number property.
|
void |
setPhoneType(java.lang.String value)
Sets the value of the phoneType property.
|
public java.lang.String getAreaCode()
Stringpublic void setAreaCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountryCode()
Stringpublic void setCountryCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtension()
Stringpublic void setExtension(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumber()
Stringpublic void setNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPhoneType()
Stringpublic void setPhoneType(java.lang.String value)
value - allowed object is
String