public class

PositionResponseGroupType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.PositionResponseGroupType

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 the only the following elements will be returned: Reference and Position Definition Data

Java class for Position_Response_GroupType complex type.

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

 <complexType name="Position_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_Position_Definition_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Position_Restrictions_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Default_Compensation_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Default_Position_Organization_Assignment_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Worker_For_Filled_Positions_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_Open_Job_Requisition_Data" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeDefaultCompensationData
protected Boolean includeDefaultPositionOrganizationAssignmentData
protected Boolean includeJobRequisitionAttachments
protected Boolean includeOpenJobRequisitionData
protected Boolean includePositionDefinitionData
protected Boolean includePositionRestrictionsData
protected Boolean includeQualifications
protected Boolean includeReference
protected Boolean includeWorkerForFilledPositionsData
Public Constructors
PositionResponseGroupType()
Public Methods
Boolean getIncludeDefaultCompensationData()
Gets the value of the includeDefaultCompensationData property.
Boolean getIncludeDefaultPositionOrganizationAssignmentData()
Gets the value of the includeDefaultPositionOrganizationAssignmentData property.
Boolean getIncludeJobRequisitionAttachments()
Gets the value of the includeJobRequisitionAttachments property.
Boolean getIncludeOpenJobRequisitionData()
Gets the value of the includeOpenJobRequisitionData property.
Boolean getIncludePositionDefinitionData()
Gets the value of the includePositionDefinitionData property.
Boolean getIncludePositionRestrictionsData()
Gets the value of the includePositionRestrictionsData property.
Boolean getIncludeQualifications()
Gets the value of the includeQualifications property.
Boolean getIncludeReference()
Gets the value of the includeReference property.
Boolean getIncludeWorkerForFilledPositionsData()
Gets the value of the includeWorkerForFilledPositionsData property.
void setIncludeDefaultCompensationData(Boolean value)
Sets the value of the includeDefaultCompensationData property.
void setIncludeDefaultPositionOrganizationAssignmentData(Boolean value)
Sets the value of the includeDefaultPositionOrganizationAssignmentData property.
void setIncludeJobRequisitionAttachments(Boolean value)
Sets the value of the includeJobRequisitionAttachments property.
void setIncludeOpenJobRequisitionData(Boolean value)
Sets the value of the includeOpenJobRequisitionData property.
void setIncludePositionDefinitionData(Boolean value)
Sets the value of the includePositionDefinitionData property.
void setIncludePositionRestrictionsData(Boolean value)
Sets the value of the includePositionRestrictionsData property.
void setIncludeQualifications(Boolean value)
Sets the value of the includeQualifications property.
void setIncludeReference(Boolean value)
Sets the value of the includeReference property.
void setIncludeWorkerForFilledPositionsData(Boolean value)
Sets the value of the includeWorkerForFilledPositionsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeDefaultCompensationData

protected Boolean includeDefaultPositionOrganizationAssignmentData

protected Boolean includeJobRequisitionAttachments

protected Boolean includeOpenJobRequisitionData

protected Boolean includePositionDefinitionData

protected Boolean includePositionRestrictionsData

protected Boolean includeQualifications

protected Boolean includeReference

protected Boolean includeWorkerForFilledPositionsData

Public Constructors

public PositionResponseGroupType ()

Public Methods

public Boolean getIncludeDefaultCompensationData ()

Gets the value of the includeDefaultCompensationData property. This getter has been renamed from isIncludeDefaultCompensationData() to getIncludeDefaultCompensationData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeDefaultPositionOrganizationAssignmentData ()

Gets the value of the includeDefaultPositionOrganizationAssignmentData property. This getter has been renamed from isIncludeDefaultPositionOrganizationAssignmentData() to getIncludeDefaultPositionOrganizationAssignmentData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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

Gets the value of the includeOpenJobRequisitionData property. This getter has been renamed from isIncludeOpenJobRequisitionData() to getIncludeOpenJobRequisitionData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludePositionDefinitionData ()

Gets the value of the includePositionDefinitionData property. This getter has been renamed from isIncludePositionDefinitionData() to getIncludePositionDefinitionData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludePositionRestrictionsData ()

Gets the value of the includePositionRestrictionsData property. This getter has been renamed from isIncludePositionRestrictionsData() to getIncludePositionRestrictionsData() 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 Boolean getIncludeWorkerForFilledPositionsData ()

Gets the value of the includeWorkerForFilledPositionsData property. This getter has been renamed from isIncludeWorkerForFilledPositionsData() to getIncludeWorkerForFilledPositionsData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setIncludeDefaultCompensationData (Boolean value)

Sets the value of the includeDefaultCompensationData property.

Parameters
value Allowed object is Boolean

public void setIncludeDefaultPositionOrganizationAssignmentData (Boolean value)

Sets the value of the includeDefaultPositionOrganizationAssignmentData property.

Parameters
value Allowed object is Boolean

public void setIncludeJobRequisitionAttachments (Boolean value)

Sets the value of the includeJobRequisitionAttachments property.

Parameters
value Allowed object is Boolean

public void setIncludeOpenJobRequisitionData (Boolean value)

Sets the value of the includeOpenJobRequisitionData property.

Parameters
value Allowed object is Boolean

public void setIncludePositionDefinitionData (Boolean value)

Sets the value of the includePositionDefinitionData property.

Parameters
value Allowed object is Boolean

public void setIncludePositionRestrictionsData (Boolean value)

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

public void setIncludeWorkerForFilledPositionsData (Boolean value)

Sets the value of the includeWorkerForFilledPositionsData property.

Parameters
value Allowed object is Boolean