public class

SalesReceiptQuery

extends TransactionQueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.SalesReceiptQuery

Class Overview

Java class for SalesReceiptQuery complex type.

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

 <complexType name="SalesReceiptQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnSalesReceiptWithOrder" minOccurs="0"/>
         <element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IncludeDiscountLineDetails" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean includeDiscountLineDetails
protected Boolean includeLine
protected SortByColumnSalesReceiptWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
SalesReceiptQuery()
Public Methods
SortByColumnSalesReceiptWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
Boolean isIncludeDiscountLineDetails()
Gets the value of the includeDiscountLineDetails property.
Boolean isIncludeLine()
Gets the value of the includeLine property.
void setIncludeDiscountLineDetails(Boolean value)
Sets the value of the includeDiscountLineDetails property.
void setIncludeLine(Boolean value)
Sets the value of the includeLine property.
void setSortByColumn(SortByColumnSalesReceiptWithOrder 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

Fields

protected Boolean includeDiscountLineDetails

protected Boolean includeLine

protected SortByColumnSalesReceiptWithOrder sortByColumn

Public Constructors

public SalesReceiptQuery ()

Public Methods

public SortByColumnSalesReceiptWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public Boolean isIncludeDiscountLineDetails ()

Gets the value of the includeDiscountLineDetails property.

Returns
  • possible object is Boolean

public Boolean isIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

public void setIncludeDiscountLineDetails (Boolean value)

Sets the value of the includeDiscountLineDetails property.

Parameters
value Allowed object is Boolean

public void setIncludeLine (Boolean value)

Sets the value of the includeLine property.

Parameters
value Allowed object is Boolean

public void setSortByColumn (SortByColumnSalesReceiptWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnSalesReceiptWithOrder