public class

ApplicantDataWWSType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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="External_Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String applicantID
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.
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 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

Fields

protected String applicantID

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 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 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