public class

HeadcountResponseGroupType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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 isIncludeDefaultCompensationData()
Gets the value of the includeDefaultCompensationData property.
Boolean isIncludeDefaultOrganizationAssignmentData()
Gets the value of the includeDefaultOrganizationAssignmentData property.
Boolean isIncludeHeadcountDetailsData()
Gets the value of the includeHeadcountDetailsData property.
Boolean isIncludeHiringRestrictionsData()
Gets the value of the includeHiringRestrictionsData property.
Boolean isIncludeReference()
Gets the value of the includeReference property.
Boolean isIncludeWorkerForFilledPositionsData()
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

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

Gets the value of the includeDefaultCompensationData property.

Returns
  • possible object is Boolean

public Boolean isIncludeDefaultOrganizationAssignmentData ()

Gets the value of the includeDefaultOrganizationAssignmentData property.

Returns
  • possible object is Boolean

public Boolean isIncludeHeadcountDetailsData ()

Gets the value of the includeHeadcountDetailsData property.

Returns
  • possible object is Boolean

public Boolean isIncludeHiringRestrictionsData ()

Gets the value of the includeHiringRestrictionsData property.

Returns
  • possible object is Boolean

public Boolean isIncludeReference ()

Gets the value of the includeReference property.

Returns
  • possible object is Boolean

public Boolean isIncludeWorkerForFilledPositionsData ()

Gets the value of the includeWorkerForFilledPositionsData property.

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