public class

GenericEntity

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.GenericEntity

Class Overview

Defines the List of Generic entities

Java class for GenericEntity complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GenericEntity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="EntityType" type="{http://www.intuit.com/sb/cdm/qbo}qboObjectName" minOccurs="0"/>
         <element name="LastUpdatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected QboObjectName entityType
protected IdType id
protected XMLGregorianCalendar lastUpdatedTime
Public Constructors
GenericEntity()
Public Methods
QboObjectName getEntityType()
Gets the value of the entityType property.
IdType getId()
Gets the value of the id property.
XMLGregorianCalendar getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
void setEntityType(QboObjectName value)
Sets the value of the entityType property.
void setId(IdType value)
Sets the value of the id property.
void setLastUpdatedTime(XMLGregorianCalendar value)
Sets the value of the lastUpdatedTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected QboObjectName entityType

protected IdType id

protected XMLGregorianCalendar lastUpdatedTime

Public Constructors

public GenericEntity ()

Public Methods

public QboObjectName getEntityType ()

Gets the value of the entityType property.

Returns

public IdType getId ()

Gets the value of the id property.

Returns

public XMLGregorianCalendar getLastUpdatedTime ()

Gets the value of the lastUpdatedTime property.

Returns
  • possible object is XMLGregorianCalendar

public void setEntityType (QboObjectName value)

Sets the value of the entityType property.

Parameters
value Allowed object is QboObjectName

public void setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType

public void setLastUpdatedTime (XMLGregorianCalendar value)

Sets the value of the lastUpdatedTime property.

Parameters
value Allowed object is XMLGregorianCalendar