| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.TaskBean | |
Java class for TaskBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskBean">
<complexContent>
<extension base="{urn:TBEWebAPI}EntityBean">
<sequence>
<element name="assignedTo" type="{urn:TBEWebAPI}ArrayOfParticipantBean"/>
<element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignedTo | |||||||||||
| creator | |||||||||||
| description | |||||||||||
| dueDate | |||||||||||
| entityId | |||||||||||
| entityType | |||||||||||
| priority | |||||||||||
| subject | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignedTo property.
| |||||||||||
Gets the value of the creator property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the entityId property.
| |||||||||||
Gets the value of the entityType property.
| |||||||||||
Gets the value of the priority property.
| |||||||||||
Gets the value of the subject property.
| |||||||||||
Sets the value of the assignedTo property.
| |||||||||||
Sets the value of the creator property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the priority property.
| |||||||||||
Sets the value of the subject property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the assignedTo property.
ArrayOfParticipantBean
Gets the value of the creator property.
Gets the value of the description property.
Gets the value of the dueDate property.
Gets the value of the entityId property.
Gets the value of the entityType property.
Gets the value of the priority property.
Gets the value of the subject property.
Sets the value of the assignedTo property.
| value | Allowed object is
ArrayOfParticipantBean
|
|---|
Sets the value of the creator property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the dueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the entityId property.
| value |
|---|
Sets the value of the entityType property.
| value | Allowed object is String |
|---|
Sets the value of the priority property.
| value | Allowed object is String |
|---|
Sets the value of the subject property.
| value | Allowed object is String |
|---|