| java.lang.Object | |
| ↳ | com.workday.recruiting.ApplicantResponseGroupType |
Wrapper element containing the list of applicant information to be included in the response.
Java class for Applicant_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Applicant_Response_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Include_Reference" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Personal_Information" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Recruiting_Information" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Qualification_Profile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Resume" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Background_Check" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_External_Integration_ID_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeBackgroundCheck | |||||||||||
| includeExternalIntegrationIDData | |||||||||||
| includePersonalInformation | |||||||||||
| includeQualificationProfile | |||||||||||
| includeRecruitingInformation | |||||||||||
| includeReference | |||||||||||
| includeResume | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeBackgroundCheck property.
| |||||||||||
Gets the value of the includeExternalIntegrationIDData property.
| |||||||||||
Gets the value of the includePersonalInformation property.
| |||||||||||
Gets the value of the includeQualificationProfile property.
| |||||||||||
Gets the value of the includeRecruitingInformation property.
| |||||||||||
Gets the value of the includeReference property.
| |||||||||||
Gets the value of the includeResume property.
| |||||||||||
Sets the value of the includeBackgroundCheck property.
| |||||||||||
Sets the value of the includeExternalIntegrationIDData property.
| |||||||||||
Sets the value of the includePersonalInformation property.
| |||||||||||
Sets the value of the includeQualificationProfile property.
| |||||||||||
Sets the value of the includeRecruitingInformation property.
| |||||||||||
Sets the value of the includeReference property.
| |||||||||||
Sets the value of the includeResume property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the includeBackgroundCheck property. This getter has been renamed from isIncludeBackgroundCheck() to getIncludeBackgroundCheck() by cxf-xjc-boolean plugin.
Gets the value of the includeExternalIntegrationIDData property. This getter has been renamed from isIncludeExternalIntegrationIDData() to getIncludeExternalIntegrationIDData() by cxf-xjc-boolean plugin.
Gets the value of the includePersonalInformation property. This getter has been renamed from isIncludePersonalInformation() to getIncludePersonalInformation() by cxf-xjc-boolean plugin.
Gets the value of the includeQualificationProfile property. This getter has been renamed from isIncludeQualificationProfile() to getIncludeQualificationProfile() by cxf-xjc-boolean plugin.
Gets the value of the includeRecruitingInformation property. This getter has been renamed from isIncludeRecruitingInformation() to getIncludeRecruitingInformation() by cxf-xjc-boolean plugin.
Gets the value of the includeReference property. This getter has been renamed from isIncludeReference() to getIncludeReference() by cxf-xjc-boolean plugin.
Gets the value of the includeResume property. This getter has been renamed from isIncludeResume() to getIncludeResume() by cxf-xjc-boolean plugin.
Sets the value of the includeBackgroundCheck property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeExternalIntegrationIDData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includePersonalInformation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeQualificationProfile property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeRecruitingInformation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeReference property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeResume property.
| value | Allowed object is Boolean |
|---|