public class

ModificationMetaData

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ModificationMetaData

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar createTime
protected String createdBy
protected String createdById
protected String lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastUpdatedTime
Public Constructors
ModificationMetaData()
Public Methods
XMLGregorianCalendar getCreateTime()
Gets the value of the createTime property.
String getCreatedBy()
Gets the value of the createdBy property.
String getCreatedById()
Gets the value of the createdById property.
String getLastModifiedBy()
Gets the value of the lastModifiedBy property.
String getLastModifiedById()
Gets the value of the lastModifiedById property.
XMLGregorianCalendar getLastUpdatedTime()
Gets the value of the lastUpdatedTime property.
void setCreateTime(XMLGregorianCalendar value)
Sets the value of the createTime property.
void setCreatedBy(String value)
Sets the value of the createdBy property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setLastModifiedBy(String value)
Sets the value of the lastModifiedBy property.
void setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
void setLastUpdatedTime(XMLGregorianCalendar value)
Sets the value of the lastUpdatedTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar createTime

protected String createdBy

protected String createdById

protected String lastModifiedBy

protected String lastModifiedById

protected XMLGregorianCalendar lastUpdatedTime

Public Constructors

public ModificationMetaData ()

Public Methods

public XMLGregorianCalendar getCreateTime ()

Gets the value of the createTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getCreatedBy ()

Gets the value of the createdBy property.

Returns
  • possible object is String

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public String getLastModifiedBy ()

Gets the value of the lastModifiedBy property.

Returns
  • possible object is String

public String getLastModifiedById ()

Gets the value of the lastModifiedById property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastUpdatedTime ()

Gets the value of the lastUpdatedTime property.

Returns
  • possible object is XMLGregorianCalendar

public void setCreateTime (XMLGregorianCalendar value)

Sets the value of the createTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedBy (String value)

Sets the value of the createdBy property.

Parameters
value Allowed object is String

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value Allowed object is String

public void setLastModifiedBy (String value)

Sets the value of the lastModifiedBy property.

Parameters
value Allowed object is String

public void setLastModifiedById (String value)

Sets the value of the lastModifiedById property.

Parameters
value Allowed object is String

public void setLastUpdatedTime (XMLGregorianCalendar value)

Sets the value of the lastUpdatedTime property.

Parameters
value Allowed object is XMLGregorianCalendar