|
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"/> <element name="OrderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
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 |
---|
protected AccountDetailEntryCodeType accountDetailsEntryType
protected java.lang.String description
protected AmountType balance
protected java.util.Calendar date
protected AmountType grossDetailAmount
protected java.lang.String itemID
protected java.lang.String memo
protected AmountType conversionRate
protected AmountType netDetailAmount
protected java.lang.String refNumber
protected java.math.BigDecimal vatPercent
protected java.lang.String title
protected java.lang.String orderLineItemID
protected java.lang.String transactionID
protected java.lang.Boolean receivedTopRatedDiscount
protected java.lang.String orderId
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public AccountEntryType()
Method Detail |
---|
public AccountDetailEntryCodeType getAccountDetailsEntryType()
AccountDetailEntryCodeType
public void setAccountDetailsEntryType(AccountDetailEntryCodeType value)
value
- allowed object is
AccountDetailEntryCodeType
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public AmountType getBalance()
AmountType
public void setBalance(AmountType value)
value
- allowed object is
AmountType
public java.util.Calendar getDate()
String
public void setDate(java.util.Calendar value)
value
- allowed object is
String
public AmountType getGrossDetailAmount()
AmountType
public void setGrossDetailAmount(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMemo()
String
public void setMemo(java.lang.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 java.lang.String getRefNumber()
String
public void setRefNumber(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getVATPercent()
BigDecimal
public void setVATPercent(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrderLineItemID()
String
public void setOrderLineItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isReceivedTopRatedDiscount()
Boolean
public void setReceivedTopRatedDiscount(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getOrderId()
String
public void setOrderId(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.