public class

ParticipantBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.ParticipantBean

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar endDate
protected long eventId
protected String eventType
protected long personId
protected String personType
protected XMLGregorianCalendar startDate
Public Constructors
ParticipantBean()
Public Methods
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
long getEventId()
Gets the value of the eventId property.
String getEventType()
Gets the value of the eventType property.
long getPersonId()
Gets the value of the personId property.
String getPersonType()
Gets the value of the personType property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setEventId(long value)
Sets the value of the eventId property.
void setEventType(String value)
Sets the value of the eventType property.
void setPersonId(long value)
Sets the value of the personId property.
void setPersonType(String value)
Sets the value of the personType property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar endDate

protected long eventId

protected String eventType

protected long personId

protected String personType

protected XMLGregorianCalendar startDate

Public Constructors

public ParticipantBean ()

Public Methods

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public long getEventId ()

Gets the value of the eventId property.

public String getEventType ()

Gets the value of the eventType property.

Returns
  • possible object is String

public long getPersonId ()

Gets the value of the personId property.

public String getPersonType ()

Gets the value of the personType property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEventId (long value)

Sets the value of the eventId property.

Parameters
value

public void setEventType (String value)

Sets the value of the eventType property.

Parameters
value Allowed object is String

public void setPersonId (long value)

Sets the value of the personId property.

Parameters
value

public void setPersonType (String value)

Sets the value of the personType property.

Parameters
value Allowed object is String

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar