public class

InterviewBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.InterviewBean

Class Overview

Java class for InterviewBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InterviewBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="interviewRoom" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="interviewType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="participants" type="{urn:TBEWebAPI}ArrayOfParticipantBean"/>
         <element name="requisitionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long candidateId
protected String comments
protected String creator
protected String interviewRoom
protected String interviewType
protected ArrayOfParticipantBean participants
protected long requisitionId
protected XMLGregorianCalendar startDate
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
InterviewBean()
Public Methods
long getCandidateId()
Gets the value of the candidateId property.
String getComments()
Gets the value of the comments property.
String getCreator()
Gets the value of the creator property.
String getInterviewRoom()
Gets the value of the interviewRoom property.
String getInterviewType()
Gets the value of the interviewType property.
ArrayOfParticipantBean getParticipants()
Gets the value of the participants property.
long getRequisitionId()
Gets the value of the requisitionId property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setCandidateId(long value)
Sets the value of the candidateId property.
void setComments(String value)
Sets the value of the comments property.
void setCreator(String value)
Sets the value of the creator property.
void setInterviewRoom(String value)
Sets the value of the interviewRoom property.
void setInterviewType(String value)
Sets the value of the interviewType property.
void setParticipants(ArrayOfParticipantBean value)
Sets the value of the participants property.
void setRequisitionId(long value)
Sets the value of the requisitionId property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected long candidateId

protected String comments

protected String creator

protected String interviewRoom

protected String interviewType

protected ArrayOfParticipantBean participants

protected long requisitionId

protected XMLGregorianCalendar startDate

Public Constructors

public InterviewBean ()

Public Methods

public long getCandidateId ()

Gets the value of the candidateId property.

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public String getCreator ()

Gets the value of the creator property.

Returns
  • possible object is String

public String getInterviewRoom ()

Gets the value of the interviewRoom property.

Returns
  • possible object is String

public String getInterviewType ()

Gets the value of the interviewType property.

Returns
  • possible object is String

public ArrayOfParticipantBean getParticipants ()

Gets the value of the participants property.

Returns

public long getRequisitionId ()

Gets the value of the requisitionId property.

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCandidateId (long value)

Sets the value of the candidateId property.

Parameters
value

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setCreator (String value)

Sets the value of the creator property.

Parameters
value Allowed object is String

public void setInterviewRoom (String value)

Sets the value of the interviewRoom property.

Parameters
value Allowed object is String

public void setInterviewType (String value)

Sets the value of the interviewType property.

Parameters
value Allowed object is String

public void setParticipants (ArrayOfParticipantBean value)

Sets the value of the participants property.

Parameters
value Allowed object is ArrayOfParticipantBean

public void setRequisitionId (long value)

Sets the value of the requisitionId property.

Parameters
value

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar