public class

EstimateQuery

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

Class Overview

Java class for EstimateQuery complex type.

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

 <complexType name="EstimateQuery">
   <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}SortByColumnEstimateWithOrder" 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"/>
         <element name="IncludeDiscountLineDetails" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IncludeDueDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StatusFilter" type="{http://www.intuit.com/sb/cdm/v2}EstimateStatusFilterEnumType" 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 includeDiscountLineDetails
protected Boolean includeDueDate
protected Boolean includeLine
protected IdSet jobIdSet
protected BigDecimal minimumAmount
protected SortByColumnEstimateWithOrder sortByColumn
protected EstimateStatusFilterEnumType statusFilter
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
EstimateQuery()
Public Methods
Boolean getIncludeDiscountLineDetails()
Gets the value of the includeDiscountLineDetails property.
Boolean getIncludeDueDate()
Gets the value of the includeDueDate property.
Boolean getIncludeLine()
Gets the value of the includeLine property.
IdSet getJobIdSet()
Gets the value of the jobIdSet property.
BigDecimal getMinimumAmount()
Gets the value of the minimumAmount property.
SortByColumnEstimateWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
EstimateStatusFilterEnumType getStatusFilter()
Gets the value of the statusFilter property.
void setIncludeDiscountLineDetails(Boolean value)
Sets the value of the includeDiscountLineDetails property.
void setIncludeDueDate(Boolean value)
Sets the value of the includeDueDate 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(SortByColumnEstimateWithOrder value)
Sets the value of the sortByColumn property.
void setStatusFilter(EstimateStatusFilterEnumType value)
Sets the value of the statusFilter 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 includeDiscountLineDetails

protected Boolean includeDueDate

protected Boolean includeLine

protected IdSet jobIdSet

protected BigDecimal minimumAmount

protected SortByColumnEstimateWithOrder sortByColumn

protected EstimateStatusFilterEnumType statusFilter

Public Constructors

public EstimateQuery ()

Public Methods

public Boolean getIncludeDiscountLineDetails ()

Gets the value of the includeDiscountLineDetails property.

Returns
  • possible object is Boolean

public Boolean getIncludeDueDate ()

Gets the value of the includeDueDate property.

Returns
  • possible object is Boolean

public Boolean getIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

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 SortByColumnEstimateWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public EstimateStatusFilterEnumType getStatusFilter ()

Gets the value of the statusFilter property.

Returns

public void setIncludeDiscountLineDetails (Boolean value)

Sets the value of the includeDiscountLineDetails property.

Parameters
value Allowed object is Boolean

public void setIncludeDueDate (Boolean value)

Sets the value of the includeDueDate 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 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 (SortByColumnEstimateWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnEstimateWithOrder

public void setStatusFilter (EstimateStatusFilterEnumType value)

Sets the value of the statusFilter property.

Parameters
value Allowed object is EstimateStatusFilterEnumType