| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.HistoryBean |
Java class for HistoryBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoryBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="emailText" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creationDate | |||||||||||
| emailText | |||||||||||
| id | |||||||||||
| text | |||||||||||
| userName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creationDate property.
| |||||||||||
Gets the value of the emailText property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the text property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Sets the value of the creationDate property.
| |||||||||||
Sets the value of the emailText property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the text property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the creationDate property.
Gets the value of the emailText property.
Gets the value of the id property.
Gets the value of the text property.
Gets the value of the userName property.
Sets the value of the creationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the emailText property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value |
|---|
Sets the value of the text property.
| value | Allowed object is String |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|