| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.GetBalanceResponseType | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| balance | |||||||||||
| balanceHoldings | |||||||||||
| balanceTimeStamp | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the balance property.
| |||||||||||
Gets the value of the balanceHoldings property.
| |||||||||||
Gets the value of the balanceTimeStamp property.
| |||||||||||
Sets the value of the balance property.
| |||||||||||
Sets the value of the balanceTimeStamp property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the balance property.
BasicAmountType
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
Gets the value of the balanceTimeStamp property.
Sets the value of the balance property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the balanceTimeStamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|