public class

WorkerManagementChainDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkerManagementChainDataType

Class Overview

Contains the worker's management chain for supervisory and matrix organizations.

Java class for Worker_Management_Chain_DataType complex type.

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

 <complexType name="Worker_Management_Chain_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Supervisory_Management_Chain_Data" type="{urn:com.workday/bsvc}Worker_Supervisory_Management_Chain_DataType" minOccurs="0"/>
         <element name="Worker_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 workerMatrixManagementChainData
protected WorkerSupervisoryManagementChainDataType workerSupervisoryManagementChainData
Public Constructors
WorkerManagementChainDataType()
Public Methods
WorkerMatrixManagementChainDataType getWorkerMatrixManagementChainData()
Gets the value of the workerMatrixManagementChainData property.
WorkerSupervisoryManagementChainDataType getWorkerSupervisoryManagementChainData()
Gets the value of the workerSupervisoryManagementChainData property.
void setWorkerMatrixManagementChainData(WorkerMatrixManagementChainDataType value)
Sets the value of the workerMatrixManagementChainData property.
void setWorkerSupervisoryManagementChainData(WorkerSupervisoryManagementChainDataType value)
Sets the value of the workerSupervisoryManagementChainData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerMatrixManagementChainDataType workerMatrixManagementChainData

protected WorkerSupervisoryManagementChainDataType workerSupervisoryManagementChainData

Public Constructors

public WorkerManagementChainDataType ()

Public Methods

public WorkerMatrixManagementChainDataType getWorkerMatrixManagementChainData ()

Gets the value of the workerMatrixManagementChainData property.

Returns

public WorkerSupervisoryManagementChainDataType getWorkerSupervisoryManagementChainData ()

Gets the value of the workerSupervisoryManagementChainData property.

Returns

public void setWorkerMatrixManagementChainData (WorkerMatrixManagementChainDataType value)

Sets the value of the workerMatrixManagementChainData property.

Parameters
value Allowed object is WorkerMatrixManagementChainDataType

public void setWorkerSupervisoryManagementChainData (WorkerSupervisoryManagementChainDataType value)

Sets the value of the workerSupervisoryManagementChainData property.

Parameters
value Allowed object is WorkerSupervisoryManagementChainDataType