public class

RecruitingDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.RecruitingDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String applicantComments
protected XMLGregorianCalendar applicantEnteredDate
protected ApplicantSourceObjectType applicantSourceReference
protected Boolean ineligibleForHire
protected String ineligibleForHireComments
protected List<PositionGroupObjectType> positionsConsideredForReference
protected List<WorkerObjectType> referredByWorkerReference
Public Constructors
RecruitingDataType()
Public Methods
String getApplicantComments()
Gets the value of the applicantComments property.
XMLGregorianCalendar getApplicantEnteredDate()
Gets the value of the applicantEnteredDate property.
ApplicantSourceObjectType getApplicantSourceReference()
Gets the value of the applicantSourceReference property.
Boolean getIneligibleForHire()
Gets the value of the ineligibleForHire property.
String getIneligibleForHireComments()
Gets the value of the ineligibleForHireComments property.
List<PositionGroupObjectType> getPositionsConsideredForReference()
Gets the value of the positionsConsideredForReference property.
List<WorkerObjectType> getReferredByWorkerReference()
Gets the value of the referredByWorkerReference property.
void setApplicantComments(String value)
Sets the value of the applicantComments property.
void setApplicantEnteredDate(XMLGregorianCalendar value)
Sets the value of the applicantEnteredDate property.
void setApplicantSourceReference(ApplicantSourceObjectType value)
Sets the value of the applicantSourceReference property.
void setIneligibleForHire(Boolean value)
Sets the value of the ineligibleForHire property.
void setIneligibleForHireComments(String value)
Sets the value of the ineligibleForHireComments property.
void setPositionsConsideredForReference(List<PositionGroupObjectType> positionsConsideredForReference)
Sets the value of the positionsConsideredForReference property.
void setReferredByWorkerReference(List<WorkerObjectType> referredByWorkerReference)
Sets the value of the referredByWorkerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String applicantComments

protected XMLGregorianCalendar applicantEnteredDate

protected ApplicantSourceObjectType applicantSourceReference

protected Boolean ineligibleForHire

protected String ineligibleForHireComments

protected List<PositionGroupObjectType> positionsConsideredForReference

protected List<WorkerObjectType> referredByWorkerReference

Public Constructors

public RecruitingDataType ()

Public Methods

public String getApplicantComments ()

Gets the value of the applicantComments property.

Returns
  • possible object is String

public XMLGregorianCalendar getApplicantEnteredDate ()

Gets the value of the applicantEnteredDate property.

Returns
  • possible object is XMLGregorianCalendar

public ApplicantSourceObjectType getApplicantSourceReference ()

Gets the value of the applicantSourceReference property.

Returns

public Boolean getIneligibleForHire ()

Gets the value of the ineligibleForHire property. This getter has been renamed from isIneligibleForHire() to getIneligibleForHire() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getIneligibleForHireComments ()

Gets the value of the ineligibleForHireComments property.

Returns
  • possible object is String

public List<PositionGroupObjectType> getPositionsConsideredForReference ()

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

public List<WorkerObjectType> getReferredByWorkerReference ()

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

public void setApplicantComments (String value)

Sets the value of the applicantComments property.

Parameters
value Allowed object is String

public void setApplicantEnteredDate (XMLGregorianCalendar value)

Sets the value of the applicantEnteredDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setApplicantSourceReference (ApplicantSourceObjectType value)

Sets the value of the applicantSourceReference property.

Parameters
value Allowed object is ApplicantSourceObjectType

public void setIneligibleForHire (Boolean value)

Sets the value of the ineligibleForHire property.

Parameters
value Allowed object is Boolean

public void setIneligibleForHireComments (String value)

Sets the value of the ineligibleForHireComments property.

Parameters
value Allowed object is String

public void setPositionsConsideredForReference (List<PositionGroupObjectType> positionsConsideredForReference)

Sets the value of the positionsConsideredForReference property.

Parameters
positionsConsideredForReference Allowed object is PositionGroupObjectType

public void setReferredByWorkerReference (List<WorkerObjectType> referredByWorkerReference)

Sets the value of the referredByWorkerReference property.

Parameters
referredByWorkerReference Allowed object is WorkerObjectType