| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PositionEmploymentDataType |
Contains the Payee's employment information.
Java class for Position_Employment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Employment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Data" type="{urn:com.workday/bsvc}Position_Detail_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| positionData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the positionData property.
| |||||||||||
Sets the value of the positionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the positionData property.
PositionDetailDataType
Sets the value of the positionData property.
| value | Allowed object is
PositionDetailDataType
|
|---|

