public class PhoneNumberType
extends java.lang.Object
Java class for PhoneNumberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhoneNumberType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
countryCode |
protected java.lang.String |
extension |
protected java.lang.String |
phoneNumber |
| Constructor and Description |
|---|
PhoneNumberType() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getPhoneNumber()
Gets the value of the phoneNumber 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 |
setPhoneNumber(java.lang.String value)
Sets the value of the phoneNumber property.
|
protected java.lang.String countryCode
protected java.lang.String phoneNumber
protected java.lang.String extension
public java.lang.String getCountryCode()
Stringpublic void setCountryCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPhoneNumber()
Stringpublic void setPhoneNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getExtension()
Stringpublic void setExtension(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.