public abstract class

ListQueryBase

extends QueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ListQueryBase
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Fields
protected Boolean activeOnly
protected Date cdcAsOf
protected IdSet customFieldDefinitionIdSet
protected Boolean customFieldEnable
protected CustomFieldFilterEnumType customFieldFilter
protected List<CustomFieldQueryParam> customFieldQueryParam
protected DraftFilterEnumType draftFilter
protected Date endCreatedTMS
protected Date endModifiedTMS
protected Boolean erroredObjectsOnly
protected IdSet listIdSet
protected Boolean objectStateEnable
protected Date startCreatedTMS
protected Date startModifiedTMS
protected SynchronizedFilterEnumType synchronizedFilter
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
ListQueryBase()
Public Methods
boolean getActiveOnly()
Gets the value of the activeOnly property.
Date getCDCAsOf()
Gets the value of the cdcAsOf property.
IdSet getCustomFieldDefinitionIdSet()
Gets the value of the customFieldDefinitionIdSet property.
Boolean getCustomFieldEnable()
Gets the value of the customFieldEnable property.
CustomFieldFilterEnumType getCustomFieldFilter()
Gets the value of the customFieldFilter property.
List<CustomFieldQueryParam> getCustomFieldQueryParam()
Gets the value of the customFieldQueryParam property.
DraftFilterEnumType getDraftFilter()
Gets the value of the draftFilter property.
Date getEndCreatedTMS()
Gets the value of the endCreatedTMS property.
Date getEndModifiedTMS()
Gets the value of the endModifiedTMS property.
boolean getErroredObjectsOnly()
Gets the value of the erroredObjectsOnly property.
IdSet getListIdSet()
Gets the value of the listIdSet property.
Boolean getObjectStateEnable()
Gets the value of the objectStateEnable property.
Date getStartCreatedTMS()
Gets the value of the startCreatedTMS property.
Date getStartModifiedTMS()
Gets the value of the startModifiedTMS property.
SynchronizedFilterEnumType getSynchronizedFilter()
Gets the value of the synchronizedFilter property.
void setActiveOnly(Boolean value)
Sets the value of the activeOnly property.
void setCDCAsOf(Date value)
Sets the value of the cdcAsOf property.
void setCustomFieldDefinitionIdSet(IdSet value)
Sets the value of the customFieldDefinitionIdSet property.
void setCustomFieldEnable(Boolean value)
Sets the value of the customFieldEnable property.
void setCustomFieldFilter(CustomFieldFilterEnumType value)
Sets the value of the customFieldFilter property.
void setCustomFieldQueryParam(List<CustomFieldQueryParam> customFieldQueryParam)
Sets the value of the customFieldQueryParam property.
void setDraftFilter(DraftFilterEnumType value)
Sets the value of the draftFilter property.
void setEndCreatedTMS(Date value)
Sets the value of the endCreatedTMS property.
void setEndModifiedTMS(Date value)
Sets the value of the endModifiedTMS property.
void setErroredObjectsOnly(Boolean value)
Sets the value of the erroredObjectsOnly property.
void setListIdSet(IdSet value)
Sets the value of the listIdSet property.
void setObjectStateEnable(Boolean value)
Sets the value of the objectStateEnable property.
void setStartCreatedTMS(Date value)
Sets the value of the startCreatedTMS property.
void setStartModifiedTMS(Date value)
Sets the value of the startModifiedTMS property.
void setSynchronizedFilter(SynchronizedFilterEnumType value)
Sets the value of the synchronizedFilter property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean activeOnly

protected Date cdcAsOf

protected IdSet customFieldDefinitionIdSet

protected Boolean customFieldEnable

protected CustomFieldFilterEnumType customFieldFilter

protected List<CustomFieldQueryParam> customFieldQueryParam

protected DraftFilterEnumType draftFilter

protected Date endCreatedTMS

protected Date endModifiedTMS

protected Boolean erroredObjectsOnly

protected IdSet listIdSet

protected Boolean objectStateEnable

protected Date startCreatedTMS

protected Date startModifiedTMS

