|
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
Contains the data for a single account detail entry. Each detail entry is a transaction posted to the account and may be: a credit, a debit, or an administrative action (such as an update putting a credit card on file for the account). You can uniquely identify the entries that the GetAccount call returns within the AccountEntries tag. Specifically, the following fields, returned within the AccountEntries tag, can be used in combination as a unique key: AccountEntry.Date, AccountEntry.AccountDetailsEntryType, AccountEntry.ItemID, and AccountEntry.RefNumber.
| Constructor Summary | |
|---|---|
AccountEntryType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this AccountEntryType. |
AccountDetailEntryCodeType |
getAccountDetailsEntryType()
Gets the accountDetailsEntryType value for this AccountEntryType. |
AmountType |
getBalance()
Gets the balance value for this AccountEntryType. |
Calendar |
getDate()
Gets the date value for this AccountEntryType. |
String |
getDescription()
Gets the description value for this AccountEntryType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
AmountType |
getGrossDetailAmount()
Gets the grossDetailAmount value for this AccountEntryType. |
ItemIDType |
getItemID()
Gets the itemID value for this AccountEntryType. |
String |
getMemo()
Gets the memo value for this AccountEntryType. |
AmountType |
getNetDetailAmount()
Gets the netDetailAmount value for this AccountEntryType. |
String |
getRefNumber()
Gets the refNumber value for this AccountEntryType. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getTitle()
Gets the title value for this AccountEntryType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
BigDecimal |
getVATPercent()
Gets the VATPercent value for this AccountEntryType. |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this AccountEntryType. |
void |
setAccountDetailsEntryType(AccountDetailEntryCodeType accountDetailsEntryType)
Sets the accountDetailsEntryType value for this AccountEntryType. |
void |
setBalance(AmountType balance)
Sets the balance value for this AccountEntryType. |
void |
setDate(Calendar date)
Sets the date value for this AccountEntryType. |
void |
setDescription(String description)
Sets the description value for this AccountEntryType. |
void |
setGrossDetailAmount(AmountType grossDetailAmount)
Sets the grossDetailAmount value for this AccountEntryType. |
void |
setItemID(ItemIDType itemID)
Sets the itemID value for this AccountEntryType. |
void |
setMemo(String memo)
Sets the memo value for this AccountEntryType. |
void |
setNetDetailAmount(AmountType netDetailAmount)
Sets the netDetailAmount value for this AccountEntryType. |
void |
setRefNumber(String refNumber)
Sets the refNumber value for this AccountEntryType. |
void |
setTitle(String title)
Sets the title value for this AccountEntryType. |
void |
setVATPercent(BigDecimal VATPercent)
Sets the VATPercent value for this AccountEntryType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountEntryType()
| Method Detail |
|---|
public AccountDetailEntryCodeType getAccountDetailsEntryType()
public void setAccountDetailsEntryType(AccountDetailEntryCodeType accountDetailsEntryType)
accountDetailsEntryType - Specifies values that describe a transaction on an account. Details
of
the transaction are returned in AccountEntry. The transaction
can
be a debit or credit to the account.public String getDescription()
public void setDescription(String description)
description - public AmountType getBalance()
public void setBalance(AmountType balance)
balance - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public Calendar getDate()
public void setDate(Calendar date)
date - public AmountType getGrossDetailAmount()
public void setGrossDetailAmount(AmountType grossDetailAmount)
grossDetailAmount - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public ItemIDType getItemID()
public void setItemID(ItemIDType itemID)
itemID - Type that represents the unique identifier for a single item listing.public String getMemo()
public void setMemo(String memo)
memo - public AmountType getNetDetailAmount()
public void setNetDetailAmount(AmountType netDetailAmount)
netDetailAmount - Basic type for specifying monetary amounts. A double value (e.g.,
1.00 or 1.0) is meaningful as a monetary amount when accompanied
by a
specification of the currency, in which case the value specifies
the amount in that currency. An AmountType expresses both the
value
(a double) and the currency. Details such as prices, fees, costs,
and payments are specified as amount types.public String getRefNumber()
public void setRefNumber(String refNumber)
refNumber - public BigDecimal getVATPercent()
public void setVATPercent(BigDecimal VATPercent)
VATPercent - public String getTitle()
public void setTitle(String title)
title - public MessageElement[] get_any()
public void set_any(MessageElement[] _any)
_any - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
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-2006 eBay Inc. All rights reserved.