public class

ObjectRef

extends CdmObjectRef
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

Fields
protected XMLGregorianCalendar lastUpdatedTime
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmObjectRef
Public Constructors
ObjectRef()
Public Methods
XMLGregorianCalendar getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
void setLastUpdatedTime(XMLGregorianCalendar 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

Fields

protected XMLGregorianCalendar lastUpdatedTime

Public Constructors

public ObjectRef ()

Public Methods

public XMLGregorianCalendar getLastUpdatedTime ()

Gets the value of the lastUpdatedTime property.

Returns
  • possible object is XMLGregorianCalendar

public void setLastUpdatedTime (XMLGregorianCalendar value)

Sets the value of the lastUpdatedTime property.

Parameters
value Allowed object is XMLGregorianCalendar