public class

ApplicantDataWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.ApplicantDataWWSType

Class Overview

The Wrapper element for the Applicant Data Web Service.

Java class for Applicant_Data_WWSType complex type.

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

 <complexType name="Applicant_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Applicant_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Personal_Data" type="{urn:com.workday/bsvc}Personal_Information_DataType" minOccurs="0"/>
         <element name="Qualification_Data" type="{urn:com.workday/bsvc}Person_Qualification_DataType" minOccurs="0"/>
         <element name="Recruiting_Data" type="{urn:com.workday/bsvc}Recruiting_DataType" minOccurs="0"/>
         <element name="Resume_Data" type="{urn:com.workday/bsvc}Applicant_Resume_DataType" minOccurs="0"/>
         <element name="Background_Check_Data" type="{urn:com.workday/bsvc}Background_Check_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="External_Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String applicantID
protected List<BackgroundCheckDataType> backgroundCheckData
protected ExternalIntegrationIDDataType externalIntegrationIDData
protected PersonalInformationDataType personalData
protected PersonQualificationDataType qualificationData
protected RecruitingDataType recruitingData
protected ApplicantResumeDataType resumeData
Public Constructors
ApplicantDataWWSType()
Public Methods
String getApplicantID()
Gets the value of the applicantID property.
List<BackgroundCheckDataType> getBackgroundCheckData()
Gets the value of the backgroundCheckData property.
ExternalIntegrationIDDataType getExternalIntegrationIDData()
Gets the value of the externalIntegrationIDData property.
PersonalInformationDataType getPersonalData()
Gets the value of the personalData property.
PersonQualificationDataType getQualificationData()
Gets the value of the qualificationData property.
RecruitingDataType getRecruitingData()
Gets the value of the recruitingData property.
ApplicantResumeDataType getResumeData()
Gets the value of the resumeData property.
void setApplicantID(String value)
Sets the value of the applicantID property.
void setBackgroundCheckData(List<BackgroundCheckDataType> backgroundCheckData)
Sets the value of the backgroundCheckData property.
void setExternalIntegrationIDData(ExternalIntegrationIDDataType value)
Sets the value of the externalIntegrationIDData property.
void setPersonalData(PersonalInformationDataType value)
Sets the value of the personalData property.
void setQualificationData(PersonQualificationDataType value)
Sets the value of the qualificationData property.
void setRecruitingData(RecruitingDataType value)
Sets the value of the recruitingData property.
void setResumeData(ApplicantResumeDataType value)
Sets the value of the resumeData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String applicantID

protected List<BackgroundCheckDataType> backgroundCheckData

protected ExternalIntegrationIDDataType externalIntegrationIDData

protected PersonalInformationDataType personalData

protected PersonQualificationDataType qualificationData

protected RecruitingDataType recruitingData

protected ApplicantResumeDataType resumeData

Public Constructors

public ApplicantDataWWSType ()

Public Methods

public String getApplicantID ()

Gets the value of the applicantID property.

Returns
  • possible object is String

public List<BackgroundCheckDataType> getBackgroundCheckData ()

Gets the value of the backgroundCheckData 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 backgroundCheckData property.

For example, to add a new item, do as follows:

    getBackgroundCheckData().add(newItem);
 

Objects of the following type(s) are allowed in the list BackgroundCheckDataType

public ExternalIntegrationIDDataType getExternalIntegrationIDData ()

Gets the value of the externalIntegrationIDData property.

Returns

public PersonalInformationDataType getPersonalData ()

Gets the value of the personalData property.

Returns

public PersonQualificationDataType getQualificationData ()

Gets the value of the qualificationData property.

Returns

public RecruitingDataType getRecruitingData ()

Gets the value of the recruitingData property.

Returns

public ApplicantResumeDataType getResumeData ()

Gets the value of the resumeData property.

Returns

public void setApplicantID (String value)

Sets the value of the applicantID property.

Parameters
value Allowed object is String

public void setBackgroundCheckData (List<BackgroundCheckDataType> backgroundCheckData)

Sets the value of the backgroundCheckData property.

Parameters
backgroundCheckData Allowed object is BackgroundCheckDataType

public void setExternalIntegrationIDData (ExternalIntegrationIDDataType value)

Sets the value of the externalIntegrationIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType

public void setPersonalData (PersonalInformationDataType value)

Sets the value of the personalData property.

Parameters
value Allowed object is PersonalInformationDataType

public void setQualificationData (PersonQualificationDataType value)

Sets the value of the qualificationData property.

Parameters
value Allowed object is PersonQualificationDataType

public void setRecruitingData (RecruitingDataType value)

Sets the value of the recruitingData property.

Parameters
value Allowed object is RecruitingDataType

public void setResumeData (ApplicantResumeDataType value)

Sets the value of the resumeData property.

Parameters
value Allowed object is ApplicantResumeDataType