| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObjectRef |
Known Direct Subclasses
|
Known Indirect Subclasses
|
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| syncToken | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the syncToken property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the syncToken property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the syncToken property.
Sets the value of the id property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the syncToken property.
| value | Allowed object is String |
|---|