public abstract class

QueryBase

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

Class Overview

Java class for QueryBase complex type.

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

 <complexType name="QueryBase">
   <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"/>
         <element name="IncludeTagElements" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="DeletedObjects" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer chunkSize
protected Boolean deletedObjects
protected List<String> includeTagElements
protected String iteratorId
protected OfferingId offeringId
protected BigInteger startPage
Public Constructors
QueryBase()
Public Methods
Integer getChunkSize()
Gets the value of the chunkSize property.
boolean getDeletedObjects()
Gets the value of the deletedObjects property.
List<String> getIncludeTagElements()
Gets the value of the includeTagElements property.
String getIteratorId()
Gets the value of the iteratorId property.
OfferingId getOfferingId()
Gets the value of the offeringId property.
BigInteger getStartPage()
Gets the value of the startPage property.
void setChunkSize(Integer value)
Sets the value of the chunkSize property.
void setDeletedObjects(Boolean value)
Sets the value of the deletedObjects property.
void setIncludeTagElements(List<String> includeTagElements)
Sets the value of the includeTagElements property.
void setIteratorId(String value)
Sets the value of the iteratorId property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
void setStartPage(BigInteger value)
Sets the value of the startPage property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer chunkSize

protected Boolean deletedObjects

protected List<String> includeTagElements

protected String iteratorId

protected OfferingId offeringId

protected BigInteger startPage

Public Constructors

public QueryBase ()

Public Methods

public Integer getChunkSize ()

Gets the value of the chunkSize property.

Returns
  • possible object is Integer

public boolean getDeletedObjects ()

Gets the value of the deletedObjects property.

Returns
  • possible object is Boolean

public List<String> getIncludeTagElements ()

Gets the value of the includeTagElements property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the includeTagElements property.

For example, to add a new item, do as follows:

    getIncludeTagElements().add(newItem);
 

Objects of the following type(s) are allowed in the list 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 BigInteger getStartPage ()

Gets the value of the startPage property.

Returns
  • possible object is BigInteger

public void setChunkSize (Integer value)

Sets the value of the chunkSize property.

Parameters
value Allowed object is Integer

public void setDeletedObjects (Boolean value)

Sets the value of the deletedObjects property.

Parameters
value Allowed object is Boolean

public void setIncludeTagElements (List<String> includeTagElements)

Sets the value of the includeTagElements property.

Parameters
includeTagElements 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 setStartPage (BigInteger value)

Sets the value of the startPage property.

Parameters
value Allowed object is BigInteger