public class

SyncStatusDrillDown

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.SyncStatusDrillDown

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String entityId
protected ObjectName ngObjectType
protected String operationType
protected String requestId
protected String syncEventId
protected String syncMessage
protected String syncMessageCode
protected Date syncTMS
Public Constructors
SyncStatusDrillDown()
Public Methods
String getEntityId()
Gets the value of the entityId property.
ObjectName getNgObjectType()
Gets the value of the ngObjectType property.
String getOperationType()
Gets the value of the operationType property.
String getRequestId()
Gets the value of the requestId property.
String getSyncEventId()
Gets the value of the syncEventId property.
String getSyncMessage()
Gets the value of the syncMessage property.
String getSyncMessageCode()
Gets the value of the syncMessageCode property.
Date getSyncTMS()
Gets the value of the syncTMS property.
void setEntityId(String value)
Sets the value of the entityId property.
void setNgObjectType(ObjectName value)
Sets the value of the ngObjectType property.
void setOperationType(String value)
Sets the value of the operationType property.
void setRequestId(String value)
Sets the value of the requestId property.
void setSyncEventId(String value)
Sets the value of the syncEventId property.
void setSyncMessage(String value)
Sets the value of the syncMessage property.
void setSyncMessageCode(String value)
Sets the value of the syncMessageCode property.
void setSyncTMS(Date value)
Sets the value of the syncTMS property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String entityId

protected ObjectName ngObjectType

protected String operationType

protected String requestId

protected String syncEventId

protected String syncMessage

protected String syncMessageCode

protected Date syncTMS

Public Constructors

public SyncStatusDrillDown ()

Public Methods

public String getEntityId ()

Gets the value of the entityId property.

Returns
  • possible object is String

public ObjectName getNgObjectType ()

Gets the value of the ngObjectType property.

Returns

public String getOperationType ()

Gets the value of the operationType property.

Returns
  • possible object is String

public String getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is String

public String getSyncEventId ()

Gets the value of the syncEventId property.

Returns
  • possible object is String

public String getSyncMessage ()

Gets the value of the syncMessage property.

Returns
  • possible object is String

public String getSyncMessageCode ()

Gets the value of the syncMessageCode property.

Returns
  • possible object is String

public Date getSyncTMS ()

Gets the value of the syncTMS property.

Returns
  • possible object is String

public void setEntityId (String value)

Sets the value of the entityId property.

Parameters
value Allowed object is String

public void setNgObjectType (ObjectName value)

Sets the value of the ngObjectType property.

Parameters
value Allowed object is ObjectName

public void setOperationType (String value)

Sets the value of the operationType property.

Parameters
value Allowed object is String

public void setRequestId (String value)

Sets the value of the requestId property.

Parameters
value Allowed object is String

public void setSyncEventId (String value)

Sets the value of the syncEventId property.

Parameters
value Allowed object is String

public void setSyncMessage (String value)

Sets the value of the syncMessage property.

Parameters
value Allowed object is String

public void setSyncMessageCode (String value)

Sets the value of the syncMessageCode property.

Parameters
value Allowed object is String

public void setSyncTMS (Date value)

Sets the value of the syncTMS property.

Parameters
value Allowed object is String