| java.lang.Object | |
| ↳ | com.workday.hr.WorkerManagementChainDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| workerMatrixManagementChainData | |||||||||||
| workerSupervisoryManagementChainData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the workerMatrixManagementChainData property.
| |||||||||||
Gets the value of the workerSupervisoryManagementChainData property.
| |||||||||||
Sets the value of the workerMatrixManagementChainData property.
| |||||||||||
Sets the value of the workerSupervisoryManagementChainData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the workerMatrixManagementChainData property.
WorkerMatrixManagementChainDataType
Gets the value of the workerSupervisoryManagementChainData property.
WorkerSupervisoryManagementChainDataType
Sets the value of the workerMatrixManagementChainData property.
| value | Allowed object is
WorkerMatrixManagementChainDataType
|
|---|
Sets the value of the workerSupervisoryManagementChainData property.
| value | Allowed object is
WorkerSupervisoryManagementChainDataType
|
|---|

