| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.CandidateDetailsBean |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachmentBeans | |||||||||||
| candidateBean | |||||||||||
| historyBeans | |||||||||||
| interviewBeans | |||||||||||
| offerBeans | |||||||||||
| referenceBeans | |||||||||||
| requisitionBeans | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachmentBeans property.
| |||||||||||
Gets the value of the candidateBean property.
| |||||||||||
Gets the value of the historyBeans property.
| |||||||||||
Gets the value of the interviewBeans property.
| |||||||||||
Gets the value of the offerBeans property.
| |||||||||||
Gets the value of the referenceBeans property.
| |||||||||||
Gets the value of the requisitionBeans property.
| |||||||||||
Sets the value of the attachmentBeans property.
| |||||||||||
Sets the value of the candidateBean property.
| |||||||||||
Sets the value of the historyBeans property.
| |||||||||||
Sets the value of the interviewBeans property.
| |||||||||||
Sets the value of the offerBeans property.
| |||||||||||
Sets the value of the referenceBeans property.
| |||||||||||
Sets the value of the requisitionBeans property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attachmentBeans property.
ArrayOfAttachmentBean
Gets the value of the candidateBean property.
CandidateBean
Gets the value of the historyBeans property.
ArrayOfHistoryBean
Gets the value of the interviewBeans property.
ArrayOfInterviewBean
Gets the value of the offerBeans property.
ArrayOfOfferBean
Gets the value of the referenceBeans property.
ArrayOfReferenceBean
Gets the value of the requisitionBeans property.
ArrayOfRequisitionBean
Sets the value of the attachmentBeans property.
| value | Allowed object is
ArrayOfAttachmentBean
|
|---|
Sets the value of the candidateBean property.
| value | Allowed object is
CandidateBean
|
|---|
Sets the value of the historyBeans property.
| value | Allowed object is
ArrayOfHistoryBean
|
|---|
Sets the value of the interviewBeans property.
| value | Allowed object is
ArrayOfInterviewBean
|
|---|
Sets the value of the offerBeans property.
| value | Allowed object is
ArrayOfOfferBean
|
|---|
Sets the value of the referenceBeans property.
| value | Allowed object is
ArrayOfReferenceBean
|
|---|
Sets the value of the requisitionBeans property.
| value | Allowed object is
ArrayOfRequisitionBean
|
|---|