| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SyncStatusRequest |
Product: QBW Description: request responses passing one or more of ids of 3 types
Java class for SyncStatusRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncStatusRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}GlobalParameterGroup"/>
<element name="NgIdSet" type="{http://www.intuit.com/sb/cdm/v2}NgIdSet" maxOccurs="unbounded" minOccurs="0"/>
<element name="SyncStatusParam" type="{http://www.intuit.com/sb/cdm/v2}SyncStatusParam" maxOccurs="unbounded" minOccurs="0"/>
<element name="RequestId" type="{http://www.intuit.com/sb/cdm/v2}guid" maxOccurs="unbounded" minOccurs="0"/>
<element name="BatchId" type="{http://www.intuit.com/sb/cdm/v2}guid" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}CreationDateRangeFilter" minOccurs="0"/>
</sequence>
<attribute name="ErroredObjectsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchId | |||||||||||
| endCreatedTMS | |||||||||||
| erroredObjectsOnly | |||||||||||
| ngIdSet | |||||||||||
| offeringId | |||||||||||
| requestId | |||||||||||
| startCreatedTMS | |||||||||||
| syncStatusParam | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchId property.
| |||||||||||
Gets the value of the endCreatedTMS property.
| |||||||||||
Gets the value of the ngIdSet property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the requestId property.
| |||||||||||
Gets the value of the startCreatedTMS property.
| |||||||||||
Gets the value of the syncStatusParam property.
| |||||||||||
Gets the value of the erroredObjectsOnly property.
| |||||||||||
Sets the value of the endCreatedTMS property.
| |||||||||||
Sets the value of the erroredObjectsOnly property.
| |||||||||||
Sets the value of the offeringId property.
| |||||||||||
Sets the value of the startCreatedTMS property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchId 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 batchId property.
For example, to add a new item, do as follows:
getBatchId().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the endCreatedTMS property.
Gets the value of the ngIdSet 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 ngIdSet property.
For example, to add a new item, do as follows:
getNgIdSet().add(newItem);
Objects of the following type(s) are allowed in the list
NgIdSet
Gets the value of the offeringId property.
OfferingId
Gets the value of the requestId 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 requestId property.
For example, to add a new item, do as follows:
getRequestId().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the startCreatedTMS property.
Gets the value of the syncStatusParam 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 syncStatusParam property.
For example, to add a new item, do as follows:
getSyncStatusParam().add(newItem);
Objects of the following type(s) are allowed in the list
SyncStatusParam
Gets the value of the erroredObjectsOnly property.
Sets the value of the endCreatedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the erroredObjectsOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the offeringId property.
| value | Allowed object is
OfferingId
|
|---|
Sets the value of the startCreatedTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|