|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AccountEntryType
public class AccountEntryType
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"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AccountDetailEntryCodeType |
accountDetailsEntryType
|
protected List<Object> |
any
|
protected AmountType |
balance
|
protected AmountType |
conversionRate
|
protected Calendar |
date
|
protected String |
description
|
protected AmountType |
grossDetailAmount
|
protected String |
itemID
|
protected String |
memo
|
protected AmountType |
netDetailAmount
|
protected String |
orderLineItemID
|
protected Boolean |
receivedTopRatedDiscount
|
protected String |
refNumber
|
protected String |
title
|
protected String |
transactionID
|
protected BigDecimal |
vatPercent
|
Constructor Summary | |
---|---|
AccountEntryType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
AccountDetailEntryCodeType |
getAccountDetailsEntryType()
Gets the value of the accountDetailsEntryType property. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
AmountType |
getBalance()
Gets the value of the balance property. |
AmountType |
getConversionRate()
Gets the value of the conversionRate property. |
Calendar |
getDate()
Gets the value of the date property. |
String |
getDescription()
Gets the value of the description property. |
AmountType |
getGrossDetailAmount()
Gets the value of the grossDetailAmount property. |
String |
getItemID()
Gets the value of the itemID property. |
String |
getMemo()
Gets the value of the memo property. |
AmountType |
getNetDetailAmount()
Gets the value of the netDetailAmount property. |
String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
String |
getRefNumber()
Gets the value of the refNumber property. |
String |
getTitle()
Gets the value of the title property. |
String |
getTransactionID()
Gets the value of the transactionID property. |
BigDecimal |
getVATPercent()
Gets the value of the vatPercent property. |
Boolean |
isReceivedTopRatedDiscount()
Gets the value of the receivedTopRatedDiscount property. |
void |
setAccountDetailsEntryType(AccountDetailEntryCodeType value)
Sets the value of the accountDetailsEntryType property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(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(Calendar value)
Sets the value of the date property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setGrossDetailAmount(AmountType value)
Sets the value of the grossDetailAmount property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setMemo(String value)
Sets the value of the memo property. |
void |
setNetDetailAmount(AmountType value)
Sets the value of the netDetailAmount property. |
void |
setOrderLineItemID(String value)
Sets the value of the orderLineItemID property. |
void |
setReceivedTopRatedDiscount(Boolean value)
Sets the value of the receivedTopRatedDiscount property. |
void |
setRefNumber(String value)
Sets the value of the refNumber property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setTransactionID(String value)
Sets the value of the transactionID property. |
void |
setVATPercent(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 |
---|
protected AccountDetailEntryCodeType accountDetailsEntryType
protected String description
protected AmountType balance
protected Calendar date
protected AmountType grossDetailAmount
protected String itemID
protected String memo
protected AmountType conversionRate
protected AmountType netDetailAmount
protected String refNumber
protected BigDecimal vatPercent
protected String title
protected String orderLineItemID
protected String transactionID
protected Boolean receivedTopRatedDiscount
protected List<Object> any
Constructor Detail |
---|
public AccountEntryType()
Method Detail |
---|
public AccountDetailEntryCodeType getAccountDetailsEntryType()
AccountDetailEntryCodeType
public void setAccountDetailsEntryType(AccountDetailEntryCodeType value)
value
- allowed object is
AccountDetailEntryCodeType
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public AmountType getBalance()
AmountType
public void setBalance(AmountType value)
value
- allowed object is
AmountType
public Calendar getDate()
String
public void setDate(Calendar value)
value
- allowed object is
String
public AmountType getGrossDetailAmount()
AmountType
public void setGrossDetailAmount(AmountType value)
value
- allowed object is
AmountType
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public String getMemo()
String
public void setMemo(String value)
value
- allowed object is
String
public AmountType getConversionRate()
AmountType
public void setConversionRate(AmountType value)
value
- allowed object is
AmountType
public AmountType getNetDetailAmount()
AmountType
public void setNetDetailAmount(AmountType value)
value
- allowed object is
AmountType
public String getRefNumber()
String
public void setRefNumber(String value)
value
- allowed object is
String
public BigDecimal getVATPercent()
BigDecimal
public void setVATPercent(BigDecimal value)
value
- allowed object is
BigDecimal
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getOrderLineItemID()
String
public void setOrderLineItemID(String value)
value
- allowed object is
String
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public Boolean isReceivedTopRatedDiscount()
Boolean
public void setReceivedTopRatedDiscount(Boolean value)
value
- allowed object is
Boolean
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.