public class

GetMobileStatusRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.GetMobileStatusRequestType

Class Overview

Java class for GetMobileStatusRequestType complex type.

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

 <complexType name="GetMobileStatusRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}GetMobileStatusRequestDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetMobileStatusRequestDetailsType getMobileStatusRequestDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
GetMobileStatusRequestType()
Public Methods
GetMobileStatusRequestDetailsType getGetMobileStatusRequestDetails()
Gets the value of the getMobileStatusRequestDetails property.
void setGetMobileStatusRequestDetails(GetMobileStatusRequestDetailsType value)
Sets the value of the getMobileStatusRequestDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected GetMobileStatusRequestDetailsType getMobileStatusRequestDetails

Public Constructors

public GetMobileStatusRequestType ()

Public Methods

public GetMobileStatusRequestDetailsType getGetMobileStatusRequestDetails ()

Gets the value of the getMobileStatusRequestDetails property.

Returns

public void setGetMobileStatusRequestDetails (GetMobileStatusRequestDetailsType value)

Sets the value of the getMobileStatusRequestDetails property.

Parameters
value Allowed object is GetMobileStatusRequestDetailsType