public class

JournalEntryQuery

extends JournalEntryQueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.JournalEntryQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.JournalEntryQuery

Class Overview

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>
 

Summary

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
protected DraftFilterEnumType draftFilter
protected Boolean includeLine
protected Boolean objectStateEnable
protected SortByColumnJournalEntryWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.JournalEntryQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
JournalEntryQuery()
Public Methods
DraftFilterEnumType getDraftFilter()
Gets the value of the draftFilter property.
Boolean getIncludeLine()
Gets the value of the includeLine property.
Boolean getObjectStateEnable()
Gets the value of the objectStateEnable property.
SortByColumnJournalEntryWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
void setDraftFilter(DraftFilterEnumType value)
Sets the value of the draftFilter property.
void setIncludeLine(Boolean value)
Sets the value of the includeLine property.
void setObjectStateEnable(Boolean value)
Sets the value of the objectStateEnable property.
void setSortByColumn(SortByColumnJournalEntryWithOrder value)
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DraftFilterEnumType draftFilter

protected Boolean includeLine

protected Boolean objectStateEnable

protected SortByColumnJournalEntryWithOrder sortByColumn

Public Constructors

public JournalEntryQuery ()

Public Methods

public DraftFilterEnumType getDraftFilter ()

Gets the value of the draftFilter property.

Returns

public Boolean getIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

public Boolean getObjectStateEnable ()

Gets the value of the objectStateEnable property.

Returns
  • possible object is Boolean

public SortByColumnJournalEntryWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setDraftFilter (DraftFilterEnumType value)

Sets the value of the draftFilter property.

Parameters
value Allowed object is DraftFilterEnumType

public void setIncludeLine (Boolean value)

Sets the value of the includeLine 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 setSortByColumn (SortByColumnJournalEntryWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnJournalEntryWithOrder