public class

EmployeeEmploymentInfoDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.EmployeeEmploymentInfoDataType

Class Overview

Encapsulating element containg all Employment data (e.g. Status, Position, Compensation, etc.) for an Employee.

Java class for Employee_Employment_Info_DataType complex type.

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

 <complexType name="Employee_Employment_Info_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Status_Data" type="{urn:com.workday/bsvc}Worker_Status_DataType" minOccurs="0"/>
         <element name="Worker_Position_Data" type="{urn:com.workday/bsvc}Worker_Position_DataType" minOccurs="0"/>
         <element name="Compensation_Data" type="{urn:com.workday/bsvc}Compensation_DataType" minOccurs="0"/>
         <element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_Data_WWSType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CompensationDataType compensationData
protected WorkerDocumentDataWWSType workerDocumentData
protected WorkerPositionDataType workerPositionData
protected WorkerStatusDataType workerStatusData
Public Constructors
EmployeeEmploymentInfoDataType()
Public Methods
CompensationDataType getCompensationData()
Gets the value of the compensationData property.
WorkerDocumentDataWWSType getWorkerDocumentData()
Gets the value of the workerDocumentData property.
WorkerPositionDataType getWorkerPositionData()
Gets the value of the workerPositionData property.
WorkerStatusDataType getWorkerStatusData()
Gets the value of the workerStatusData property.
void setCompensationData(CompensationDataType value)
Sets the value of the compensationData property.
void setWorkerDocumentData(WorkerDocumentDataWWSType value)
Sets the value of the workerDocumentData property.
void setWorkerPositionData(WorkerPositionDataType value)
Sets the value of the workerPositionData property.
void setWorkerStatusData(WorkerStatusDataType value)
Sets the value of the workerStatusData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompensationDataType compensationData

protected WorkerDocumentDataWWSType workerDocumentData

protected WorkerPositionDataType workerPositionData

protected WorkerStatusDataType workerStatusData

Public Constructors

public EmployeeEmploymentInfoDataType ()

Public Methods

public CompensationDataType getCompensationData ()

Gets the value of the compensationData property.

Returns

public WorkerDocumentDataWWSType getWorkerDocumentData ()

Gets the value of the workerDocumentData property.

Returns

public WorkerPositionDataType getWorkerPositionData ()

Gets the value of the workerPositionData property.

Returns

public WorkerStatusDataType getWorkerStatusData ()

Gets the value of the workerStatusData property.

Returns

public void setCompensationData (CompensationDataType value)

Sets the value of the compensationData property.

Parameters
value Allowed object is CompensationDataType

public void setWorkerDocumentData (WorkerDocumentDataWWSType value)

Sets the value of the workerDocumentData property.

Parameters
value Allowed object is WorkerDocumentDataWWSType

public void setWorkerPositionData (WorkerPositionDataType value)

Sets the value of the workerPositionData property.

Parameters
value Allowed object is WorkerPositionDataType

public void setWorkerStatusData (WorkerStatusDataType value)

Sets the value of the workerStatusData property.

Parameters
value Allowed object is WorkerStatusDataType