| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.JournalEntryQueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.JournalEntryQuery | ||
Java class for JournalEntryQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JournalEntryQuery">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}JournalEntryQueryBase">
<sequence>
<element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnJournalEntryWithOrder" minOccurs="0"/>
<element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DraftFilter" type="{http://www.intuit.com/sb/cdm/v2}DraftFilterEnumType" minOccurs="0"/>
<element name="ObjectStateEnable" 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.JournalEntryQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| draftFilter | |||||||||||
| includeLine | |||||||||||
| objectStateEnable | |||||||||||
| sortByColumn | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.JournalEntryQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the draftFilter property.
| |||||||||||
Gets the value of the includeLine property.
| |||||||||||
Gets the value of the objectStateEnable property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Sets the value of the draftFilter property.
| |||||||||||
Sets the value of the includeLine property.
| |||||||||||
Sets the value of the objectStateEnable property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.JournalEntryQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the draftFilter property.
DraftFilterEnumType
Gets the value of the includeLine property.
Gets the value of the objectStateEnable property.
Gets the value of the sortByColumn property.
SortByColumnJournalEntryWithOrder
Sets the value of the draftFilter property.
| value | Allowed object is
DraftFilterEnumType
|
|---|
Sets the value of the includeLine property.
| value | Allowed object is Boolean |
|---|
Sets the value of the objectStateEnable property.
| value | Allowed object is Boolean |
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnJournalEntryWithOrder
|
|---|