public class

PositionEmploymentDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected PositionDetailDataType positionData
Public Constructors
PositionEmploymentDataType()
Public Methods
PositionDetailDataType getPositionData()
Gets the value of the positionData property.
void setPositionData(PositionDetailDataType value)
Sets the value of the positionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PositionDetailDataType positionData

Public Constructors

public PositionEmploymentDataType ()

Public Methods

public PositionDetailDataType getPositionData ()

Gets the value of the positionData property.

Returns

public void setPositionData (PositionDetailDataType value)

Sets the value of the positionData property.

Parameters
value Allowed object is PositionDetailDataType