public class

GetBalanceReq

extends Object
java.lang.Object
   ↳ ebay.api.paypalapi.GetBalanceReq

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ebay:api:PayPalAPI}GetBalanceRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetBalanceRequestType getBalanceRequest
Public Constructors
GetBalanceReq()
Public Methods
GetBalanceRequestType getGetBalanceRequest()
Gets the value of the getBalanceRequest property.
void setGetBalanceRequest(GetBalanceRequestType value)
Sets the value of the getBalanceRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetBalanceRequestType getBalanceRequest

Public Constructors

public GetBalanceReq ()

Public Methods

public GetBalanceRequestType getGetBalanceRequest ()

Gets the value of the getBalanceRequest property.

Returns

public void setGetBalanceRequest (GetBalanceRequestType value)

Sets the value of the getBalanceRequest property.

Parameters
value Allowed object is GetBalanceRequestType