public class

HeadcountGroupDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.HeadcountGroupDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationDefaultDataType defaultCompensationData
protected DefaultPositionOrganizationAssignmentsDataType defaultOrganizationAssignmentsData
protected HeadcountDetailsDataType headcountDetailsData
protected PositionGroupRestrictionSummaryDataType headcountRestrictionsData
protected SupervisoryOrganizationObjectType supervisoryOrganizationReference
protected WorkersForFilledPositionsDataType workersForFilledPositionsData
Public Constructors
HeadcountGroupDataType()
Public Methods
CompensationDefaultDataType getDefaultCompensationData()
Gets the value of the defaultCompensationData property.
DefaultPositionOrganizationAssignmentsDataType getDefaultOrganizationAssignmentsData()
Gets the value of the defaultOrganizationAssignmentsData property.
HeadcountDetailsDataType getHeadcountDetailsData()
Gets the value of the headcountDetailsData property.
PositionGroupRestrictionSummaryDataType getHeadcountRestrictionsData()
Gets the value of the headcountRestrictionsData property.
SupervisoryOrganizationObjectType getSupervisoryOrganizationReference()
Gets the value of the supervisoryOrganizationReference property.
WorkersForFilledPositionsDataType getWorkersForFilledPositionsData()
Gets the value of the workersForFilledPositionsData property.
void setDefaultCompensationData(CompensationDefaultDataType value)
Sets the value of the defaultCompensationData property.
void setDefaultOrganizationAssignmentsData(DefaultPositionOrganizationAssignmentsDataType value)
Sets the value of the defaultOrganizationAssignmentsData property.
void setHeadcountDetailsData(HeadcountDetailsDataType value)
Sets the value of the headcountDetailsData property.
void setHeadcountRestrictionsData(PositionGroupRestrictionSummaryDataType value)
Sets the value of the headcountRestrictionsData property.
void setSupervisoryOrganizationReference(SupervisoryOrganizationObjectType value)
Sets the value of the supervisoryOrganizationReference property.
void setWorkersForFilledPositionsData(WorkersForFilledPositionsDataType value)
Sets the value of the workersForFilledPositionsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompensationDefaultDataType defaultCompensationData

protected DefaultPositionOrganizationAssignmentsDataType defaultOrganizationAssignmentsData

protected HeadcountDetailsDataType headcountDetailsData

protected PositionGroupRestrictionSummaryDataType headcountRestrictionsData

protected SupervisoryOrganizationObjectType supervisoryOrganizationReference

protected WorkersForFilledPositionsDataType workersForFilledPositionsData

Public Constructors

public HeadcountGroupDataType ()

Public Methods

public CompensationDefaultDataType getDefaultCompensationData ()

Gets the value of the defaultCompensationData property.

Returns

public DefaultPositionOrganizationAssignmentsDataType getDefaultOrganizationAssignmentsData ()

Gets the value of the defaultOrganizationAssignmentsData property.

public HeadcountDetailsDataType getHeadcountDetailsData ()

Gets the value of the headcountDetailsData property.

Returns

public PositionGroupRestrictionSummaryDataType getHeadcountRestrictionsData ()

Gets the value of the headcountRestrictionsData property.

Returns

public SupervisoryOrganizationObjectType getSupervisoryOrganizationReference ()

Gets the value of the supervisoryOrganizationReference property.

Returns

public WorkersForFilledPositionsDataType getWorkersForFilledPositionsData ()

Gets the value of the workersForFilledPositionsData property.

Returns

public void setDefaultCompensationData (CompensationDefaultDataType value)

Sets the value of the defaultCompensationData property.

Parameters
value Allowed object is CompensationDefaultDataType

public void setDefaultOrganizationAssignmentsData (DefaultPositionOrganizationAssignmentsDataType value)

Sets the value of the defaultOrganizationAssignmentsData property.

Parameters
value Allowed object is DefaultPositionOrganizationAssignmentsDataType

public void setHeadcountDetailsData (HeadcountDetailsDataType value)

Sets the value of the headcountDetailsData property.

Parameters
value Allowed object is HeadcountDetailsDataType

public void setHeadcountRestrictionsData (PositionGroupRestrictionSummaryDataType value)

Sets the value of the headcountRestrictionsData property.

Parameters
value Allowed object is PositionGroupRestrictionSummaryDataType

public void setSupervisoryOrganizationReference (SupervisoryOrganizationObjectType value)

Sets the value of the supervisoryOrganizationReference property.

Parameters
value Allowed object is SupervisoryOrganizationObjectType

public void setWorkersForFilledPositionsData (WorkersForFilledPositionsDataType value)

Sets the value of the workersForFilledPositionsData property.

Parameters
value Allowed object is WorkersForFilledPositionsDataType