public class

PayrollNonWageItemQuery

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

Class Overview

Java class for PayrollNonWageItemQuery complex type.

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

 <complexType name="PayrollNonWageItemQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}ListQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnPayrollNonWageItemWithOrder" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
protected SortByColumnPayrollNonWageItemWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
PayrollNonWageItemQuery()
Public Methods
String getName()
Gets the value of the name property.
SortByColumnPayrollNonWageItemWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
void setName(String value)
Sets the value of the name property.
void setSortByColumn(SortByColumnPayrollNonWageItemWithOrder 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 name

Public Constructors

public PayrollNonWageItemQuery ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public SortByColumnPayrollNonWageItemWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSortByColumn (SortByColumnPayrollNonWageItemWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnPayrollNonWageItemWithOrder