public abstract class

TransactionQueryBase

extends QueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
Known Direct Subclasses

Class Overview

Java class for TransactionQueryBase complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransactionQueryBase">
   <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="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"/>
         </choice>
         <group ref="{http://www.intuit.com/sb/cdm/v2}DateFilterGroupForTransactions" minOccurs="0"/>
         <element name="ThinObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TemplateRefMapEnable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IncludeCustomFieldLineDetails" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="ErroredObjectsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="IncludeGroupMemberFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar cdcAsOf
protected IdSet contactIdSet
protected IdSet customFieldDefinitionIdSet
protected Boolean customFieldEnable
protected CustomFieldFilterEnumType customFieldFilter
protected List<CustomFieldQueryParam> customFieldQueryParam
protected DraftFilterEnumType draftFilter
protected XMLGregorianCalendar endCreatedTMS
protected XMLGregorianCalendar endModifiedTMS
protected String endTransactionDate
protected Boolean erroredObjectsOnly
protected Boolean includeCustomFieldLineDetails
protected Boolean includeGroupMemberFlag
protected Boolean objectStateEnable
protected XMLGregorianCalendar startCreatedTMS
protected XMLGregorianCalendar startModifiedTMS
protected String startTransactionDate
protected SynchronizedFilterEnumType synchronizedFilter
protected Boolean templateRefMapEnable
protected Boolean thinObject
protected IdSet transactionIdSet
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
TransactionQueryBase()
Public Methods
XMLGregorianCalendar getCDCAsOf()
Gets the value of the cdcAsOf property.
IdSet getContactIdSet()
Gets the value of the contactIdSet property.
IdSet getCustomFieldDefinitionIdSet()
Gets the value of the customFieldDefinitionIdSet 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.
XMLGregorianCalendar getEndCreatedTMS()
Gets the value of the endCreatedTMS property.
XMLGregorianCalendar getEndModifiedTMS()
Gets the value of the endModifiedTMS property.
String getEndTransactionDate()
Gets the value of the endTransactionDate property.
XMLGregorianCalendar getStartCreatedTMS()
Gets the value of the startCreatedTMS property.
XMLGregorianCalendar getStartModifiedTMS()
Gets the value of the startModifiedTMS property.
String getStartTransactionDate()
Gets the value of the startTransactionDate property.
SynchronizedFilterEnumType getSynchronizedFilter()
Gets the value of the synchronizedFilter property.
IdSet getTransactionIdSet()
Gets the value of the transactionIdSet property.
Boolean isCustomFieldEnable()
Gets the value of the customFieldEnable property.
boolean isErroredObjectsOnly()
Gets the value of the erroredObjectsOnly property.
Boolean isIncludeCustomFieldLineDetails()
Gets the value of the includeCustomFieldLineDetails property.
Boolean isIncludeGroupMemberFlag()
Gets the value of the includeGroupMemberFlag property.
Boolean isObjectStateEnable()
Gets the value of the objectStateEnable property.
Boolean isTemplateRefMapEnable()
Gets the value of the templateRefMapEnable property.
Boolean isThinObject()
Gets the value of the thinObject property.
void setCDCAsOf(XMLGregorianCalendar value)
Sets the value of the cdcAsOf property.
void setContactIdSet(IdSet value)
Sets the value of the contactIdSet 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 setDraftFilter(DraftFilterEnumType value)
Sets the value of the draftFilter property.
void setEndCreatedTMS(XMLGregorianCalendar value)
Sets the value of the endCreatedTMS property.
void setEndModifiedTMS(XMLGregorianCalendar value)
Sets the value of the endModifiedTMS property.
void setEndTransactionDate(String value)
Sets the value of the endTransactionDate property.
void setErroredObjectsOnly(Boolean value)
Sets the value of the erroredObjectsOnly property.
void setIncludeCustomFieldLineDetails(Boolean value)
Sets the value of the includeCustomFieldLineDetails property.
void setIncludeGroupMemberFlag(Boolean value)
Sets the value of the includeGroupMemberFlag property.
void setObjectStateEnable(Boolean value)
Sets the value of the objectStateEnable property.
void setStartCreatedTMS(XMLGregorianCalendar value)
Sets the value of the startCreatedTMS property.
void setStartModifiedTMS(XMLGregorianCalendar value)
Sets the value of the startModifiedTMS property.
void setStartTransactionDate(String value)
Sets the value of the startTransactionDate property.
void setSynchronizedFilter(SynchronizedFilterEnumType value)
Sets the value of the synchronizedFilter property.
void setTemplateRefMapEnable(Boolean value)
Sets the value of the templateRefMapEnable property.
void setThinObject(Boolean value)
Sets the value of the thinObject property.
void setTransactionIdSet(IdSet value)
Sets the value of the transactionIdSet property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Fields

protected XMLGregorianCalendar cdcAsOf

protected IdSet contactIdSet

