public class

SyncActivityResponse

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

Class Overview

Product: QBW Description: sync activity response object

Java class for SyncActivityResponse complex type.

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

 <complexType name="SyncActivityResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SyncType" type="{http://www.intuit.com/sb/cdm/v2}syncType" minOccurs="0"/>
         <element name="StartSyncTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndSyncTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EntityRowCount" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <sequence>
           <element name="SyncStatusDrillDown" type="{http://www.intuit.com/sb/cdm/v2}SyncStatusDrillDown" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar endSyncTMS
protected String entityName
protected BigInteger entityRowCount
protected XMLGregorianCalendar startSyncTMS
protected List<SyncStatusDrillDown> syncStatusDrillDown
protected SyncType syncType
Public Constructors
SyncActivityResponse()
Public Methods
XMLGregorianCalendar getEndSyncTMS()
Gets the value of the endSyncTMS property.
String getEntityName()
Gets the value of the entityName property.
BigInteger getEntityRowCount()
Gets the value of the entityRowCount property.
XMLGregorianCalendar getStartSyncTMS()
Gets the value of the startSyncTMS property.
List<SyncStatusDrillDown> getSyncStatusDrillDown()
Gets the value of the syncStatusDrillDown property.
SyncType getSyncType()
Gets the value of the syncType property.
void setEndSyncTMS(XMLGregorianCalendar value)
Sets the value of the endSyncTMS property.
void setEntityName(String value)
Sets the value of the entityName property.
void setEntityRowCount(BigInteger value)
Sets the value of the entityRowCount property.
void setStartSyncTMS(XMLGregorianCalendar value)
Sets the value of the startSyncTMS property.
void setSyncType(SyncType value)
Sets the value of the syncType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar endSyncTMS

protected String entityName

protected BigInteger entityRowCount

protected XMLGregorianCalendar startSyncTMS

protected List<SyncStatusDrillDown> syncStatusDrillDown

protected SyncType syncType

Public Constructors

public SyncActivityResponse ()

Public Methods

public XMLGregorianCalendar getEndSyncTMS ()

Gets the value of the endSyncTMS property.

Returns
  • possible object is XMLGregorianCalendar

public String getEntityName ()

Gets the value of the entityName property.

Returns
  • possible object is String

public BigInteger getEntityRowCount ()

Gets the value of the entityRowCount property.

Returns
  • possible object is BigInteger

public XMLGregorianCalendar getStartSyncTMS ()

Gets the value of the startSyncTMS property.

Returns
  • possible object is XMLGregorianCalendar

public List<SyncStatusDrillDown> getSyncStatusDrillDown ()

Gets the value of the syncStatusDrillDown 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 syncStatusDrillDown property.

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

    getSyncStatusDrillDown().add(newItem);
 

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

public SyncType getSyncType ()

Gets the value of the syncType property.

Returns

public void setEndSyncTMS (XMLGregorianCalendar value)

Sets the value of the endSyncTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEntityName (String value)

Sets the value of the entityName property.

Parameters
value Allowed object is String

public void setEntityRowCount (BigInteger value)

Sets the value of the entityRowCount property.

Parameters
value Allowed object is BigInteger

public void setStartSyncTMS (XMLGregorianCalendar value)

Sets the value of the startSyncTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSyncType (SyncType value)

Sets the value of the syncType property.

Parameters
value Allowed object is SyncType