| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PhoneNumberType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryCode | |||||||||||
| extension | |||||||||||
| phoneNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryCode property.
| |||||||||||
Gets the value of the extension property.
| |||||||||||
Gets the value of the phoneNumber property.
| |||||||||||
Sets the value of the countryCode property.
| |||||||||||
Sets the value of the extension property.
| |||||||||||
Sets the value of the phoneNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryCode property.
Gets the value of the extension property.
Gets the value of the phoneNumber property.
Sets the value of the countryCode property.
| value | Allowed object is String |
|---|
Sets the value of the extension property.
| value | Allowed object is String |
|---|
Sets the value of the phoneNumber property.
| value | Allowed object is String |
|---|