| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AccountEntryType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountEntryDetailsType | |||||||||||
| balance | |||||||||||
| credit | |||||||||||
| date | |||||||||||
| debit | |||||||||||
| itemID | |||||||||||
| memo | |||||||||||
| refNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountEntryDetailsType property.
| |||||||||||
Balance as of a given entry, can be 0.00.
| |||||||||||
Gets the value of the credit property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the debit property.
| |||||||||||
Item number if transaction is associated with an auction or 0
if no item is associated with an account entry.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the refNumber property.
| |||||||||||
Sets the value of the accountEntryDetailsType property.
| |||||||||||
Sets the value of the balance property.
| |||||||||||
Sets the value of the credit property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the debit property.
| |||||||||||
Sets the value of the itemID property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the refNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountEntryDetailsType property.
Balance as of a given entry, can be 0.00.
AmountType
Gets the value of the credit property.
AmountType
Gets the value of the date property.
Gets the value of the debit property.
AmountType
Item number if transaction is associated with an auction or 0 if no item is associated with an account entry.
Gets the value of the memo property.
Gets the value of the refNumber property.
Sets the value of the accountEntryDetailsType property.
| value |
|---|
Sets the value of the balance property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the credit property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the date property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the debit property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the itemID property.
| value | Allowed object is String |
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the refNumber property.
| value |
|---|