public class

ApplicantResponseGroupType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.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_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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeBackgroundCheck
protected Boolean includeExternalIntegrationIDData
protected Boolean includePersonalInformation
protected Boolean includeQualificationProfile
protected Boolean includeRecruitingInformation
protected Boolean includeReference
protected Boolean includeResume
Public Constructors
ApplicantResponseGroupType()
Public Methods
Boolean getIncludeBackgroundCheck()
Gets the value of the includeBackgroundCheck property.
Boolean getIncludeExternalIntegrationIDData()
Gets the value of the includeExternalIntegrationIDData property.
Boolean getIncludePersonalInformation()
Gets the value of the includePersonalInformation property.
Boolean getIncludeQualificationProfile()
Gets the value of the includeQualificationProfile property.
Boolean getIncludeRecruitingInformation()
Gets the value of the includeRecruitingInformation property.
Boolean getIncludeReference()
Gets the value of the includeReference property.
Boolean getIncludeResume()
Gets the value of the includeResume property.
void setIncludeBackgroundCheck(Boolean value)
Sets the value of the includeBackgroundCheck 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeBackgroundCheck

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 getIncludeBackgroundCheck ()

Gets the value of the includeBackgroundCheck property. This getter has been renamed from isIncludeBackgroundCheck() to getIncludeBackgroundCheck() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeExternalIntegrationIDData ()

Gets the value of the includeExternalIntegrationIDData property. This getter has been renamed from isIncludeExternalIntegrationIDData() to getIncludeExternalIntegrationIDData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludePersonalInformation ()

Gets the value of the includePersonalInformation property. This getter has been renamed from isIncludePersonalInformation() to getIncludePersonalInformation() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeQualificationProfile ()

Gets the value of the includeQualificationProfile property. This getter has been renamed from isIncludeQualificationProfile() to getIncludeQualificationProfile() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeRecruitingInformation ()

Gets the value of the includeRecruitingInformation property. This getter has been renamed from isIncludeRecruitingInformation() to getIncludeRecruitingInformation() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeReference ()

Gets the value of the includeReference property. This getter has been renamed from isIncludeReference() to getIncludeReference() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeResume ()

Gets the value of the includeResume property. This getter has been renamed from isIncludeResume() to getIncludeResume() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setIncludeBackgroundCheck (Boolean value)

Sets the value of the includeBackgroundCheck property.

Parameters
value Allowed 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