public class

CandidateDetailsBean

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

Class Overview

Java class for CandidateDetailsBean complex type.

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

 <complexType name="CandidateDetailsBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="offerBeans" type="{urn:TBEWebAPI}ArrayOfOfferBean"/>
         <element name="historyBeans" type="{urn:TBEWebAPI}ArrayOfHistoryBean"/>
         <element name="interviewBeans" type="{urn:TBEWebAPI}ArrayOfInterviewBean"/>
         <element name="referenceBeans" type="{urn:TBEWebAPI}ArrayOfReferenceBean"/>
         <element name="attachmentBeans" type="{urn:TBEWebAPI}ArrayOfAttachmentBean"/>
         <element name="requisitionBeans" type="{urn:TBEWebAPI}ArrayOfRequisitionBean"/>
         <element name="candidateBean" type="{urn:TBEWebAPI}CandidateBean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfAttachmentBean attachmentBeans
protected CandidateBean candidateBean
protected ArrayOfHistoryBean historyBeans
protected ArrayOfInterviewBean interviewBeans
protected ArrayOfOfferBean offerBeans
protected ArrayOfReferenceBean referenceBeans
protected ArrayOfRequisitionBean requisitionBeans
Public Constructors
CandidateDetailsBean()
Public Methods
ArrayOfAttachmentBean getAttachmentBeans()
Gets the value of the attachmentBeans property.
CandidateBean getCandidateBean()
Gets the value of the candidateBean property.
ArrayOfHistoryBean getHistoryBeans()
Gets the value of the historyBeans property.
ArrayOfInterviewBean getInterviewBeans()
Gets the value of the interviewBeans property.
ArrayOfOfferBean getOfferBeans()
Gets the value of the offerBeans property.
ArrayOfReferenceBean getReferenceBeans()
Gets the value of the referenceBeans property.
ArrayOfRequisitionBean getRequisitionBeans()
Gets the value of the requisitionBeans property.
void setAttachmentBeans(ArrayOfAttachmentBean value)
Sets the value of the attachmentBeans property.
void setCandidateBean(CandidateBean value)
Sets the value of the candidateBean property.
void setHistoryBeans(ArrayOfHistoryBean value)
Sets the value of the historyBeans property.
void setInterviewBeans(ArrayOfInterviewBean value)
Sets the value of the interviewBeans property.
void setOfferBeans(ArrayOfOfferBean value)
Sets the value of the offerBeans property.
void setReferenceBeans(ArrayOfReferenceBean value)
Sets the value of the referenceBeans property.
void setRequisitionBeans(ArrayOfRequisitionBean value)
Sets the value of the requisitionBeans property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfAttachmentBean attachmentBeans

protected CandidateBean candidateBean

protected ArrayOfHistoryBean historyBeans

protected ArrayOfInterviewBean interviewBeans

protected ArrayOfOfferBean offerBeans

protected ArrayOfReferenceBean referenceBeans

protected ArrayOfRequisitionBean requisitionBeans

Public Constructors

public CandidateDetailsBean ()

Public Methods

public ArrayOfAttachmentBean getAttachmentBeans ()

Gets the value of the attachmentBeans property.

Returns

public CandidateBean getCandidateBean ()

Gets the value of the candidateBean property.

Returns

public ArrayOfHistoryBean getHistoryBeans ()

Gets the value of the historyBeans property.

Returns

public ArrayOfInterviewBean getInterviewBeans ()

Gets the value of the interviewBeans property.

Returns

public ArrayOfOfferBean getOfferBeans ()

Gets the value of the offerBeans property.

Returns

public ArrayOfReferenceBean getReferenceBeans ()

Gets the value of the referenceBeans property.

Returns

public ArrayOfRequisitionBean getRequisitionBeans ()

Gets the value of the requisitionBeans property.

Returns

public void setAttachmentBeans (ArrayOfAttachmentBean value)

Sets the value of the attachmentBeans property.

Parameters
value Allowed object is ArrayOfAttachmentBean

public void setCandidateBean (CandidateBean value)

Sets the value of the candidateBean property.

Parameters
value Allowed object is CandidateBean

public void setHistoryBeans (ArrayOfHistoryBean value)

Sets the value of the historyBeans property.

Parameters
value Allowed object is ArrayOfHistoryBean

public void setInterviewBeans (ArrayOfInterviewBean value)

Sets the value of the interviewBeans property.

Parameters
value Allowed object is ArrayOfInterviewBean

public void setOfferBeans (ArrayOfOfferBean value)

Sets the value of the offerBeans property.

Parameters
value Allowed object is ArrayOfOfferBean

public void setReferenceBeans (ArrayOfReferenceBean value)

Sets the value of the referenceBeans property.

Parameters
value Allowed object is ArrayOfReferenceBean

public void setRequisitionBeans (ArrayOfRequisitionBean value)

Sets the value of the requisitionBeans property.

Parameters
value Allowed object is ArrayOfRequisitionBean