public class

HeadcountResponseGroupType

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

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: Headcount Reference, Supervisory Org Reference and Headcount Details Data

Java class for Headcount_Response_GroupType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeDefaultCompensationData
protected Boolean includeDefaultOrganizationAssignmentData
protected Boolean includeHeadcountDetailsData
protected Boolean includeHiringRestrictionsData
protected Boolean includeReference
protected Boolean includeWorkerForFilledPositionsData
Public Constructors
HeadcountResponseGroupType()
Public Methods
Boolean getIncludeDefaultCompensationData()
Gets the value of the includeDefaultCompensationData property.
Boolean getIncludeDefaultOrganizationAssignmentData()
Gets the value of the includeDefaultOrganizationAssignmentData property.
Boolean getIncludeHeadcountDetailsData()
Gets the value of the includeHeadcountDetailsData property.
Boolean getIncludeHiringRestrictionsData()
Gets the value of the includeHiringRestrictionsData 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 setIncludeDefaultOrganizationAssignmentData(Boolean value)
Sets the value of the includeDefaultOrganizationAssignmentData property.
void setIncludeHeadcountDetailsData(Boolean value)
Sets the value of the includeHeadcountDetailsData property.
void setIncludeHiringRestrictionsData(Boolean value)
Sets the value of the includeHiringRestrictionsData 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 includeDefaultOrganizationAssignmentData

protected Boolean includeHeadcountDetailsData

protected Boolean includeHiringRestrictionsData

protected Boolean includeReference

protected Boolean includeWorkerForFilledPositionsData

Public Constructors

public HeadcountResponseGroupType ()

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

Gets the value of the includeDefaultOrganizationAssignmentData property. This getter has been renamed from isIncludeDefaultOrganizationAssignmentData() to getIncludeDefaultOrganizationAssignmentData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeHeadcountDetailsData ()

Gets the value of the includeHeadcountDetailsData property. This getter has been renamed from isIncludeHeadcountDetailsData() to getIncludeHeadcountDetailsData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeHiringRestrictionsData ()

Gets the value of the includeHiringRestrictionsData property. This getter has been renamed from isIncludeHiringRestrictionsData() to getIncludeHiringRestrictionsData() 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 setIncludeDefaultOrganizationAssignmentData (Boolean value)

Sets the value of the includeDefaultOrganizationAssignmentData property.

Parameters
value Allowed object is Boolean

public void setIncludeHeadcountDetailsData (Boolean value)

Sets the value of the includeHeadcountDetailsData property.

Parameters
value Allowed object is Boolean

public void setIncludeHiringRestrictionsData (Boolean value)

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