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