| java.lang.Object | |
| ↳ | com.workday.staffing.HeadcountGroupType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| headcountData | |||||||||||
| headcountReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the headcountData property.
| |||||||||||
Gets the value of the headcountReference property.
| |||||||||||
Sets the value of the headcountData property.
| |||||||||||
Sets the value of the headcountReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the headcountData property.
HeadcountGroupDataType
Gets the value of the headcountReference property.
HeadcountRestrictionsObjectType
Sets the value of the headcountData property.
| value | Allowed object is
HeadcountGroupDataType
|
|---|
Sets the value of the headcountReference property.
| value | Allowed object is
HeadcountRestrictionsObjectType
|
|---|