protected SynchronizedFilterEnumType synchronizedFilter

Public Constructors

public ListQueryBase ()

Public Methods

public boolean getActiveOnly ()

Gets the value of the activeOnly property.

Returns
  • possible object is Boolean

public Date getCDCAsOf ()

Gets the value of the cdcAsOf property.

Returns
  • possible object is String

public IdSet getCustomFieldDefinitionIdSet ()

Gets the value of the customFieldDefinitionIdSet property.

Returns
  • possible object is IdSet

public Boolean getCustomFieldEnable ()

Gets the value of the customFieldEnable property.

Returns
  • possible object is Boolean

public CustomFieldFilterEnumType getCustomFieldFilter ()

Gets the value of the customFieldFilter property.

Returns

public List<CustomFieldQueryParam> getCustomFieldQueryParam ()

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

public DraftFilterEnumType getDraftFilter ()

Gets the value of the draftFilter property.

Returns

public Date getEndCreatedTMS ()

Gets the value of the endCreatedTMS property.

Returns
  • possible object is String

public Date getEndModifiedTMS ()

Gets the value of the endModifiedTMS property.

Returns
  • possible object is String

public boolean getErroredObjectsOnly ()

Gets the value of the erroredObjectsOnly property.

Returns
  • possible object is Boolean

public IdSet getListIdSet ()

Gets the value of the listIdSet property.

Returns
  • possible object is IdSet

public Boolean getObjectStateEnable ()

Gets the value of the objectStateEnable property.

Returns
  • possible object is Boolean

public Date getStartCreatedTMS ()

Gets the value of the startCreatedTMS property.

Returns
  • possible object is String

public Date getStartModifiedTMS ()

Gets the value of the startModifiedTMS property.

Returns
  • possible object is String

public SynchronizedFilterEnumType getSynchronizedFilter ()

Gets the value of the synchronizedFilter property.

Returns

public void setActiveOnly (Boolean value)

Sets the value of the activeOnly property.

Parameters
value Allowed object is Boolean

public void setCDCAsOf (Date value)

Sets the value of the cdcAsOf property.

Parameters
value Allowed object is String

public void setCustomFieldDefinitionIdSet (IdSet value)

Sets the value of the customFieldDefinitionIdSet property.

Parameters
value Allowed object is IdSet

public void setCustomFieldEnable (Boolean value)

Sets the value of the customFieldEnable property.

Parameters
value Allowed object is Boolean

public void setCustomFieldFilter (CustomFieldFilterEnumType value)

Sets the value of the customFieldFilter property.

Parameters
value Allowed object is CustomFieldFilterEnumType

public void setCustomFieldQueryParam (List<CustomFieldQueryParam> customFieldQueryParam)

Sets the value of the customFieldQueryParam property.

Parameters
customFieldQueryParam Allowed object is CustomFieldQueryParam

public void setDraftFilter (DraftFilterEnumType value)

Sets the value of the draftFilter property.

Parameters
value Allowed object is DraftFilterEnumType

public void setEndCreatedTMS (Date value)

Sets the value of the endCreatedTMS property.

Parameters
value Allowed object is String

public void setEndModifiedTMS (Date value)

Sets the value of the endModifiedTMS property.

Parameters
value Allowed object is String

public void setErroredObjectsOnly (Boolean value)

Sets the value of the erroredObjectsOnly property.

Parameters
value Allowed object is Boolean

public void setListIdSet (IdSet value)

Sets the value of the listIdSet property.

Parameters
value Allowed object is IdSet

public void setObjectStateEnable (Boolean value)

Sets the value of the objectStateEnable property.

Parameters
value Allowed object is Boolean

public void setStartCreatedTMS (Date value)

Sets the value of the startCreatedTMS property.

Parameters
value Allowed object is String

public void setStartModifiedTMS (Date value)

Sets the value of the startModifiedTMS property.

Parameters
value Allowed object is String

public void setSynchronizedFilter (SynchronizedFilterEnumType value)

Sets the value of the synchronizedFilter property.

Parameters
value Allowed object is SynchronizedFilterEnumType