public class

AccountEntryType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AccountEntryType

Class Overview

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 ref="{urn:ebay:apis:eBLBaseComponents}Balance"/>
         <element name="Credit" type="{urn:ebay:apis:CoreComponentTypes}AmountType"/>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Debit" type="{urn:ebay:apis:CoreComponentTypes}AmountType"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ItemID"/>
         <element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RefNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="AccountEntryDetailsType" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int accountEntryDetailsType
protected AmountType balance
protected AmountType credit
protected XMLGregorianCalendar date
protected AmountType debit
protected String itemID
protected String memo
protected int refNumber
Public Constructors
AccountEntryType()
Public Methods
int getAccountEntryDetailsType()
Gets the value of the accountEntryDetailsType property.
AmountType getBalance()
Balance as of a given entry, can be 0.00.
AmountType getCredit()
Gets the value of the credit property.
XMLGregorianCalendar getDate()
Gets the value of the date property.
AmountType getDebit()
Gets the value of the debit property.
String getItemID()
Item number if transaction is associated with an auction or 0 if no item is associated with an account entry.
String getMemo()
Gets the value of the memo property.
int getRefNumber()
Gets the value of the refNumber property.
void setAccountEntryDetailsType(int value)
Sets the value of the accountEntryDetailsType property.
void setBalance(AmountType value)
Sets the value of the balance property.
void setCredit(AmountType value)
Sets the value of the credit property.
void setDate(XMLGregorianCalendar value)
Sets the value of the date property.
void setDebit(AmountType value)
Sets the value of the debit property.
void setItemID(String value)
Sets the value of the itemID property.
void setMemo(String value)
Sets the value of the memo property.
void setRefNumber(int value)
Sets the value of the refNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int accountEntryDetailsType

protected AmountType balance

protected AmountType credit

protected XMLGregorianCalendar date

protected AmountType debit

protected String itemID

protected String memo

protected int refNumber

Public Constructors

public AccountEntryType ()

Public Methods

public int getAccountEntryDetailsType ()

Gets the value of the accountEntryDetailsType property.

public AmountType getBalance ()

Balance as of a given entry, can be 0.00.

Returns

public AmountType getCredit ()

Gets the value of the credit property.

Returns

public XMLGregorianCalendar getDate ()

Gets the value of the date property.

Returns
  • possible object is XMLGregorianCalendar

public AmountType getDebit ()

Gets the value of the debit property.

Returns

public String getItemID ()

Item number if transaction is associated with an auction or 0 if no item is associated with an account entry.

Returns
  • possible object is String

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public int getRefNumber ()

Gets the value of the refNumber property.

public void setAccountEntryDetailsType (int value)

Sets the value of the accountEntryDetailsType property.

Parameters
value

public void setBalance (AmountType value)

Sets the value of the balance property.

Parameters
value Allowed object is AmountType

public void setCredit (AmountType value)

Sets the value of the credit property.

Parameters
value Allowed object is AmountType

public void setDate (XMLGregorianCalendar value)

Sets the value of the date property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDebit (AmountType value)

Sets the value of the debit property.

Parameters
value Allowed object is AmountType

public void setItemID (String value)

Sets the value of the itemID property.

Parameters
value Allowed object is String

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setRefNumber (int value)

Sets the value of the refNumber property.

Parameters
value