public class

ApplicantResponseGroupType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ApplicantResponseGroupType

Class Overview

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_External_Integration_ID_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean includeExternalIntegrationIDData
protected Boolean includePersonalInformation
protected Boolean includeQualificationProfile
protected Boolean includeRecruitingInformation
protected Boolean includeReference
protected Boolean includeResume
Public Constructors
ApplicantResponseGroupType()
Public Methods
Boolean isIncludeExternalIntegrationIDData()
Gets the value of the includeExternalIntegrationIDData property.
Boolean isIncludePersonalInformation()
Gets the value of the includePersonalInformation property.
Boolean isIncludeQualificationProfile()
Gets the value of the includeQualificationProfile property.
Boolean isIncludeRecruitingInformation()
Gets the value of the includeRecruitingInformation property.
Boolean isIncludeReference()
Gets the value of the includeReference property.
Boolean isIncludeResume()
Gets the value of the includeResume property.
void setIncludeExternalIntegrationIDData(Boolean value)
Sets the value of the includeExternalIntegrationIDData property.
void setIncludePersonalInformation(Boolean value)
Sets the value of the includePersonalInformation property.
void setIncludeQualificationProfile(Boolean value)
Sets the value of the includeQualificationProfile property.
void setIncludeRecruitingInformation(Boolean value)
Sets the value of the includeRecruitingInformation property.
void setIncludeReference(Boolean value)
Sets the value of the includeReference property.
void setIncludeResume(Boolean value)
Sets the value of the includeResume property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean includeExternalIntegrationIDData

protected Boolean includePersonalInformation

protected Boolean includeQualificationProfile

protected Boolean includeRecruitingInformation

protected Boolean includeReference

protected Boolean includeResume

Public Constructors

public ApplicantResponseGroupType ()

Public Methods

public Boolean isIncludeExternalIntegrationIDData ()

Gets the value of the includeExternalIntegrationIDData property.

Returns
  • possible object is Boolean

public Boolean isIncludePersonalInformation ()

Gets the value of the includePersonalInformation property.

Returns
  • possible object is Boolean

public Boolean isIncludeQualificationProfile ()

Gets the value of the includeQualificationProfile property.

Returns
  • possible object is Boolean

public Boolean isIncludeRecruitingInformation ()

Gets the value of the includeRecruitingInformation property.

Returns
  • possible object is Boolean

public Boolean isIncludeReference ()

Gets the value of the includeReference property.

Returns
  • possible object is Boolean

public Boolean isIncludeResume ()

Gets the value of the includeResume property.

Returns
  • possible object is Boolean

public void setIncludeExternalIntegrationIDData (Boolean value)

Sets the value of the includeExternalIntegrationIDData property.

Parameters
value Allowed object is Boolean

public void setIncludePersonalInformation (Boolean value)

Sets the value of the includePersonalInformation property.

Parameters
value Allowed object is Boolean

public void setIncludeQualificationProfile (Boolean value)

Sets the value of the includeQualificationProfile property.

Parameters
value Allowed object is Boolean

public void setIncludeRecruitingInformation (Boolean value)

Sets the value of the includeRecruitingInformation property.

Parameters
value Allowed object is Boolean

public void setIncludeReference (Boolean value)

Sets the value of the includeReference property.

Parameters
value Allowed object is Boolean

public void setIncludeResume (Boolean value)

Sets the value of the includeResume property.

Parameters
value Allowed object is Boolean