public class

PositionManagementChainDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PositionManagementChainDataType

Class Overview

Wrapper element for Management Chain Data for the Position

Java class for Position_Management_Chain_DataType complex type.

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

 <complexType name="Position_Management_Chain_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_Supervisory_Management_Chain_Data" type="{urn:com.workday/bsvc}Worker_Supervisory_Management_Chain_DataType" minOccurs="0"/>
         <element name="Position_Matrix_Management_Chain_Data" type="{urn:com.workday/bsvc}Worker_Matrix_Management_Chain_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerMatrixManagementChainDataType positionMatrixManagementChainData
protected WorkerSupervisoryManagementChainDataType positionSupervisoryManagementChainData
Public Constructors
PositionManagementChainDataType()
Public Methods
WorkerMatrixManagementChainDataType getPositionMatrixManagementChainData()
Gets the value of the positionMatrixManagementChainData property.
WorkerSupervisoryManagementChainDataType getPositionSupervisoryManagementChainData()
Gets the value of the positionSupervisoryManagementChainData property.
void setPositionMatrixManagementChainData(WorkerMatrixManagementChainDataType value)
Sets the value of the positionMatrixManagementChainData property.
void setPositionSupervisoryManagementChainData(WorkerSupervisoryManagementChainDataType value)
Sets the value of the positionSupervisoryManagementChainData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerMatrixManagementChainDataType positionMatrixManagementChainData

protected WorkerSupervisoryManagementChainDataType positionSupervisoryManagementChainData

Public Constructors

public PositionManagementChainDataType ()

Public Methods

public WorkerMatrixManagementChainDataType getPositionMatrixManagementChainData ()

Gets the value of the positionMatrixManagementChainData property.

Returns

public WorkerSupervisoryManagementChainDataType getPositionSupervisoryManagementChainData ()

Gets the value of the positionSupervisoryManagementChainData property.

Returns

public void setPositionMatrixManagementChainData (WorkerMatrixManagementChainDataType value)

Sets the value of the positionMatrixManagementChainData property.

Parameters
value Allowed object is WorkerMatrixManagementChainDataType

public void setPositionSupervisoryManagementChainData (WorkerSupervisoryManagementChainDataType value)

Sets the value of the positionSupervisoryManagementChainData property.

Parameters
value Allowed object is WorkerSupervisoryManagementChainDataType