| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SyncActivityRequest |
Product: QBW Description: request for sync activity report
Java class for SyncActivityRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncActivityRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}GlobalParameterGroup"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}TransactionDateFilter"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}CreationDateRangeFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endCreatedTMS | |||||||||||
| endTransactionDate | |||||||||||
| offeringId | |||||||||||
| startCreatedTMS | |||||||||||
| startTransactionDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endCreatedTMS property.
| |||||||||||
Gets the value of the endTransactionDate property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the startCreatedTMS property.
| |||||||||||
Gets the value of the startTransactionDate property.
| |||||||||||
Sets the value of the endCreatedTMS property.
| |||||||||||
Sets the value of the endTransactionDate property.
| |||||||||||
Sets the value of the offeringId property.
| |||||||||||
Sets the value of the startCreatedTMS property.
| |||||||||||
Sets the value of the startTransactionDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the endCreatedTMS property.
Gets the value of the endTransactionDate property.
Gets the value of the offeringId property.
OfferingId
Gets the value of the startCreatedTMS property.
Gets the value of the startTransactionDate property.
Sets the value of the endCreatedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the endTransactionDate property.
| value | Allowed object is String |
|---|
Sets the value of the offeringId property.
| value | Allowed object is
OfferingId
|
|---|
Sets the value of the startCreatedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the startTransactionDate property.
| value | Allowed object is String |
|---|