| java.lang.Object | |
| ↳ | workday.com.bsvc.HeadcountResponseGroupType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeDefaultCompensationData | |||||||||||
| includeDefaultOrganizationAssignmentData | |||||||||||
| includeHeadcountDetailsData | |||||||||||
| includeHiringRestrictionsData | |||||||||||
| includeReference | |||||||||||
| includeWorkerForFilledPositionsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeDefaultCompensationData property.
| |||||||||||
Gets the value of the includeDefaultOrganizationAssignmentData property.
| |||||||||||
Gets the value of the includeHeadcountDetailsData property.
| |||||||||||
Gets the value of the includeHiringRestrictionsData property.
| |||||||||||
Gets the value of the includeReference property.
| |||||||||||
Gets the value of the includeWorkerForFilledPositionsData property.
| |||||||||||
Sets the value of the includeDefaultCompensationData property.
| |||||||||||
Sets the value of the includeDefaultOrganizationAssignmentData property.
| |||||||||||
Sets the value of the includeHeadcountDetailsData property.
| |||||||||||
Sets the value of the includeHiringRestrictionsData property.
| |||||||||||
Sets the value of the includeReference property.
| |||||||||||
Sets the value of the includeWorkerForFilledPositionsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the includeDefaultCompensationData property.
Gets the value of the includeDefaultOrganizationAssignmentData property.
Gets the value of the includeHeadcountDetailsData property.
Gets the value of the includeHiringRestrictionsData property.
Gets the value of the includeReference property.
Gets the value of the includeWorkerForFilledPositionsData property.
Sets the value of the includeDefaultCompensationData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeDefaultOrganizationAssignmentData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeHeadcountDetailsData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeHiringRestrictionsData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeReference property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeWorkerForFilledPositionsData property.
| value | Allowed object is Boolean |
|---|

