public class

SyncStatusResponse

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String batchId
protected String messageCode
protected String messageDesc
protected NgIdSet ngIdSet
protected String requestId
protected Date responseLogTMS
protected String stateCode
protected String stateDesc
protected SyncStatusParam syncStatusParam
Public Constructors
SyncStatusResponse()
Public Methods
String getBatchId()
Gets the value of the batchId property.
String getMessageCode()
Gets the value of the messageCode property.
String getMessageDesc()
Gets the value of the messageDesc property.
NgIdSet getNgIdSet()
Gets the value of the ngIdSet property.
String getRequestId()
Gets the value of the requestId property.
Date getResponseLogTMS()
Gets the value of the responseLogTMS property.
String getStateCode()
Gets the value of the stateCode property.
String getStateDesc()
Gets the value of the stateDesc property.
SyncStatusParam getSyncStatusParam()
Gets the value of the syncStatusParam property.
void setBatchId(String value)
Sets the value of the batchId property.
void setMessageCode(String value)
Sets the value of the messageCode property.
void setMessageDesc(String value)
Sets the value of the messageDesc property.
void setNgIdSet(NgIdSet value)
Sets the value of the ngIdSet property.
void setRequestId(String value)
Sets the value of the requestId property.
void setResponseLogTMS(Date value)
Sets the value of the responseLogTMS property.
void setStateCode(String value)
Sets the value of the stateCode property.
void setStateDesc(String value)
Sets the value of the stateDesc property.
void setSyncStatusParam(SyncStatusParam value)
Sets the value of the syncStatusParam property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String batchId

protected String messageCode

protected String messageDesc

protected NgIdSet ngIdSet

protected String requestId

protected Date responseLogTMS

protected String stateCode

protected String stateDesc

protected SyncStatusParam syncStatusParam

Public Constructors

public SyncStatusResponse ()

Public Methods

public String getBatchId ()

Gets the value of the batchId property.

Returns
  • possible object is String

public String getMessageCode ()

Gets the value of the messageCode property.

Returns
  • possible object is String

public String getMessageDesc ()

Gets the value of the messageDesc property.

Returns
  • possible object is String

public NgIdSet getNgIdSet ()

Gets the value of the ngIdSet property.

Returns

public String getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is String

public Date getResponseLogTMS ()

Gets the value of the responseLogTMS property.

Returns
  • possible object is String

public String getStateCode ()

Gets the value of the stateCode property.

Returns
  • possible object is String

public String getStateDesc ()

Gets the value of the stateDesc property.

Returns
  • possible object is String

public SyncStatusParam getSyncStatusParam ()

Gets the value of the syncStatusParam property.

Returns

public void setBatchId (String value)

Sets the value of the batchId property.

Parameters
value Allowed object is String

public void setMessageCode (String value)

Sets the value of the messageCode property.

Parameters
value Allowed object is String

public void setMessageDesc (String value)

Sets the value of the messageDesc property.

Parameters
value Allowed object is String

public void setNgIdSet (NgIdSet value)

Sets the value of the ngIdSet property.

Parameters
value Allowed object is NgIdSet

public void setRequestId (String value)

Sets the value of the requestId property.

Parameters
value Allowed object is String

public void setResponseLogTMS (Date value)

Sets the value of the responseLogTMS property.

Parameters
value Allowed object is String

public void setStateCode (String value)

Sets the value of the stateCode property.

Parameters
value Allowed object is String

public void setStateDesc (String value)

Sets the value of the stateDesc property.

Parameters
value Allowed object is String

public void setSyncStatusParam (SyncStatusParam value)

Sets the value of the syncStatusParam property.

Parameters
value Allowed object is SyncStatusParam