public class GetBalanceResponseType extends AbstractResponseType
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>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
balance |
protected java.util.List<BasicAmountType> |
balanceHoldings |
protected javax.xml.datatype.XMLGregorianCalendar |
balanceTimeStamp |
ack, any, build, correlationID, errors, timestamp, version
Constructor and Description |
---|
GetBalanceResponseType() |
Modifier and Type | Method and Description |
---|---|
BasicAmountType |
getBalance()
Gets the value of the balance property.
|
java.util.List<BasicAmountType> |
getBalanceHoldings()
Gets the value of the balanceHoldings property.
|
javax.xml.datatype.XMLGregorianCalendar |
getBalanceTimeStamp()
Gets the value of the balanceTimeStamp property.
|
void |
setBalance(BasicAmountType value)
Sets the value of the balance property.
|
void |
setBalanceTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the balanceTimeStamp property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersion
protected BasicAmountType balance
protected javax.xml.datatype.XMLGregorianCalendar balanceTimeStamp
protected java.util.List<BasicAmountType> balanceHoldings
public BasicAmountType getBalance()
BasicAmountType
public void setBalance(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public javax.xml.datatype.XMLGregorianCalendar getBalanceTimeStamp()
XMLGregorianCalendar
public void setBalanceTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public java.util.List<BasicAmountType> getBalanceHoldings()
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
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.