public class

CreateApplicantDataType

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

Class Overview

Data for a new Applicant if an applicant is to be created as part of the hire.

Java class for Create_Applicant_DataType complex type.

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

 <complexType name="Create_Applicant_DataType">
   <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="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 ExternalIntegrationIDDataType externalIntegrationIDData
protected PersonalInformationDataType personalData
Public Constructors
CreateApplicantDataType()
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.
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.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String applicantID

protected ExternalIntegrationIDDataType externalIntegrationIDData

protected PersonalInformationDataType personalData

Public Constructors

public CreateApplicantDataType ()

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