| java.lang.Object | |
| ↳ | com.workday.staffing.CreateApplicantDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicantID | |||||||||||
| externalIntegrationIDData | |||||||||||
| personalData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applicantID property.
| |||||||||||
Gets the value of the externalIntegrationIDData property.
| |||||||||||
Gets the value of the personalData property.
| |||||||||||
Sets the value of the applicantID property.
| |||||||||||
Sets the value of the externalIntegrationIDData property.
| |||||||||||
Sets the value of the personalData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the applicantID property.
Gets the value of the externalIntegrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the personalData property.
PersonalInformationDataType
Sets the value of the applicantID property.
| value | Allowed object is String |
|---|
Sets the value of the externalIntegrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the personalData property.
| value | Allowed object is
PersonalInformationDataType
|
|---|

