public class

SyncStatusRequest

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

Class Overview

Product: QBW Description: request responses passing one or more of ids of 3 types

Java class for SyncStatusRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SyncStatusRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}GlobalParameterGroup"/>
         <element name="NgIdSet" type="{http://www.intuit.com/sb/cdm/v2}NgIdSet" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SyncStatusParam" type="{http://www.intuit.com/sb/cdm/v2}SyncStatusParam" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RequestId" type="{http://www.intuit.com/sb/cdm/v2}guid" maxOccurs="unbounded" minOccurs="0"/>
         <element name="BatchId" type="{http://www.intuit.com/sb/cdm/v2}guid" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}CreationDateRangeFilter" minOccurs="0"/>
       </sequence>
       <attribute name="ErroredObjectsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<String> batchId
protected Date endCreatedTMS
protected Boolean erroredObjectsOnly
protected List<NgIdSet> ngIdSet
protected OfferingId offeringId
protected List<String> requestId
protected Date startCreatedTMS
protected List<SyncStatusParam> syncStatusParam
Public Constructors
SyncStatusRequest()
Public Methods
List<String> getBatchId()
Gets the value of the batchId property.
Date getEndCreatedTMS()
Gets the value of the endCreatedTMS property.
boolean getErroredObjectsOnly()
Gets the value of the erroredObjectsOnly property.
List<NgIdSet> getNgIdSet()
Gets the value of the ngIdSet property.
OfferingId getOfferingId()
Gets the value of the offeringId property.
List<String> getRequestId()
Gets the value of the requestId property.
Date getStartCreatedTMS()
Gets the value of the startCreatedTMS property.
List<SyncStatusParam> getSyncStatusParam()
Gets the value of the syncStatusParam property.
void setBatchId(List<String> batchId)
Sets the value of the batchId property.
void setEndCreatedTMS(Date value)
Sets the value of the endCreatedTMS property.
void setErroredObjectsOnly(Boolean value)
Sets the value of the erroredObjectsOnly property.
void setNgIdSet(List<NgIdSet> ngIdSet)
Sets the value of the ngIdSet property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
void setRequestId(List<String> requestId)
Sets the value of the requestId property.
void setStartCreatedTMS(Date value)
Sets the value of the startCreatedTMS property.
void setSyncStatusParam(List<SyncStatusParam> syncStatusParam)
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 List<String> batchId

protected Date endCreatedTMS

protected Boolean erroredObjectsOnly

protected List<NgIdSet> ngIdSet

protected OfferingId offeringId

protected List<String> requestId

protected Date startCreatedTMS

protected List<SyncStatusParam> syncStatusParam

Public Constructors

public SyncStatusRequest ()

Public Methods

public List<String> getBatchId ()

Gets the value of the batchId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the batchId property.

For example, to add a new item, do as follows:

    getBatchId().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public Date getEndCreatedTMS ()

Gets the value of the endCreatedTMS property.

Returns
  • possible object is String

public boolean getErroredObjectsOnly ()

Gets the value of the erroredObjectsOnly property.

Returns
  • possible object is Boolean

public List<NgIdSet> getNgIdSet ()

Gets the value of the ngIdSet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ngIdSet property.

For example, to add a new item, do as follows:

    getNgIdSet().add(newItem);
 

Objects of the following type(s) are allowed in the list NgIdSet

public OfferingId getOfferingId ()

Gets the value of the offeringId property.

Returns

public List<String> getRequestId ()

Gets the value of the requestId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the requestId property.

For example, to add a new item, do as follows:

    getRequestId().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public Date getStartCreatedTMS ()

Gets the value of the startCreatedTMS property.

Returns
  • possible object is String

public List<SyncStatusParam> getSyncStatusParam ()

Gets the value of the syncStatusParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the syncStatusParam property.

For example, to add a new item, do as follows:

    getSyncStatusParam().add(newItem);
 

Objects of the following type(s) are allowed in the list SyncStatusParam

public void setBatchId (List<String> batchId)

Sets the value of the batchId property.

Parameters
batchId Allowed object is String

public void setEndCreatedTMS (Date value)

Sets the value of the endCreatedTMS property.

Parameters
value Allowed object is String

public void setErroredObjectsOnly (Boolean value)

Sets the value of the erroredObjectsOnly property.

Parameters
value Allowed object is Boolean

public void setNgIdSet (List<NgIdSet> ngIdSet)

Sets the value of the ngIdSet property.

Parameters
ngIdSet Allowed object is NgIdSet

public void setOfferingId (OfferingId value)

Sets the value of the offeringId property.

Parameters
value Allowed object is OfferingId

public void setRequestId (List<String> requestId)

Sets the value of the requestId property.

Parameters
requestId Allowed object is String

public void setStartCreatedTMS (Date value)

Sets the value of the startCreatedTMS property.

Parameters
value Allowed object is String

public void setSyncStatusParam (List<SyncStatusParam> syncStatusParam)

Sets the value of the syncStatusParam property.

Parameters
syncStatusParam Allowed object is SyncStatusParam