| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.JournalEntryQueryBase | |
Known Direct Subclasses
|
Java class for JournalEntryQueryBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JournalEntryQueryBase">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}QueryBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}CustomFieldQueryGroup" minOccurs="0"/>
<choice>
<element name="ContactIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
<element name="TransactionIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
<element name="AccountIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
</choice>
<group ref="{http://www.intuit.com/sb/cdm/v2}DateFilterGroupForTransactions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountIdSet | |||||||||||
| contactIdSet | |||||||||||
| customFieldDefinitionIdSet | |||||||||||
| customFieldEnable | |||||||||||
| customFieldFilter | |||||||||||
| customFieldQueryParam | |||||||||||
| endCreatedTMS | |||||||||||
| endModifiedTMS | |||||||||||
| endTransactionDate | |||||||||||
| startCreatedTMS | |||||||||||
| startModifiedTMS | |||||||||||
| startTransactionDate | |||||||||||
| transactionIdSet | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountIdSet property.
| |||||||||||
Gets the value of the contactIdSet property.
| |||||||||||
Gets the value of the customFieldDefinitionIdSet property.
| |||||||||||
Gets the value of the customFieldEnable property.
| |||||||||||
Gets the value of the customFieldFilter property.
| |||||||||||
Gets the value of the customFieldQueryParam property.
| |||||||||||
Gets the value of the endCreatedTMS property.
| |||||||||||
Gets the value of the endModifiedTMS property.
| |||||||||||
Gets the value of the endTransactionDate property.
| |||||||||||
Gets the value of the startCreatedTMS property.
| |||||||||||
Gets the value of the startModifiedTMS property.
| |||||||||||
Gets the value of the startTransactionDate property.
| |||||||||||
Gets the value of the transactionIdSet property.
| |||||||||||
Sets the value of the accountIdSet property.
| |||||||||||
Sets the value of the contactIdSet property.
| |||||||||||
Sets the value of the customFieldDefinitionIdSet property.
| |||||||||||
Sets the value of the customFieldEnable property.
| |||||||||||
Sets the value of the customFieldFilter property.
| |||||||||||
Sets the value of the customFieldQueryParam property.
| |||||||||||
Sets the value of the endCreatedTMS property.
| |||||||||||
Sets the value of the endModifiedTMS property.
| |||||||||||
Sets the value of the endTransactionDate property.
| |||||||||||
Sets the value of the startCreatedTMS property.
| |||||||||||
Sets the value of the startModifiedTMS property.
| |||||||||||
Sets the value of the startTransactionDate property.
| |||||||||||
Sets the value of the transactionIdSet property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the accountIdSet property.
IdSet
Gets the value of the contactIdSet property.
IdSet
Gets the value of the customFieldDefinitionIdSet property.
IdSet
Gets the value of the customFieldEnable property.
Gets the value of the customFieldFilter property.
CustomFieldFilterEnumType
Gets the value of the customFieldQueryParam property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customFieldQueryParam property.
For example, to add a new item, do as follows:
getCustomFieldQueryParam().add(newItem);
Objects of the following type(s) are allowed in the list
CustomFieldQueryParam
Gets the value of the endCreatedTMS property.
Gets the value of the endModifiedTMS property.
Gets the value of the endTransactionDate property.
Gets the value of the startCreatedTMS property.
Gets the value of the startModifiedTMS property.
Gets the value of the startTransactionDate property.
Gets the value of the transactionIdSet property.
IdSet
Sets the value of the accountIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the contactIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the customFieldDefinitionIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the customFieldEnable property.
| value | Allowed object is Boolean |
|---|
Sets the value of the customFieldFilter property.
| value | Allowed object is
CustomFieldFilterEnumType
|
|---|
Sets the value of the customFieldQueryParam property.
| customFieldQueryParam | Allowed object is
CustomFieldQueryParam
|
|---|
Sets the value of the endCreatedTMS property.
| value | Allowed object is String |
|---|
Sets the value of the endModifiedTMS property.
| value | Allowed object is String |
|---|
Sets the value of the endTransactionDate property.
| value | Allowed object is String |
|---|
Sets the value of the startCreatedTMS property.
| value | Allowed object is String |
|---|
Sets the value of the startModifiedTMS property.
| value | Allowed object is String |
|---|
Sets the value of the startTransactionDate property.
| value | Allowed object is String |
|---|
Sets the value of the transactionIdSet property.
| value | Allowed object is
IdSet
|
|---|