| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase |
Known Direct Subclasses
|
Known Indirect Subclasses
|
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| chunkSize | |||||||||||
| deletedObjects | |||||||||||
| includeTagElements | |||||||||||
| iteratorId | |||||||||||
| offeringId | |||||||||||
| startPage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the chunkSize property.
| |||||||||||
Gets the value of the deletedObjects property.
| |||||||||||
Gets the value of the includeTagElements property.
| |||||||||||
Gets the value of the iteratorId property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the startPage property.
| |||||||||||
Sets the value of the chunkSize property.
| |||||||||||
Sets the value of the deletedObjects property.
| |||||||||||
Sets the value of the includeTagElements property.
| |||||||||||
Sets the value of the iteratorId property.
| |||||||||||
Sets the value of the offeringId property.
| |||||||||||
Sets the value of the startPage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the chunkSize property.
Gets the value of the deletedObjects property.
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
Gets the value of the iteratorId property.
Gets the value of the offeringId property.
OfferingId
Gets the value of the startPage property.
Sets the value of the chunkSize property.
| value | Allowed object is Integer |
|---|
Sets the value of the deletedObjects property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeTagElements property.
| includeTagElements | 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 startPage property.
| value | Allowed object is BigInteger |
|---|