protected IdSet customFieldDefinitionIdSet

protected Boolean customFieldEnable

protected CustomFieldFilterEnumType customFieldFilter

protected List<CustomFieldQueryParam> customFieldQueryParam

protected DraftFilterEnumType draftFilter

protected XMLGregorianCalendar endCreatedTMS

protected XMLGregorianCalendar endModifiedTMS

protected String endTransactionDate

protected Boolean erroredObjectsOnly

protected Boolean includeCustomFieldLineDetails

protected Boolean includeGroupMemberFlag

protected Boolean objectStateEnable

protected XMLGregorianCalendar startCreatedTMS

protected XMLGregorianCalendar startModifiedTMS

protected String startTransactionDate

protected SynchronizedFilterEnumType synchronizedFilter

protected Boolean templateRefMapEnable

protected Boolean thinObject

protected IdSet transactionIdSet

Public Constructors

public TransactionQueryBase ()

Public Methods

public XMLGregorianCalendar getCDCAsOf ()

Gets the value of the cdcAsOf property.

Returns
  • possible object is XMLGregorianCalendar

public IdSet getContactIdSet ()

Gets the value of the contactIdSet property.

Returns
  • possible object is IdSet

public IdSet getCustomFieldDefinitionIdSet ()

Gets the value of the customFieldDefinitionIdSet property.

Returns
  • possible object is IdSet

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 XMLGregorianCalendar getEndCreatedTMS ()

Gets the value of the endCreatedTMS property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEndModifiedTMS ()

Gets the value of the endModifiedTMS property.

Returns
  • possible object is XMLGregorianCalendar

public String getEndTransactionDate ()

Gets the value of the endTransactionDate property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartCreatedTMS ()

Gets the value of the startCreatedTMS property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStartModifiedTMS ()

Gets the value of the startModifiedTMS property.

Returns
  • possible object is XMLGregorianCalendar

public String getStartTransactionDate ()

Gets the value of the startTransactionDate property.

Returns
  • possible object is String

public SynchronizedFilterEnumType getSynchronizedFilter ()

Gets the value of the synchronizedFilter property.

Returns

public IdSet getTransactionIdSet ()

Gets the value of the transactionIdSet property.

Returns
  • possible object is IdSet

public Boolean isCustomFieldEnable ()

Gets the value of the customFieldEnable property.

Returns
  • possible object is Boolean

public boolean isErroredObjectsOnly ()

Gets the value of the erroredObjectsOnly property.

Returns
  • possible object is Boolean

public Boolean isIncludeCustomFieldLineDetails ()

Gets the value of the includeCustomFieldLineDetails property.

Returns
  • possible object is Boolean

public Boolean isIncludeGroupMemberFlag ()

Gets the value of the includeGroupMemberFlag property.

Returns
  • possible object is Boolean

public Boolean isObjectStateEnable ()

Gets the value of the objectStateEnable property.

Returns
  • possible object is Boolean

public Boolean isTemplateRefMapEnable ()

Gets the value of the templateRefMapEnable property.

Returns
  • possible object is Boolean

public Boolean isThinObject ()

Gets the value of the thinObject property.

Returns
  • possible object is Boolean

public void setCDCAsOf (XMLGregorianCalendar value)

Sets the value of the cdcAsOf property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setContactIdSet (IdSet value)

Sets the value of the contactIdSet property.

Parameters
value Allowed object is IdSet

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 setDraftFilter (DraftFilterEnumType value)

Sets the value of the draftFilter property.

Parameters
value Allowed object is DraftFilterEnumType

public void setEndCreatedTMS (XMLGregorianCalendar value)

Sets the value of the endCreatedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEndModifiedTMS (XMLGregorianCalendar value)

Sets the value of the endModifiedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEndTransactionDate (String value)

Sets the value of the endTransactionDate 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 setIncludeCustomFieldLineDetails (Boolean value)

Sets the value of the includeCustomFieldLineDetails property.

Parameters
value Allowed object is Boolean

public void setIncludeGroupMemberFlag (Boolean value)

Sets the value of the includeGroupMemberFlag property.

Parameters
value Allowed object is Boolean

public void setObjectStateEnable (Boolean value)

Sets the value of the objectStateEnable property.

Parameters
value Allowed object is Boolean

public void setStartCreatedTMS (XMLGregorianCalendar value)

Sets the value of the startCreatedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartModifiedTMS (XMLGregorianCalendar value)

Sets the value of the startModifiedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartTransactionDate (String value)

Sets the value of the startTransactionDate 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

public void setTemplateRefMapEnable (Boolean value)

Sets the value of the templateRefMapEnable property.

Parameters
value Allowed object is Boolean

public void setThinObject (Boolean value)

Sets the value of the thinObject property.

Parameters
value Allowed object is Boolean

public void setTransactionIdSet (IdSet value)

Sets the value of the transactionIdSet property.

Parameters
value Allowed object is IdSet