public class

SyncActivityResponse

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

Constants
long serialVersionUID
Fields
protected Date endSyncTMS
protected String entityName
protected BigInteger entityRowCount
protected Date startSyncTMS
protected List<SyncStatusDrillDown> syncStatusDrillDown
protected SyncType syncType
Public Constructors
SyncActivityResponse()
Public Methods
Date 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.
Date 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(Date 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(Date value)
Sets the value of the startSyncTMS property.
void setSyncStatusDrillDown(List<SyncStatusDrillDown> syncStatusDrillDown)
Sets the value of the syncStatusDrillDown property.
void setSyncType(SyncType value)
Sets the value of the syncType property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Date endSyncTMS

protected String entityName

protected BigInteger entityRowCount

protected Date startSyncTMS

protected List<SyncStatusDrillDown> syncStatusDrillDown

protected SyncType syncType

Public Constructors

public SyncActivityResponse ()

Public Methods

public Date getEndSyncTMS ()

Gets the value of the endSyncTMS property.

Returns
  • possible object is String

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 Date getStartSyncTMS ()

Gets the value of the startSyncTMS property.

Returns
  • possible object is String

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 (Date value)

Sets the value of the endSyncTMS property.

Parameters
value Allowed object is String

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 (Date value)

Sets the value of the startSyncTMS property.

Parameters
value Allowed object is String

public void setSyncStatusDrillDown (List<SyncStatusDrillDown> syncStatusDrillDown)

Sets the value of the syncStatusDrillDown property.

Parameters
syncStatusDrillDown Allowed object is SyncStatusDrillDown

public void setSyncType (SyncType value)

Sets the value of the syncType property.

Parameters
value Allowed object is SyncType