| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.AdvReportParamBase |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Java class for AdvReportParamBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdvReportParamBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}GlobalParameterGroup" 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>
<choice minOccurs="0">
<element name="AccountType" type="{http://www.intuit.com/sb/cdm/v2}AccountSubtypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="AccountIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
</choice>
<element name="ClassIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
<choice minOccurs="0">
<element name="EntityType" type="{http://www.intuit.com/sb/cdm/v2}EntityTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="EntityIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
</choice>
<choice minOccurs="0">
<element name="ItemType" type="{http://www.intuit.com/sb/cdm/v2}ItemTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="ItemIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
</choice>
<element name="TxnType" type="{http://www.intuit.com/sb/cdm/v2}TxnTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumn" minOccurs="0"/>
<element name="ReportBasis" type="{http://www.intuit.com/sb/cdm/v2}ReportBasisEnum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountIdSet | |||||||||||
| accountType | |||||||||||
| classIdSet | |||||||||||
| dateMacro | |||||||||||
| endTransactionDate | |||||||||||
| entityIdSet | |||||||||||
| entityType | |||||||||||
| itemIdSet | |||||||||||
| itemType | |||||||||||
| offeringId | |||||||||||
| reportBasis | |||||||||||
| sortByColumn | |||||||||||
| startTransactionDate | |||||||||||
| txnType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountIdSet property.
| |||||||||||
Gets the value of the accountType property.
| |||||||||||
Gets the value of the classIdSet property.
| |||||||||||
Gets the value of the dateMacro property.
| |||||||||||
Gets the value of the endTransactionDate property.
| |||||||||||
Gets the value of the entityIdSet property.
| |||||||||||
Gets the value of the entityType property.
| |||||||||||
Gets the value of the itemIdSet property.
| |||||||||||
Gets the value of the itemType property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the reportBasis property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Gets the value of the startTransactionDate property.
| |||||||||||
Gets the value of the txnType property.
| |||||||||||
Sets the value of the accountIdSet property.
| |||||||||||
Sets the value of the accountType property.
| |||||||||||
Sets the value of the classIdSet property.
| |||||||||||
Sets the value of the dateMacro property.
| |||||||||||
Sets the value of the endTransactionDate property.
| |||||||||||
Sets the value of the entityIdSet property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the itemIdSet property.
| |||||||||||
Sets the value of the itemType property.
| |||||||||||
Sets the value of the offeringId property.
| |||||||||||
Sets the value of the reportBasis property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
Sets the value of the startTransactionDate property.
| |||||||||||
Sets the value of the txnType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountIdSet property.
IdSet
Gets the value of the accountType 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 accountType property.
For example, to add a new item, do as follows:
getAccountType().add(newItem);
Objects of the following type(s) are allowed in the list
AccountSubtypeEnum
Gets the value of the classIdSet property.
IdSet
Gets the value of the dateMacro property.
DateMacro
Gets the value of the endTransactionDate property.
Gets the value of the entityIdSet property.
IdSet
Gets the value of the entityType 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 entityType property.
For example, to add a new item, do as follows:
getEntityType().add(newItem);
Objects of the following type(s) are allowed in the list
EntityTypeEnum
Gets the value of the itemIdSet property.
IdSet
Gets the value of the itemType 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 itemType property.
For example, to add a new item, do as follows:
getItemType().add(newItem);
Objects of the following type(s) are allowed in the list
ItemTypeEnum
Gets the value of the offeringId property.
OfferingId
Gets the value of the reportBasis property.
ReportBasisEnum
Gets the value of the sortByColumn property.
SortByColumn
Gets the value of the startTransactionDate property.
Gets the value of the txnType 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 txnType property.
For example, to add a new item, do as follows:
getTxnType().add(newItem);
Objects of the following type(s) are allowed in the list
TxnTypeEnum
Sets the value of the accountIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the accountType property.
| accountType | Allowed object is
AccountSubtypeEnum
|
|---|
Sets the value of the classIdSet property.
| value | Allowed object is
IdSet
|
|---|
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 entityIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the entityType property.
| entityType | Allowed object is
EntityTypeEnum
|
|---|
Sets the value of the itemIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the itemType property.
| itemType | Allowed object is
ItemTypeEnum
|
|---|
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 sortByColumn property.
| value | Allowed object is
SortByColumn
|
|---|
Sets the value of the startTransactionDate property.
| value | Allowed object is String |
|---|
Sets the value of the txnType property.
| txnType | Allowed object is
TxnTypeEnum
|
|---|