public class

HeadcountGroupType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.HeadcountGroupType

Class Overview

Contains each Headcount based on the Request References or Request Criteria. The data returned is the current information as of the dates in the response filter, and does not include all historical information about the headcount.

Java class for Headcount_GroupType complex type.

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

 <complexType name="Headcount_GroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Headcount_Reference" type="{urn:com.workday/bsvc}Headcount_RestrictionsObjectType" minOccurs="0"/>
         <element name="Headcount_Data" type="{urn:com.workday/bsvc}Headcount_Group_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected HeadcountGroupDataType headcountData
protected HeadcountRestrictionsObjectType headcountReference
Public Constructors
HeadcountGroupType()
Public Methods
HeadcountGroupDataType getHeadcountData()
Gets the value of the headcountData property.
HeadcountRestrictionsObjectType getHeadcountReference()
Gets the value of the headcountReference property.
void setHeadcountData(HeadcountGroupDataType value)
Sets the value of the headcountData property.
void setHeadcountReference(HeadcountRestrictionsObjectType value)
Sets the value of the headcountReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected HeadcountGroupDataType headcountData

protected HeadcountRestrictionsObjectType headcountReference

Public Constructors

public HeadcountGroupType ()

Public Methods

public HeadcountGroupDataType getHeadcountData ()

Gets the value of the headcountData property.

Returns

public HeadcountRestrictionsObjectType getHeadcountReference ()

Gets the value of the headcountReference property.

Returns

public void setHeadcountData (HeadcountGroupDataType value)

Sets the value of the headcountData property.

Parameters
value Allowed object is HeadcountGroupDataType

public void setHeadcountReference (HeadcountRestrictionsObjectType value)

Sets the value of the headcountReference property.

Parameters
value Allowed object is HeadcountRestrictionsObjectType