public class

PaymentQuery

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.PaymentQuery

Class Overview

Java class for PaymentQuery complex type.

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

 <complexType name="PaymentQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
       <sequence>
         <element name="MinimumAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnPaymentWithOrder" minOccurs="0"/>
         <element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="JobIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean includeLine
protected IdSet jobIdSet
protected BigDecimal minimumAmount
protected SortByColumnPaymentWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
PaymentQuery()
Public Methods
IdSet getJobIdSet()
Gets the value of the jobIdSet property.
BigDecimal getMinimumAmount()
Gets the value of the minimumAmount property.
SortByColumnPaymentWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
Boolean isIncludeLine()
Gets the value of the includeLine property.
void setIncludeLine(Boolean value)
Sets the value of the includeLine property.
void setJobIdSet(IdSet value)
Sets the value of the jobIdSet property.
void setMinimumAmount(BigDecimal value)
Sets the value of the minimumAmount property.
void setSortByColumn(SortByColumnPaymentWithOrder 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 includeLine

protected IdSet jobIdSet

protected BigDecimal minimumAmount

protected SortByColumnPaymentWithOrder sortByColumn

Public Constructors

public PaymentQuery ()

Public Methods

public IdSet getJobIdSet ()

Gets the value of the jobIdSet property.

Returns
  • possible object is IdSet

public BigDecimal getMinimumAmount ()

Gets the value of the minimumAmount property.

Returns
  • possible object is BigDecimal

public SortByColumnPaymentWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public Boolean isIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

public void setIncludeLine (Boolean value)

Sets the value of the includeLine property.

Parameters
value Allowed object is Boolean

public void setJobIdSet (IdSet value)

Sets the value of the jobIdSet property.

Parameters
value Allowed object is IdSet

public void setMinimumAmount (BigDecimal value)

Sets the value of the minimumAmount property.

Parameters
value Allowed object is BigDecimal

public void setSortByColumn (SortByColumnPaymentWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnPaymentWithOrder