| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.JournalEntryHeader | |
Product: QBW Description: Information that pertains to the entire Journal Entry. Allows for "traditional accounting", i.e. it creates a transaction in which the total amount in the Debit column equals the total amount in the Credit column, and each amount is assigned to an account on the chart of accounts.
Java class for JournalEntryHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JournalEntryHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<element name="Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjustment | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the adjustment property.
| |||||||||||
Sets the value of the adjustment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the adjustment property.
Sets the value of the adjustment property.
| value | Allowed object is Boolean |
|---|