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