public class

CDCObject

extends Object
implements Serializable
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

Constants
long serialVersionUID
Fields
protected Date mostRecentTMS
protected ObjectName objectName
Public Constructors
CDCObject()
Public Methods
Date getMostRecentTMS()
Gets the value of the mostRecentTMS property.
ObjectName getObjectName()
Gets the value of the objectName property.
void setMostRecentTMS(Date 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Date mostRecentTMS

protected ObjectName objectName

Public Constructors

public CDCObject ()

Public Methods

public Date getMostRecentTMS ()

Gets the value of the mostRecentTMS property.

Returns
  • possible object is String

public ObjectName getObjectName ()

Gets the value of the objectName property.

Returns

public void setMostRecentTMS (Date value)

Sets the value of the mostRecentTMS property.

Parameters
value Allowed object is String

public void setObjectName (ObjectName value)

Sets the value of the objectName property.

Parameters
value Allowed object is ObjectName