| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SyncStatusDrillDown |
Product: QBW Description: sync status detail down to object ID and error message
Java class for SyncStatusDrillDown complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncStatusDrillDown">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SyncEventId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SyncTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EntityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RequestId" type="{http://www.intuit.com/sb/cdm/v2}guid" minOccurs="0"/>
<element name="NgObjectType" type="{http://www.intuit.com/sb/cdm/v2}objectName" minOccurs="0"/>
<element name="OperationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SyncMessageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SyncMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entityId | |||||||||||
| ngObjectType | |||||||||||
| operationType | |||||||||||
| requestId | |||||||||||
| syncEventId | |||||||||||
| syncMessage | |||||||||||
| syncMessageCode | |||||||||||
| syncTMS | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entityId property.
| |||||||||||
Gets the value of the ngObjectType property.
| |||||||||||
Gets the value of the operationType property.
| |||||||||||
Gets the value of the requestId property.
| |||||||||||
Gets the value of the syncEventId property.
| |||||||||||
Gets the value of the syncMessage property.
| |||||||||||
Gets the value of the syncMessageCode property.
| |||||||||||
Gets the value of the syncTMS property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the ngObjectType property.
| |||||||||||
Sets the value of the operationType property.
| |||||||||||
Sets the value of the requestId property.
| |||||||||||
Sets the value of the syncEventId property.
| |||||||||||
Sets the value of the syncMessage property.
| |||||||||||
Sets the value of the syncMessageCode property.
| |||||||||||
Sets the value of the syncTMS property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entityId property.
Gets the value of the ngObjectType property.
ObjectName
Gets the value of the operationType property.
Gets the value of the requestId property.
Gets the value of the syncEventId property.
Gets the value of the syncMessage property.
Gets the value of the syncMessageCode property.
Gets the value of the syncTMS property.
Sets the value of the entityId property.
| value | Allowed object is String |
|---|
Sets the value of the ngObjectType property.
| value | Allowed object is
ObjectName
|
|---|
Sets the value of the operationType property.
| value | Allowed object is String |
|---|
Sets the value of the requestId property.
| value | Allowed object is String |
|---|
Sets the value of the syncEventId property.
| value | Allowed object is String |
|---|
Sets the value of the syncMessage property.
| value | Allowed object is String |
|---|
Sets the value of the syncMessageCode property.
| value | Allowed object is String |
|---|
Sets the value of the syncTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|