public class

GetMobileStatusRequestDetailsType

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

Class Overview

Java class for GetMobileStatusRequestDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetMobileStatusRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Phone" type="{urn:ebay:apis:eBLBaseComponents}PhoneNumberType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PhoneNumberType phone
Public Constructors
GetMobileStatusRequestDetailsType()
Public Methods
PhoneNumberType getPhone()
Gets the value of the phone property.
void setPhone(PhoneNumberType value)
Sets the value of the phone property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PhoneNumberType phone

Public Constructors

public GetMobileStatusRequestDetailsType ()

Public Methods

public PhoneNumberType getPhone ()

Gets the value of the phone property.

Returns

public void setPhone (PhoneNumberType value)

Sets the value of the phone property.

Parameters
value Allowed object is PhoneNumberType