| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ListQueryBase | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Java class for ListQueryBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListQueryBase">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}QueryBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}ListsAndTxnsParamsGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}CustomFieldQueryGroup" minOccurs="0"/>
<choice>
<element name="ListIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}DateFilterGroupForNonTransactions" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ErroredObjectsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ActiveOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activeOnly | |||||||||||
| cdcAsOf | |||||||||||
| customFieldDefinitionIdSet | |||||||||||
| customFieldEnable | |||||||||||
| customFieldFilter | |||||||||||
| customFieldQueryParam | |||||||||||
| draftFilter | |||||||||||
| endCreatedTMS | |||||||||||
| endModifiedTMS | |||||||||||
| erroredObjectsOnly | |||||||||||
| listIdSet | |||||||||||
| objectStateEnable | |||||||||||
| startCreatedTMS | |||||||||||
| startModifiedTMS | |||||||||||
| synchronizedFilter | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cdcAsOf property.
| |||||||||||
Gets the value of the customFieldDefinitionIdSet property.
| |||||||||||
Gets the value of the customFieldFilter property.
| |||||||||||
Gets the value of the customFieldQueryParam property.
| |||||||||||
Gets the value of the draftFilter property.
| |||||||||||
Gets the value of the endCreatedTMS property.
| |||||||||||
Gets the value of the endModifiedTMS property.
| |||||||||||
Gets the value of the listIdSet property.
| |||||||||||
Gets the value of the startCreatedTMS property.
| |||||||||||
Gets the value of the startModifiedTMS property.
| |||||||||||
Gets the value of the synchronizedFilter property.
| |||||||||||
Gets the value of the activeOnly property.
| |||||||||||
Gets the value of the customFieldEnable property.
| |||||||||||
Gets the value of the erroredObjectsOnly property.
| |||||||||||
Gets the value of the objectStateEnable property.
| |||||||||||
Sets the value of the activeOnly property.
| |||||||||||
Sets the value of the cdcAsOf 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 draftFilter property.
| |||||||||||
Sets the value of the endCreatedTMS property.
| |||||||||||
Sets the value of the endModifiedTMS property.
| |||||||||||
Sets the value of the erroredObjectsOnly property.
| |||||||||||
Sets the value of the listIdSet property.
| |||||||||||
Sets the value of the objectStateEnable property.
| |||||||||||
Sets the value of the startCreatedTMS property.
| |||||||||||
Sets the value of the startModifiedTMS property.
| |||||||||||
Sets the value of the synchronizedFilter property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the cdcAsOf property.
Gets the value of the customFieldDefinitionIdSet property.
IdSet
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 draftFilter property.
DraftFilterEnumType
Gets the value of the endCreatedTMS property.
Gets the value of the endModifiedTMS property.
Gets the value of the listIdSet property.
IdSet
Gets the value of the startCreatedTMS property.
Gets the value of the startModifiedTMS property.
Gets the value of the synchronizedFilter property.
SynchronizedFilterEnumType
Gets the value of the activeOnly property.
Gets the value of the customFieldEnable property.
Gets the value of the erroredObjectsOnly property.
Gets the value of the objectStateEnable property.
Sets the value of the activeOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the cdcAsOf property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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 draftFilter property.
| value | Allowed object is
DraftFilterEnumType
|
|---|
Sets the value of the endCreatedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the endModifiedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the erroredObjectsOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the listIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the objectStateEnable property.
| value | Allowed object is Boolean |
|---|
Sets the value of the startCreatedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the startModifiedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the synchronizedFilter property.
| value | Allowed object is
SynchronizedFilterEnumType
|
|---|