public class AccountEntryType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected int |
accountEntryDetailsType |
protected AmountType |
balance |
protected AmountType |
credit |
protected javax.xml.datatype.XMLGregorianCalendar |
date |
protected AmountType |
debit |
protected java.lang.String |
itemID |
protected java.lang.String |
memo |
protected int |
refNumber |
Constructor and Description |
---|
AccountEntryType() |
Modifier and Type | Method and Description |
---|---|
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.
|
javax.xml.datatype.XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
AmountType |
getDebit()
Gets the value of the debit property.
|
java.lang.String |
getItemID()
Item number if transaction is associated with an auction or 0
if no item is associated with an account entry.
|
java.lang.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(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setDebit(AmountType value)
Sets the value of the debit 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 |
setRefNumber(int value)
Sets the value of the refNumber property.
|
protected AmountType balance
protected AmountType credit
protected javax.xml.datatype.XMLGregorianCalendar date
protected AmountType debit
protected java.lang.String itemID
protected java.lang.String memo
protected int refNumber
protected int accountEntryDetailsType
public AmountType getBalance()
AmountType
public void setBalance(AmountType value)
value
- the value
allowed object is
AmountType
public AmountType getCredit()
AmountType
public void setCredit(AmountType value)
value
- the value
allowed object is
AmountType
public javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public AmountType getDebit()
AmountType
public void setDebit(AmountType value)
value
- the value
allowed object is
AmountType
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getMemo()
String
public void setMemo(java.lang.String value)
value
- the value
allowed object is
String
public int getRefNumber()
public void setRefNumber(int value)
public int getAccountEntryDetailsType()
public void setAccountEntryDetailsType(int value)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.