public class

PhoneNumberType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.PhoneNumberType

Class Overview

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>
 

Summary

Fields
protected String countryCode
protected String extension
protected String phoneNumber
Public Constructors
PhoneNumberType()
Public Methods
String getCountryCode()
Gets the value of the countryCode property.
String getExtension()
Gets the value of the extension property.
String getPhoneNumber()
Gets the value of the phoneNumber property.
void setCountryCode(String value)
Sets the value of the countryCode property.
void setExtension(String value)
Sets the value of the extension property.
void setPhoneNumber(String value)
Sets the value of the phoneNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String countryCode

protected String extension

protected String phoneNumber

Public Constructors

public PhoneNumberType ()

Public Methods

public String getCountryCode ()

Gets the value of the countryCode property.

Returns
  • possible object is String

public String getExtension ()

Gets the value of the extension property.

Returns
  • possible object is String

public String getPhoneNumber ()

Gets the value of the phoneNumber property.

Returns
  • possible object is String

public void setCountryCode (String value)

Sets the value of the countryCode property.

Parameters
value Allowed object is String

public void setExtension (String value)

Sets the value of the extension property.

Parameters
value Allowed object is String

public void setPhoneNumber (String value)

Sets the value of the phoneNumber property.

Parameters
value Allowed object is String