| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CDCObject |
Product: QBW Description: all CDM objects and their latest modified time stamps
Java class for CDCObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CDCObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ObjectName" type="{http://www.intuit.com/sb/cdm/v2}objectName" minOccurs="0"/>
<element name="MostRecentTMS" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mostRecentTMS | |||||||||||
| objectName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the mostRecentTMS property.
| |||||||||||
Gets the value of the objectName property.
| |||||||||||
Sets the value of the mostRecentTMS property.
| |||||||||||
Sets the value of the objectName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the mostRecentTMS property.
Gets the value of the objectName property.
ObjectName
Sets the value of the mostRecentTMS property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the objectName property.
| value | Allowed object is
ObjectName
|
|---|