| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ReportQueryBase |
Known Direct Subclasses
|
Java class for ReportQueryBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportQueryBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}GlobalParameterGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}IteratorParameterGroup" minOccurs="0"/>
<choice>
<element name="DateMacro" type="{http://www.intuit.com/sb/cdm/v2}DateMacro" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}TransactionDateFilter" minOccurs="0"/>
</choice>
<element name="ReportBasis" type="{http://www.intuit.com/sb/cdm/v2}ReportBasisEnum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| chunkSize | |||||||||||
| dateMacro | |||||||||||
| endTransactionDate | |||||||||||
| iteratorId | |||||||||||
| offeringId | |||||||||||
| reportBasis | |||||||||||
| startPage | |||||||||||
| startTransactionDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the chunkSize property.
| |||||||||||
Gets the value of the dateMacro property.
| |||||||||||
Gets the value of the endTransactionDate property.
| |||||||||||
Gets the value of the iteratorId property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the reportBasis property.
| |||||||||||
Gets the value of the startPage property.
| |||||||||||
Gets the value of the startTransactionDate property.
| |||||||||||
Sets the value of the chunkSize property.
| |||||||||||
Sets the value of the dateMacro property.
| |||||||||||
Sets the value of the endTransactionDate property.
| |||||||||||
Sets the value of the iteratorId property.
| |||||||||||
Sets the value of the offeringId property.
| |||||||||||
Sets the value of the reportBasis property.
| |||||||||||
Sets the value of the startPage property.
| |||||||||||
Sets the value of the startTransactionDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the chunkSize property.
Gets the value of the dateMacro property.
DateMacro
Gets the value of the endTransactionDate property.
Gets the value of the iteratorId property.
Gets the value of the offeringId property.
OfferingId
Gets the value of the reportBasis property.
ReportBasisEnum
Gets the value of the startPage property.
Gets the value of the startTransactionDate property.
Sets the value of the chunkSize property.
| value | Allowed object is Integer |
|---|
Sets the value of the dateMacro property.
| value | Allowed object is
DateMacro
|
|---|
Sets the value of the endTransactionDate property.
| value | Allowed object is String |
|---|
Sets the value of the iteratorId property.
| value | Allowed object is String |
|---|
Sets the value of the offeringId property.
| value | Allowed object is
OfferingId
|
|---|
Sets the value of the reportBasis property.
| value | Allowed object is
ReportBasisEnum
|
|---|
Sets the value of the startPage property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the startTransactionDate property.
| value | Allowed object is String |
|---|