public class

CDCObject

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

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar mostRecentTMS
protected ObjectName objectName
Public Constructors
CDCObject()
Public Methods
XMLGregorianCalendar getMostRecentTMS()
Gets the value of the mostRecentTMS property.
ObjectName getObjectName()
Gets the value of the objectName property.
void setMostRecentTMS(XMLGregorianCalendar value)
Sets the value of the mostRecentTMS property.
void setObjectName(ObjectName value)
Sets the value of the objectName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar mostRecentTMS

protected ObjectName objectName

Public Constructors

public CDCObject ()

Public Methods

public XMLGregorianCalendar getMostRecentTMS ()

Gets the value of the mostRecentTMS property.

Returns
  • possible object is XMLGregorianCalendar

public ObjectName getObjectName ()

Gets the value of the objectName property.

Returns

public void setMostRecentTMS (XMLGregorianCalendar value)

Sets the value of the mostRecentTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setObjectName (ObjectName value)

Sets the value of the objectName property.

Parameters
value Allowed object is ObjectName