public class

EmployeeQuery

extends NameQueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ListQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.NameQueryBase
         ↳ org.mule.modules.quickbooks.windows.schema.EmployeeQuery

Class Overview

Java class for EmployeeQuery complex type.

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

 <complexType name="EmployeeQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}NameQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnEmployeeWithOrder" minOccurs="0"/>
         <element name="FirstLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="FirstLastEnd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="FirstLastStart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="FirstLastInside" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </choice>
         <element name="IncludeTimeEntryEnum" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String firstLastEnd
protected String firstLastInside
protected String firstLastName
protected String firstLastStart
protected Boolean includeTimeEntryEnum
protected SortByColumnEmployeeWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
EmployeeQuery()
Public Methods
String getFirstLastEnd()
Gets the value of the firstLastEnd property.
String getFirstLastInside()
Gets the value of the firstLastInside property.
String getFirstLastName()
Gets the value of the firstLastName property.
String getFirstLastStart()
Gets the value of the firstLastStart property.
SortByColumnEmployeeWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
Boolean isIncludeTimeEntryEnum()
Gets the value of the includeTimeEntryEnum property.
void setFirstLastEnd(String value)
Sets the value of the firstLastEnd property.
void setFirstLastInside(String value)
Sets the value of the firstLastInside property.
void setFirstLastName(String value)
Sets the value of the firstLastName property.
void setFirstLastStart(String value)
Sets the value of the firstLastStart property.
void setIncludeTimeEntryEnum(Boolean value)
Sets the value of the includeTimeEntryEnum property.
void setSortByColumn(SortByColumnEmployeeWithOrder value)
Sets the value of the sortByColumn property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Fields

protected String firstLastEnd

protected String firstLastInside

protected String firstLastName

protected String firstLastStart

protected Boolean includeTimeEntryEnum

protected SortByColumnEmployeeWithOrder sortByColumn

Public Constructors

public EmployeeQuery ()

Public Methods

public String getFirstLastEnd ()

Gets the value of the firstLastEnd property.

Returns
  • possible object is String

public String getFirstLastInside ()

Gets the value of the firstLastInside property.

Returns
  • possible object is String

public String getFirstLastName ()

Gets the value of the firstLastName property.

Returns
  • possible object is String

public String getFirstLastStart ()

Gets the value of the firstLastStart property.

Returns
  • possible object is String

public SortByColumnEmployeeWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public Boolean isIncludeTimeEntryEnum ()

Gets the value of the includeTimeEntryEnum property.

Returns
  • possible object is Boolean

public void setFirstLastEnd (String value)

Sets the value of the firstLastEnd property.

Parameters
value Allowed object is String

public void setFirstLastInside (String value)

Sets the value of the firstLastInside property.

Parameters
value Allowed object is String

public void setFirstLastName (String value)

Sets the value of the firstLastName property.

Parameters
value Allowed object is String

public void setFirstLastStart (String value)

Sets the value of the firstLastStart property.

Parameters
value Allowed object is String

public void setIncludeTimeEntryEnum (Boolean value)

Sets the value of the includeTimeEntryEnum property.

Parameters
value Allowed object is Boolean

public void setSortByColumn (SortByColumnEmployeeWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnEmployeeWithOrder