public class

SyncStatusRequestExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.holders.SyncStatusRequestExpressionHolder

Summary

Fields
protected List<String> _batchIdType
protected Date _endCreatedTMSType
protected Boolean _erroredObjectsOnlyType
protected List<NgIdSet> _ngIdSetType
protected OfferingId _offeringIdType
protected List<String> _requestIdType
protected Date _startCreatedTMSType
protected List<SyncStatusParam> _syncStatusParamType
protected Object batchId
protected Object endCreatedTMS
protected Object erroredObjectsOnly
protected Object ngIdSet
protected Object offeringId
protected Object requestId
protected Object startCreatedTMS
protected Object syncStatusParam
Public Constructors
SyncStatusRequestExpressionHolder()
Public Methods
Object getBatchId()
Retrieves batchId
Object getEndCreatedTMS()
Retrieves endCreatedTMS
Object getErroredObjectsOnly()
Retrieves erroredObjectsOnly
Object getNgIdSet()
Retrieves ngIdSet
Object getOfferingId()
Retrieves offeringId
Object getRequestId()
Retrieves requestId
Object getStartCreatedTMS()
Retrieves startCreatedTMS
Object getSyncStatusParam()
Retrieves syncStatusParam
void setBatchId(Object value)
Sets batchId
void setEndCreatedTMS(Object value)
Sets endCreatedTMS
void setErroredObjectsOnly(Object value)
Sets erroredObjectsOnly
void setNgIdSet(Object value)
Sets ngIdSet
void setOfferingId(Object value)
Sets offeringId
void setRequestId(Object value)
Sets requestId
void setStartCreatedTMS(Object value)
Sets startCreatedTMS
void setSyncStatusParam(Object value)
Sets syncStatusParam
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<String> _batchIdType

protected Date _endCreatedTMSType

protected Boolean _erroredObjectsOnlyType

protected List<NgIdSet> _ngIdSetType

protected OfferingId _offeringIdType

protected List<String> _requestIdType

protected Date _startCreatedTMSType

protected List<SyncStatusParam> _syncStatusParamType

protected Object batchId

protected Object endCreatedTMS

protected Object erroredObjectsOnly

protected Object ngIdSet

protected Object offeringId

protected Object requestId

protected Object startCreatedTMS

protected Object syncStatusParam

Public Constructors

public SyncStatusRequestExpressionHolder ()

Public Methods

public Object getBatchId ()

Retrieves batchId

public Object getEndCreatedTMS ()

Retrieves endCreatedTMS

public Object getErroredObjectsOnly ()

Retrieves erroredObjectsOnly

public Object getNgIdSet ()

Retrieves ngIdSet

public Object getOfferingId ()

Retrieves offeringId

public Object getRequestId ()

Retrieves requestId

public Object getStartCreatedTMS ()

Retrieves startCreatedTMS

public Object getSyncStatusParam ()

Retrieves syncStatusParam

public void setBatchId (Object value)

Sets batchId

Parameters
value Value to set

public void setEndCreatedTMS (Object value)

Sets endCreatedTMS

Parameters
value Value to set

public void setErroredObjectsOnly (Object value)

Sets erroredObjectsOnly

Parameters
value Value to set

public void setNgIdSet (Object value)

Sets ngIdSet

Parameters
value Value to set

public void setOfferingId (Object value)

Sets offeringId

Parameters
value Value to set

public void setRequestId (Object value)

Sets requestId

Parameters
value Value to set

public void setStartCreatedTMS (Object value)

Sets startCreatedTMS

Parameters
value Value to set

public void setSyncStatusParam (Object value)

Sets syncStatusParam

Parameters
value Value to set