Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AccountEntryType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AccountEntryType
All Implemented Interfaces:
java.io.Serializable

public class AccountEntryType
extends java.lang.Object
implements java.io.Serializable

Type defining the AccountEntry container returned in the GetAccount response. Each AccountEntry container consists of detailed information for a single credit or debit transaction, or an administrative action which occurred on the eBay user's account.

Java class for AccountEntryType complex type.

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

 <complexType name="AccountEntryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccountDetailsEntryType" type="{urn:ebay:apis:eBLBaseComponents}AccountDetailEntryCodeType" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Balance" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="GrossDetailAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
         <element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ConversionRate" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="NetDetailAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="RefNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="VATPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReceivedTopRatedDiscount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="OrderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AccountDetailEntryCodeType accountDetailsEntryType
           
protected  java.util.List<java.lang.Object> any
           
protected  AmountType balance
           
protected  AmountType conversionRate
           
protected  java.util.Calendar date
           
protected  java.lang.String description
           
protected  AmountType grossDetailAmount
           
protected  java.lang.String itemID
           
protected  java.lang.String memo
           
protected  AmountType netDetailAmount
           
protected  java.lang.String orderId
           
protected  java.lang.String orderLineItemID
           
protected  java.lang.Boolean receivedTopRatedDiscount
           
protected  java.lang.String refNumber
           
protected  java.lang.String title
           
protected  java.lang.String transactionID
           
protected  java.math.BigDecimal vatPercent
           
 
Constructor Summary
AccountEntryType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 AccountDetailEntryCodeType getAccountDetailsEntryType()
          Gets the value of the accountDetailsEntryType property.
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 AmountType getBalance()
          Gets the value of the balance property.
 AmountType getConversionRate()
          Gets the value of the conversionRate property.
 java.util.Calendar getDate()
          Gets the value of the date property.
 java.lang.String getDescription()
          Gets the value of the description property.
 AmountType getGrossDetailAmount()
          Gets the value of the grossDetailAmount property.
 java.lang.String getItemID()
          Gets the value of the itemID property.
 java.lang.String getMemo()
          Gets the value of the memo property.
 AmountType getNetDetailAmount()
          Gets the value of the netDetailAmount property.
 java.lang.String getOrderId()
          Gets the value of the orderId property.
 java.lang.String getOrderLineItemID()
          Gets the value of the orderLineItemID property.
 java.lang.String getRefNumber()
          Gets the value of the refNumber property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getTransactionID()
          Gets the value of the transactionID property.
 java.math.BigDecimal getVATPercent()
          Gets the value of the vatPercent property.
 java.lang.Boolean isReceivedTopRatedDiscount()
          Gets the value of the receivedTopRatedDiscount property.
 void setAccountDetailsEntryType(AccountDetailEntryCodeType value)
          Sets the value of the accountDetailsEntryType property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setBalance(AmountType value)
          Sets the value of the balance property.
 void setConversionRate(AmountType value)
          Sets the value of the conversionRate property.
 void setDate(java.util.Calendar value)
          Sets the value of the date property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setGrossDetailAmount(AmountType value)
          Sets the value of the grossDetailAmount property.
 void setItemID(java.lang.String value)
          Sets the value of the itemID property.
 void setMemo(java.lang.String value)
          Sets the value of the memo property.
 void setNetDetailAmount(AmountType value)
          Sets the value of the netDetailAmount property.
 void setOrderId(java.lang.String value)
          Sets the value of the orderId property.
 void setOrderLineItemID(java.lang.String value)
          Sets the value of the orderLineItemID property.
 void setReceivedTopRatedDiscount(java.lang.Boolean value)
          Sets the value of the receivedTopRatedDiscount property.
 void setRefNumber(java.lang.String value)
          Sets the value of the refNumber property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setTransactionID(java.lang.String value)
          Sets the value of the transactionID property.
 void setVATPercent(java.math.BigDecimal value)
          Sets the value of the vatPercent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountDetailsEntryType

protected AccountDetailEntryCodeType accountDetailsEntryType

description

protected java.lang.String description

balance

protected AmountType balance

date

protected java.util.Calendar date

grossDetailAmount

protected AmountType grossDetailAmount

itemID

protected java.lang.String itemID

memo

protected java.lang.String memo

