| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObjectRef | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ObjectRef | |
Known Direct Subclasses
|
Java class for ObjectRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectRef">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmObjectRef">
<sequence>
<element name="LastUpdatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lastUpdatedTime | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmObjectRef
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lastUpdatedTime property.
| |||||||||||
Sets the value of the lastUpdatedTime property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmObjectRef
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the lastUpdatedTime property.
Sets the value of the lastUpdatedTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|