| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.InterviewBean | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| candidateId | |||||||||||
| comments | |||||||||||
| creator | |||||||||||
| interviewRoom | |||||||||||
| interviewType | |||||||||||
| participants | |||||||||||
| requisitionId | |||||||||||
| startDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the candidateId property.
| |||||||||||
Gets the value of the comments property.
| |||||||||||
Gets the value of the creator property.
| |||||||||||
Gets the value of the interviewRoom property.
| |||||||||||
Gets the value of the interviewType property.
| |||||||||||
Gets the value of the participants property.
| |||||||||||
Gets the value of the requisitionId property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the candidateId property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the creator property.
| |||||||||||
Sets the value of the interviewRoom property.
| |||||||||||
Sets the value of the interviewType property.
| |||||||||||
Sets the value of the participants property.
| |||||||||||
Sets the value of the requisitionId property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the candidateId property.
Gets the value of the comments property.
Gets the value of the creator property.
Gets the value of the interviewRoom property.
Gets the value of the interviewType property.
Gets the value of the participants property.
ArrayOfParticipantBean
Gets the value of the requisitionId property.
Gets the value of the startDate property.
Sets the value of the candidateId property.
| value |
|---|
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the creator property.
| value | Allowed object is String |
|---|
Sets the value of the interviewRoom property.
| value | Allowed object is String |
|---|
Sets the value of the interviewType property.
| value | Allowed object is String |
|---|
Sets the value of the participants property.
| value | Allowed object is
ArrayOfParticipantBean
|
|---|
Sets the value of the requisitionId property.
| value |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|