conversionRate

protected AmountType conversionRate

netDetailAmount

protected AmountType netDetailAmount

refNumber

protected java.lang.String refNumber

vatPercent

protected java.math.BigDecimal vatPercent

title

protected java.lang.String title

orderLineItemID

protected java.lang.String orderLineItemID

transactionID

protected java.lang.String transactionID

receivedTopRatedDiscount

protected java.lang.Boolean receivedTopRatedDiscount

orderId

protected java.lang.String orderId

any

protected java.util.List<java.lang.Object> any
Constructor Detail

AccountEntryType

public AccountEntryType()
Method Detail

getAccountDetailsEntryType

public AccountDetailEntryCodeType getAccountDetailsEntryType()
Gets the value of the accountDetailsEntryType property.

Returns:
possible object is AccountDetailEntryCodeType

setAccountDetailsEntryType

public void setAccountDetailsEntryType(AccountDetailEntryCodeType value)
Sets the value of the accountDetailsEntryType property.

Parameters:
value - allowed object is AccountDetailEntryCodeType

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getBalance

public AmountType getBalance()
Gets the value of the balance property.

Returns:
possible object is AmountType

setBalance

public void setBalance(AmountType value)
Sets the value of the balance property.

Parameters:
value - allowed object is AmountType

getDate

public java.util.Calendar getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(java.util.Calendar value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getGrossDetailAmount

public AmountType getGrossDetailAmount()
Gets the value of the grossDetailAmount property.

Returns:
possible object is AmountType

setGrossDetailAmount

public void setGrossDetailAmount(AmountType value)
Sets the value of the grossDetailAmount property.

Parameters:
value - allowed object is AmountType

getItemID

public java.lang.String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(java.lang.String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

getMemo

public java.lang.String getMemo()
Gets the value of the memo property.

Returns:
possible object is String

setMemo

public void setMemo(java.lang.String value)
Sets the value of the memo property.

Parameters:
value - allowed object is String

getConversionRate

public AmountType getConversionRate()
Gets the value of the conversionRate property.

Returns:
possible object is AmountType

setConversionRate

public void setConversionRate(AmountType value)
Sets the value of the conversionRate property.

Parameters:
value - allowed object is AmountType

getNetDetailAmount

public AmountType getNetDetailAmount()
Gets the value of the netDetailAmount property.

Returns:
possible object is AmountType

setNetDetailAmount

public void setNetDetailAmount(AmountType value)
Sets the value of the netDetailAmount property.

Parameters:
value - allowed object is AmountType

getRefNumber

public java.lang.String getRefNumber()
Gets the value of the refNumber property.

Returns:
possible object is String

setRefNumber

public void setRefNumber(java.lang.String value)
Sets the value of the refNumber property.

Parameters:
value - allowed object is String

getVATPercent

public java.math.BigDecimal getVATPercent()
Gets the value of the vatPercent property.

Returns:
possible object is BigDecimal

setVATPercent

public void setVATPercent(java.math.BigDecimal value)
Sets the value of the vatPercent property.

Parameters:
value - allowed object is BigDecimal

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getOrderLineItemID

public java.lang.String getOrderLineItemID()
Gets the value of the orderLineItemID property.

Returns:
possible object is String

setOrderLineItemID

public void setOrderLineItemID(java.lang.String value)
Sets the value of the orderLineItemID property.

Parameters:
value - allowed object is String

getTransactionID

public java.lang.String getTransactionID()
Gets the value of the transactionID property.

Returns:
possible object is String

setTransactionID

public void setTransactionID(java.lang.String value)
Sets the value of the transactionID property.

Parameters:
value - allowed object is String

isReceivedTopRatedDiscount

public java.lang.Boolean isReceivedTopRatedDiscount()
Gets the value of the receivedTopRatedDiscount property.

Returns:
possible object is Boolean

setReceivedTopRatedDiscount

public void setReceivedTopRatedDiscount(java.lang.Boolean value)
Sets the value of the receivedTopRatedDiscount property.

Parameters:
value - allowed object is Boolean

getOrderId

public java.lang.String getOrderId()
Gets the value of the orderId property.

Returns:
possible object is String

setOrderId

public void setOrderId(java.lang.String value)
Sets the value of the orderId property.

Parameters:
value - allowed object is String

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.