public class

SyncStatusRequest

extends Object
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

Fields
protected List<String> batchId
protected XMLGregorianCalendar endCreatedTMS
protected Boolean erroredObjectsOnly
protected List<NgIdSet> ngIdSet
protected OfferingId offeringId
protected List<String> requestId
protected XMLGregorianCalendar startCreatedTMS
protected List<SyncStatusParam> syncStatusParam
Public Constructors
SyncStatusRequest()
Public Methods
List<String> getBatchId()
Gets the value of the batchId property.
XMLGregorianCalendar getEndCreatedTMS()
Gets the value of the endCreatedTMS 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.
XMLGregorianCalendar getStartCreatedTMS()
Gets the value of the startCreatedTMS property.
List<SyncStatusParam> getSyncStatusParam()
Gets the value of the syncStatusParam property.
boolean isErroredObjectsOnly()
Gets the value of the erroredObjectsOnly property.
void setEndCreatedTMS(XMLGregorianCalendar value)
Sets the value of the endCreatedTMS property.
void setErroredObjectsOnly(Boolean value)
Sets the value of the erroredObjectsOnly property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
void setStartCreatedTMS(XMLGregorianCalendar value)
Sets the value of the startCreatedTMS property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<String> batchId

protected XMLGregorianCalendar endCreatedTMS

protected Boolean erroredObjectsOnly

protected List<NgIdSet> ngIdSet

protected OfferingId offeringId

protected List<String> requestId

protected XMLGregorianCalendar 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 XMLGregorianCalendar getEndCreatedTMS ()

Gets the value of the endCreatedTMS property.

Returns
  • possible object is XMLGregorianCalendar

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 XMLGregorianCalendar getStartCreatedTMS ()

Gets the value of the startCreatedTMS property.

Returns
  • possible object is XMLGregorianCalendar

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 boolean isErroredObjectsOnly ()

Gets the value of the erroredObjectsOnly property.

Returns
  • possible object is Boolean

public void setEndCreatedTMS (XMLGregorianCalendar value)

Sets the value of the endCreatedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setErroredObjectsOnly (Boolean value)

Sets the value of the erroredObjectsOnly property.

Parameters
value Allowed object is Boolean

public void setOfferingId (OfferingId value)

Sets the value of the offeringId property.

Parameters
value Allowed object is OfferingId

public void setStartCreatedTMS (XMLGregorianCalendar value)

Sets the value of the startCreatedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar