public class

ObjectRef

extends CdmObjectRef
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObjectRef
     ↳ org.mule.modules.quickbooks.windows.schema.ObjectRef
Known Direct Subclasses

Class Overview

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>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmObjectRef
Fields
protected Date lastUpdatedTime
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmObjectRef
Public Constructors
ObjectRef()
Public Methods
Date getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
void setLastUpdatedTime(Date value)
Sets the value of the lastUpdatedTime property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmObjectRef
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Date lastUpdatedTime

Public Constructors

public ObjectRef ()

Public Methods

public Date getLastUpdatedTime ()

Gets the value of the lastUpdatedTime property.

Returns
  • possible object is String

public void setLastUpdatedTime (Date value)

Sets the value of the lastUpdatedTime property.

Parameters
value Allowed object is String