| java.lang.Object | |
| ↳ | workday.com.bsvc.RecruitingDataType |
Wrapper element for Recruiting Information.
Java class for Recruiting_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Recruiting_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Applicant_Entered_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Applicant_Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Ineligible_for_Hire" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Ineligible_for_Hire_Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Applicant_Source_Reference" type="{urn:com.workday/bsvc}Applicant_SourceObjectType" minOccurs="0"/>
<element name="Referred_by_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Positions_Considered_for_Reference" type="{urn:com.workday/bsvc}Position_GroupObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicantComments | |||||||||||
| applicantEnteredDate | |||||||||||
| applicantSourceReference | |||||||||||
| ineligibleForHire | |||||||||||
| ineligibleForHireComments | |||||||||||
| positionsConsideredForReference | |||||||||||
| referredByWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applicantComments property.
| |||||||||||
Gets the value of the applicantEnteredDate property.
| |||||||||||
Gets the value of the applicantSourceReference property.
| |||||||||||
Gets the value of the ineligibleForHireComments property.
| |||||||||||
Gets the value of the positionsConsideredForReference property.
| |||||||||||
Gets the value of the referredByWorkerReference property.
| |||||||||||
Gets the value of the ineligibleForHire property.
| |||||||||||
Sets the value of the applicantComments property.
| |||||||||||
Sets the value of the applicantEnteredDate property.
| |||||||||||
Sets the value of the applicantSourceReference property.
| |||||||||||
Sets the value of the ineligibleForHire property.
| |||||||||||
Sets the value of the ineligibleForHireComments property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the applicantComments property.
Gets the value of the applicantEnteredDate property.
Gets the value of the applicantSourceReference property.
ApplicantSourceObjectType
Gets the value of the ineligibleForHireComments property.
Gets the value of the positionsConsideredForReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the positionsConsideredForReference property.
For example, to add a new item, do as follows:
getPositionsConsideredForReference().add(newItem);
Objects of the following type(s) are allowed in the list
PositionGroupObjectType
Gets the value of the referredByWorkerReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the referredByWorkerReference property.
For example, to add a new item, do as follows:
getReferredByWorkerReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerObjectType
Gets the value of the ineligibleForHire property.
Sets the value of the applicantComments property.
| value | Allowed object is String |
|---|
Sets the value of the applicantEnteredDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the applicantSourceReference property.
| value | Allowed object is
ApplicantSourceObjectType
|
|---|
Sets the value of the ineligibleForHire property.
| value | Allowed object is Boolean |
|---|
Sets the value of the ineligibleForHireComments property.
| value | Allowed object is String |
|---|

