| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.GenericEntity |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entityType | |||||||||||
| id | |||||||||||
| lastUpdatedTime | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entityType property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the lastUpdatedTime property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the lastUpdatedTime property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entityType property.
QboObjectName
Gets the value of the lastUpdatedTime property.
Sets the value of the entityType property.
| value | Allowed object is
QboObjectName
|
|---|
Sets the value of the id property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the lastUpdatedTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|