| java.lang.Object | |
| ↳ | com.workday.recruiting.HeadcountGroupDataType |
Contains the detailed information about a Headcount.
Java class for Headcount_Group_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Headcount_Group_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Supervisory_Organization_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType" minOccurs="0"/>
<element name="Headcount_Details_Data" type="{urn:com.workday/bsvc}Headcount_Details_DataType" minOccurs="0"/>
<element name="Headcount_Restrictions_Data" type="{urn:com.workday/bsvc}Position_Group_Restriction_Summary_DataType" minOccurs="0"/>
<element name="Default_Compensation_Data" type="{urn:com.workday/bsvc}Compensation_Default_DataType" minOccurs="0"/>
<element name="Default_Organization_Assignments_Data" type="{urn:com.workday/bsvc}Default_Position_Organization_Assignments_DataType" minOccurs="0"/>
<element name="Workers_for_Filled_Positions_Data" type="{urn:com.workday/bsvc}Workers_For_Filled_Positions_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultCompensationData property.
| |||||||||||
Gets the value of the defaultOrganizationAssignmentsData property.
| |||||||||||
Gets the value of the headcountDetailsData property.
| |||||||||||
Gets the value of the headcountRestrictionsData property.
| |||||||||||
Gets the value of the supervisoryOrganizationReference property.
| |||||||||||
Gets the value of the workersForFilledPositionsData property.
| |||||||||||
Sets the value of the defaultCompensationData property.
| |||||||||||
Sets the value of the defaultOrganizationAssignmentsData property.
| |||||||||||
Sets the value of the headcountDetailsData property.
| |||||||||||
Sets the value of the headcountRestrictionsData property.
| |||||||||||
Sets the value of the supervisoryOrganizationReference property.
| |||||||||||
Sets the value of the workersForFilledPositionsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultCompensationData property.
CompensationDefaultDataType
Gets the value of the defaultOrganizationAssignmentsData property.
DefaultPositionOrganizationAssignmentsDataType
Gets the value of the headcountDetailsData property.
HeadcountDetailsDataType
Gets the value of the headcountRestrictionsData property.
PositionGroupRestrictionSummaryDataType
Gets the value of the supervisoryOrganizationReference property.
SupervisoryOrganizationObjectType
Gets the value of the workersForFilledPositionsData property.
WorkersForFilledPositionsDataType
Sets the value of the defaultCompensationData property.
| value | Allowed object is
CompensationDefaultDataType
|
|---|
Sets the value of the defaultOrganizationAssignmentsData property.
| value | Allowed object is
DefaultPositionOrganizationAssignmentsDataType
|
|---|
Sets the value of the headcountDetailsData property.
| value | Allowed object is
HeadcountDetailsDataType
|
|---|
Sets the value of the headcountRestrictionsData property.
| value | Allowed object is
PositionGroupRestrictionSummaryDataType
|
|---|
Sets the value of the supervisoryOrganizationReference property.
| value | Allowed object is
SupervisoryOrganizationObjectType
|
|---|
Sets the value of the workersForFilledPositionsData property.
| value | Allowed object is
WorkersForFilledPositionsDataType
|
|---|