public class

SyncStatusParam

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

Class Overview

Product: QBW Description: Contains the Id and the type of object. As Id is of the IdSet type, it can come from any domain and needs to be provided to get the status.

Java class for SyncStatusParam complex type.

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

 <complexType name="SyncStatusParam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet"/>
         <element name="SyncToken" type="{http://www.intuit.com/sb/cdm/v2}syncToken" minOccurs="0"/>
         <element name="ObjectType" type="{http://www.intuit.com/sb/cdm/v2}objectName"/>
         <element name="PartyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdSet idSet
protected ObjectName objectType
protected String partyId
protected String syncToken
Public Constructors
SyncStatusParam()
Public Methods
IdSet getIdSet()
Gets the value of the idSet property.
ObjectName getObjectType()
Gets the value of the objectType property.
String getPartyId()
Gets the value of the partyId property.
String getSyncToken()
Gets the value of the syncToken property.
void setIdSet(IdSet value)
Sets the value of the idSet property.
void setObjectType(ObjectName value)
Sets the value of the objectType property.
void setPartyId(String value)
Sets the value of the partyId property.
void setSyncToken(String value)
Sets the value of the syncToken property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdSet idSet

protected ObjectName objectType

protected String partyId

protected String syncToken

Public Constructors

public SyncStatusParam ()

Public Methods

public IdSet getIdSet ()

Gets the value of the idSet property.

Returns
  • possible object is IdSet

public ObjectName getObjectType ()

Gets the value of the objectType property.

Returns

public String getPartyId ()

Gets the value of the partyId property.

Returns
  • possible object is String

public String getSyncToken ()

Gets the value of the syncToken property.

Returns
  • possible object is String

public void setIdSet (IdSet value)

Sets the value of the idSet property.

Parameters
value Allowed object is IdSet

public void setObjectType (ObjectName value)

Sets the value of the objectType property.

Parameters
value Allowed object is ObjectName

public void setPartyId (String value)

Sets the value of the partyId property.

Parameters
value Allowed object is String

public void setSyncToken (String value)

Sets the value of the syncToken property.

Parameters
value Allowed object is String