| java.lang.Object | |
| ↳ | com.workday.recruiting.ApplicantDataType |
Wrapper element containing the data associated with an applicant.
Java class for Applicant_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Applicant_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_Comment" 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_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Applicant_Source_Reference" type="{urn:com.workday/bsvc}Applicant_Source_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Person_Data" type="{urn:com.workday/bsvc}Person_DataType" minOccurs="0"/>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}Employee_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Contingent_Worker_Reference" type="{urn:com.workday/bsvc}Contingent_Worker_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Considered_For_Positions" type="{urn:com.workday/bsvc}Considered_For_PositionsType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicantComment | |||||||||||
| applicantEnteredDate | |||||||||||
| applicantSourceReference | |||||||||||
| consideredForPositions | |||||||||||
| contingentWorkerReference | |||||||||||
| employeeReference | |||||||||||
| ineligibleForHire | |||||||||||
| ineligibleForHireComment | |||||||||||
| integrationIDData | |||||||||||
| personData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applicantComment property.
| |||||||||||
Gets the value of the applicantEnteredDate property.
| |||||||||||
Gets the value of the applicantSourceReference property.
| |||||||||||
Gets the value of the consideredForPositions property.
| |||||||||||
Gets the value of the contingentWorkerReference property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the ineligibleForHire property.
| |||||||||||
Gets the value of the ineligibleForHireComment property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the personData property.
| |||||||||||
Sets the value of the applicantComment property.
| |||||||||||
Sets the value of the applicantEnteredDate property.
| |||||||||||
Sets the value of the applicantSourceReference property.
| |||||||||||
Sets the value of the consideredForPositions property.
| |||||||||||
Sets the value of the contingentWorkerReference property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the ineligibleForHire property.
| |||||||||||
Sets the value of the ineligibleForHireComment property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the personData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the applicantComment property.
Gets the value of the applicantEnteredDate property.
Gets the value of the applicantSourceReference 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 applicantSourceReference property.
For example, to add a new item, do as follows:
getApplicantSourceReference().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicantSourceReferenceType
Gets the value of the consideredForPositions 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 consideredForPositions property.
For example, to add a new item, do as follows:
getConsideredForPositions().add(newItem);
Objects of the following type(s) are allowed in the list
ConsideredForPositionsType
Gets the value of the contingentWorkerReference 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 contingentWorkerReference property.
For example, to add a new item, do as follows:
getContingentWorkerReference().add(newItem);
Objects of the following type(s) are allowed in the list
ContingentWorkerReferenceDataType
Gets the value of the employeeReference 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 employeeReference property.
For example, to add a new item, do as follows:
getEmployeeReference().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeReferenceType
Gets the value of the ineligibleForHire property. This getter has been renamed from isIneligibleForHire() to getIneligibleForHire() by cxf-xjc-boolean plugin.
Gets the value of the ineligibleForHireComment property.
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the personData property.
PersonDataType
Sets the value of the applicantComment 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.
| applicantSourceReference | Allowed object is
ApplicantSourceReferenceType
|
|---|
Sets the value of the consideredForPositions property.
| consideredForPositions | Allowed object is
ConsideredForPositionsType
|
|---|
Sets the value of the contingentWorkerReference property.
| contingentWorkerReference | Allowed object is
ContingentWorkerReferenceDataType
|
|---|
Sets the value of the employeeReference property.
| employeeReference | Allowed object is
EmployeeReferenceType
|
|---|
Sets the value of the ineligibleForHire property.
| value | Allowed object is Boolean |
|---|
Sets the value of the ineligibleForHireComment property.
| value | Allowed object is String |
|---|
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the personData property.
| value | Allowed object is
PersonDataType
|
|---|