public class

GetBalanceResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.GetBalanceResponseType

Class Overview

Java class for GetBalanceResponseType complex type.

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

 <complexType name="GetBalanceResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="Balance" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="BalanceTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="BalanceHoldings" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType balance
protected List<BasicAmountType> balanceHoldings
protected XMLGregorianCalendar balanceTimeStamp
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetBalanceResponseType()
Public Methods
BasicAmountType getBalance()
Gets the value of the balance property.
List<BasicAmountType> getBalanceHoldings()
Gets the value of the balanceHoldings property.
XMLGregorianCalendar getBalanceTimeStamp()
Gets the value of the balanceTimeStamp property.
void setBalance(BasicAmountType value)
Sets the value of the balance property.
void setBalanceTimeStamp(XMLGregorianCalendar value)
Sets the value of the balanceTimeStamp property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected BasicAmountType balance

protected List<BasicAmountType> balanceHoldings

protected XMLGregorianCalendar balanceTimeStamp

Public Constructors

public GetBalanceResponseType ()

Public Methods

public BasicAmountType getBalance ()

Gets the value of the balance property.

Returns

public List<BasicAmountType> getBalanceHoldings ()

Gets the value of the balanceHoldings property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the balanceHoldings property.

For example, to add a new item, do as follows:

    getBalanceHoldings().add(newItem);
 

Objects of the following type(s) are allowed in the list BasicAmountType

public XMLGregorianCalendar getBalanceTimeStamp ()

Gets the value of the balanceTimeStamp property.

Returns
  • possible object is XMLGregorianCalendar

public void setBalance (BasicAmountType value)

Sets the value of the balance property.

Parameters
value Allowed object is BasicAmountType

public void setBalanceTimeStamp (XMLGregorianCalendar value)

Sets the value of the balanceTimeStamp property.

Parameters
value Allowed object is XMLGregorianCalendar