| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ModificationMetaData |
Product: ALL Description: Defines the metadata of the instance of data
Java class for ModificationMetaData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModificationMetaData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreatedById" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastModifiedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastModifiedById" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastUpdatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createTime | |||||||||||
| createdBy | |||||||||||
| createdById | |||||||||||
| lastModifiedBy | |||||||||||
| lastModifiedById | |||||||||||
| lastUpdatedTime | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createTime property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the createdById property.
| |||||||||||
Gets the value of the lastModifiedBy property.
| |||||||||||
Gets the value of the lastModifiedById property.
| |||||||||||
Gets the value of the lastUpdatedTime property.
| |||||||||||
Sets the value of the createTime property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the lastModifiedBy property.
| |||||||||||
Sets the value of the lastModifiedById property.
| |||||||||||
Sets the value of the lastUpdatedTime property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the createTime property.
Gets the value of the createdBy property.
Gets the value of the createdById property.
Gets the value of the lastModifiedBy property.
Gets the value of the lastModifiedById property.
Gets the value of the lastUpdatedTime property.
Sets the value of the createTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is String |
|---|
Sets the value of the createdById property.
| value | Allowed object is String |
|---|
Sets the value of the lastModifiedBy property.
| value | Allowed object is String |
|---|
Sets the value of the lastModifiedById property.
| value | Allowed object is String |
|---|
Sets the value of the lastUpdatedTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|