public class

JobRequisitionResponseGroupType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.JobRequisitionResponseGroupType

Class Overview

The response group allows for the response data to be tailored to only included elements that the user is looking for. If no response group is provided in the request then only the following elements will be returned: Reference, Job Requisition Definition Data, and Job Requisition Restrictions Data.

Java class for Job_Requisition_Response_GroupType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Job_Requisition_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_Job_Requisition_Definition_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Job_Requisition_Restrictions_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Job_Requisition_Attachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Organizations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeJobRequisitionAttachments
protected Boolean includeJobRequisitionDefinitionData
protected Boolean includeJobRequisitionRestrictionsData
protected Boolean includeOrganizations
protected Boolean includeQualifications
protected Boolean includeReference
Public Constructors
JobRequisitionResponseGroupType()
Public Methods
Boolean getIncludeJobRequisitionAttachments()
Gets the value of the includeJobRequisitionAttachments property.
Boolean getIncludeJobRequisitionDefinitionData()
Gets the value of the includeJobRequisitionDefinitionData property.
Boolean getIncludeJobRequisitionRestrictionsData()
Gets the value of the includeJobRequisitionRestrictionsData property.
Boolean getIncludeOrganizations()
Gets the value of the includeOrganizations property.
Boolean getIncludeQualifications()
Gets the value of the includeQualifications property.
Boolean getIncludeReference()
Gets the value of the includeReference property.
void setIncludeJobRequisitionAttachments(Boolean value)
Sets the value of the includeJobRequisitionAttachments property.
void setIncludeJobRequisitionDefinitionData(Boolean value)
Sets the value of the includeJobRequisitionDefinitionData property.
void setIncludeJobRequisitionRestrictionsData(Boolean value)
Sets the value of the includeJobRequisitionRestrictionsData property.
void setIncludeOrganizations(Boolean value)
Sets the value of the includeOrganizations property.
void setIncludeQualifications(Boolean value)
Sets the value of the includeQualifications property.
void setIncludeReference(Boolean value)
Sets the value of the includeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeJobRequisitionAttachments

protected Boolean includeJobRequisitionDefinitionData

protected Boolean includeJobRequisitionRestrictionsData

protected Boolean includeOrganizations

protected Boolean includeQualifications

protected Boolean includeReference

Public Constructors

public JobRequisitionResponseGroupType ()

Public Methods

public Boolean getIncludeJobRequisitionAttachments ()

Gets the value of the includeJobRequisitionAttachments property. This getter has been renamed from isIncludeJobRequisitionAttachments() to getIncludeJobRequisitionAttachments() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeJobRequisitionDefinitionData ()

Gets the value of the includeJobRequisitionDefinitionData property. This getter has been renamed from isIncludeJobRequisitionDefinitionData() to getIncludeJobRequisitionDefinitionData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeJobRequisitionRestrictionsData ()

Gets the value of the includeJobRequisitionRestrictionsData property. This getter has been renamed from isIncludeJobRequisitionRestrictionsData() to getIncludeJobRequisitionRestrictionsData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeOrganizations ()

Gets the value of the includeOrganizations property. This getter has been renamed from isIncludeOrganizations() to getIncludeOrganizations() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeQualifications ()

Gets the value of the includeQualifications property. This getter has been renamed from isIncludeQualifications() to getIncludeQualifications() 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 void setIncludeJobRequisitionAttachments (Boolean value)

Sets the value of the includeJobRequisitionAttachments property.

Parameters
value Allowed object is Boolean

public void setIncludeJobRequisitionDefinitionData (Boolean value)

Sets the value of the includeJobRequisitionDefinitionData property.

Parameters
value Allowed object is Boolean

public void setIncludeJobRequisitionRestrictionsData (Boolean value)

Sets the value of the includeJobRequisitionRestrictionsData property.

Parameters
value Allowed object is Boolean

public void setIncludeOrganizations (Boolean value)

Sets the value of the includeOrganizations property.

Parameters
value Allowed object is Boolean

public void setIncludeQualifications (Boolean value)

Sets the value of the includeQualifications 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