public abstract class

ReportQueryBase

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ReportQueryBase
Known Direct Subclasses

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer chunkSize
protected DateMacro dateMacro
protected String endTransactionDate
protected String iteratorId
protected OfferingId offeringId
protected ReportBasisEnum reportBasis
protected BigInteger startPage
protected String startTransactionDate
Public Constructors
ReportQueryBase()
Public Methods
Integer getChunkSize()
Gets the value of the chunkSize property.
DateMacro getDateMacro()
Gets the value of the dateMacro property.
String getEndTransactionDate()
Gets the value of the endTransactionDate property.
String getIteratorId()
Gets the value of the iteratorId property.
OfferingId getOfferingId()
Gets the value of the offeringId property.
ReportBasisEnum getReportBasis()
Gets the value of the reportBasis property.
BigInteger getStartPage()
Gets the value of the startPage property.
String getStartTransactionDate()
Gets the value of the startTransactionDate property.
void setChunkSize(Integer value)
Sets the value of the chunkSize property.
void setDateMacro(DateMacro value)
Sets the value of the dateMacro property.
void setEndTransactionDate(String value)
Sets the value of the endTransactionDate property.
void setIteratorId(String value)
Sets the value of the iteratorId property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
void setReportBasis(ReportBasisEnum value)
Sets the value of the reportBasis property.
void setStartPage(BigInteger value)
Sets the value of the startPage property.
void setStartTransactionDate(String value)
Sets the value of the startTransactionDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer chunkSize

protected DateMacro dateMacro

protected String endTransactionDate

protected String iteratorId

protected OfferingId offeringId

protected ReportBasisEnum reportBasis

protected BigInteger startPage

protected String startTransactionDate

Public Constructors

public ReportQueryBase ()

Public Methods

public Integer getChunkSize ()

Gets the value of the chunkSize property.

Returns
  • possible object is Integer

public DateMacro getDateMacro ()

Gets the value of the dateMacro property.

Returns

public String getEndTransactionDate ()

Gets the value of the endTransactionDate property.

Returns
  • possible object is String

public String getIteratorId ()

Gets the value of the iteratorId property.

Returns
  • possible object is String

public OfferingId getOfferingId ()

Gets the value of the offeringId property.

Returns

public ReportBasisEnum getReportBasis ()

Gets the value of the reportBasis property.

Returns

public BigInteger getStartPage ()

Gets the value of the startPage property.

Returns
  • possible object is BigInteger

public String getStartTransactionDate ()

Gets the value of the startTransactionDate property.

Returns
  • possible object is String

public void setChunkSize (Integer value)

Sets the value of the chunkSize property.

Parameters
value Allowed object is Integer

public void setDateMacro (DateMacro value)

Sets the value of the dateMacro property.

Parameters
value Allowed object is DateMacro

public void setEndTransactionDate (String value)

Sets the value of the endTransactionDate property.

Parameters
value Allowed object is String

public void setIteratorId (String value)

Sets the value of the iteratorId property.

Parameters
value Allowed object is String

public void setOfferingId (OfferingId value)

Sets the value of the offeringId property.

Parameters
value Allowed object is OfferingId

public void setReportBasis (ReportBasisEnum value)

Sets the value of the reportBasis property.

Parameters
value Allowed object is ReportBasisEnum

public void setStartPage (BigInteger value)

Sets the value of the startPage property.

Parameters
value Allowed object is BigInteger

public void setStartTransactionDate (String value)

Sets the value of the startTransactionDate property.

Parameters
value Allowed object is String