public class

TimeActivityQuery

extends TransactionQueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.TimeActivityQuery

Class Overview

Java class for TimeActivityQuery complex type.

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

 <complexType name="TimeActivityQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnTimeActivityWithOrder" minOccurs="0"/>
         <element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SecondsEnable" 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.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Fields
protected Boolean includeLine
protected Boolean secondsEnable
protected SortByColumnTimeActivityWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
TimeActivityQuery()
Public Methods
Boolean getIncludeLine()
Gets the value of the includeLine property.
Boolean getSecondsEnable()
Gets the value of the secondsEnable property.
SortByColumnTimeActivityWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
void setIncludeLine(Boolean value)
Sets the value of the includeLine property.
void setSecondsEnable(Boolean value)
Sets the value of the secondsEnable property.
void setSortByColumn(SortByColumnTimeActivityWithOrder value)
Sets the value of the sortByColumn property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
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 includeLine

protected Boolean secondsEnable

protected SortByColumnTimeActivityWithOrder sortByColumn

Public Constructors

public TimeActivityQuery ()

Public Methods

public Boolean getIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

public Boolean getSecondsEnable ()

Gets the value of the secondsEnable property.

Returns
  • possible object is Boolean

public SortByColumnTimeActivityWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setIncludeLine (Boolean value)

Sets the value of the includeLine property.

Parameters
value Allowed object is Boolean

public void setSecondsEnable (Boolean value)

Sets the value of the secondsEnable property.

Parameters
value Allowed object is Boolean

public void setSortByColumn (SortByColumnTimeActivityWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnTimeActivityWithOrder