| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SyncActivityResponse |
Product: QBW Description: sync activity response object
Java class for SyncActivityResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncActivityResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SyncType" type="{http://www.intuit.com/sb/cdm/v2}syncType" minOccurs="0"/>
<element name="StartSyncTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndSyncTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EntityRowCount" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<sequence>
<element name="SyncStatusDrillDown" type="{http://www.intuit.com/sb/cdm/v2}SyncStatusDrillDown" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endSyncTMS | |||||||||||
| entityName | |||||||||||
| entityRowCount | |||||||||||
| startSyncTMS | |||||||||||
| syncStatusDrillDown | |||||||||||
| syncType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endSyncTMS property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the entityRowCount property.
| |||||||||||
Gets the value of the startSyncTMS property.
| |||||||||||
Gets the value of the syncStatusDrillDown property.
| |||||||||||
Gets the value of the syncType property.
| |||||||||||
Sets the value of the endSyncTMS property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the entityRowCount property.
| |||||||||||
Sets the value of the startSyncTMS property.
| |||||||||||
Sets the value of the syncType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the endSyncTMS property.
Gets the value of the entityName property.
Gets the value of the entityRowCount property.
Gets the value of the startSyncTMS property.
Gets the value of the syncStatusDrillDown 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 syncStatusDrillDown property.
For example, to add a new item, do as follows:
getSyncStatusDrillDown().add(newItem);
Objects of the following type(s) are allowed in the list
SyncStatusDrillDown
Gets the value of the syncType property.
SyncType
Sets the value of the endSyncTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the entityRowCount property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the startSyncTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the syncType property.
| value | Allowed object is
SyncType
|
|---|