| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SyncStatusResponse |
Product: QBW Description: generic meta data response for any add mod
Java class for SyncStatusResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncStatusResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NgIdSet" type="{http://www.intuit.com/sb/cdm/v2}NgIdSet" minOccurs="0"/>
<element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SyncStatusParam" type="{http://www.intuit.com/sb/cdm/v2}SyncStatusParam" minOccurs="0"/>
<element name="BatchId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StateCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StateDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MessageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MessageDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResponseLogTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchId | |||||||||||
| messageCode | |||||||||||
| messageDesc | |||||||||||
| ngIdSet | |||||||||||
| requestId | |||||||||||
| responseLogTMS | |||||||||||
| stateCode | |||||||||||
| stateDesc | |||||||||||
| syncStatusParam | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchId property.
| |||||||||||
Gets the value of the messageCode property.
| |||||||||||
Gets the value of the messageDesc property.
| |||||||||||
Gets the value of the ngIdSet property.
| |||||||||||
Gets the value of the requestId property.
| |||||||||||
Gets the value of the responseLogTMS property.
| |||||||||||
Gets the value of the stateCode property.
| |||||||||||
Gets the value of the stateDesc property.
| |||||||||||
Gets the value of the syncStatusParam property.
| |||||||||||
Sets the value of the batchId property.
| |||||||||||
Sets the value of the messageCode property.
| |||||||||||
Sets the value of the messageDesc property.
| |||||||||||
Sets the value of the ngIdSet property.
| |||||||||||
Sets the value of the requestId property.
| |||||||||||
Sets the value of the responseLogTMS property.
| |||||||||||
Sets the value of the stateCode property.
| |||||||||||
Sets the value of the stateDesc property.
| |||||||||||
Sets the value of the syncStatusParam property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchId property.
Gets the value of the messageCode property.
Gets the value of the messageDesc property.
Gets the value of the ngIdSet property.
NgIdSet
Gets the value of the requestId property.
Gets the value of the responseLogTMS property.
Gets the value of the stateCode property.
Gets the value of the stateDesc property.
Gets the value of the syncStatusParam property.
SyncStatusParam
Sets the value of the batchId property.
| value | Allowed object is String |
|---|
Sets the value of the messageCode property.
| value | Allowed object is String |
|---|
Sets the value of the messageDesc property.
| value | Allowed object is String |
|---|
Sets the value of the ngIdSet property.
| value | Allowed object is
NgIdSet
|
|---|
Sets the value of the requestId property.
| value | Allowed object is String |
|---|
Sets the value of the responseLogTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the stateCode property.
| value | Allowed object is String |
|---|
Sets the value of the stateDesc property.
| value | Allowed object is String |
|---|
Sets the value of the syncStatusParam property.
| value | Allowed object is
SyncStatusParam
|
|---|