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