public abstract class

CdmObjectRef

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObjectRef
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Java class for CdmObjectRef complex type.

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

 <complexType name="CdmObjectRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
         <element name="SyncToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType id
protected String syncToken
Public Constructors
CdmObjectRef()
Public Methods
IdType getId()
Gets the value of the id property.
String getSyncToken()
Gets the value of the syncToken property.
void setId(IdType value)
Sets the value of the id property.
void setSyncToken(String value)
Sets the value of the syncToken property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType id

protected String syncToken

Public Constructors

public CdmObjectRef ()

Public Methods

public IdType getId ()

Gets the value of the id property.

Returns

public String getSyncToken ()

Gets the value of the syncToken property.

Returns
  • possible object is String

public void setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType

public void setSyncToken (String value)

Sets the value of the syncToken property.

Parameters
value Allowed object is String