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