| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.TransactionQueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.EstimateQuery | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeDiscountLineDetails | |||||||||||
| includeDueDate | |||||||||||
| includeLine | |||||||||||
| jobIdSet | |||||||||||
| minimumAmount | |||||||||||
| sortByColumn | |||||||||||
| statusFilter | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobIdSet property.
| |||||||||||
Gets the value of the minimumAmount property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Gets the value of the statusFilter property.
| |||||||||||
Gets the value of the includeDiscountLineDetails property.
| |||||||||||
Gets the value of the includeDueDate property.
| |||||||||||
Gets the value of the includeLine property.
| |||||||||||
Sets the value of the includeDiscountLineDetails property.
| |||||||||||
Sets the value of the includeDueDate property.
| |||||||||||
Sets the value of the includeLine property.
| |||||||||||
Sets the value of the jobIdSet property.
| |||||||||||
Sets the value of the minimumAmount property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
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
| |||||||||||
Gets the value of the jobIdSet property.
IdSet
Gets the value of the minimumAmount property.
Gets the value of the sortByColumn property.
SortByColumnEstimateWithOrder
Gets the value of the statusFilter property.
EstimateStatusFilterEnumType
Gets the value of the includeDiscountLineDetails property.
Gets the value of the includeDueDate property.
Gets the value of the includeLine property.
Sets the value of the includeDiscountLineDetails property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeDueDate property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeLine property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the minimumAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnEstimateWithOrder
|
|---|
Sets the value of the statusFilter property.
| value | Allowed object is
EstimateStatusFilterEnumType
|
|---|