public class

PerformanceImprovementPlanDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.PerformanceImprovementPlanDataType

Class Overview

Contains the latest completed performance improvement plan for the employee.

Java class for Performance_Improvement_Plan_DataType complex type.

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

 <complexType name="Performance_Improvement_Plan_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Performance_Improvement_Plan_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Review_Data" type="{urn:com.workday/bsvc}Employee_Review_Details_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType performanceImprovementPlanReference
protected EmployeeReviewDetailsDataType reviewData
Public Constructors
PerformanceImprovementPlanDataType()
Public Methods
UniqueIdentifierObjectType getPerformanceImprovementPlanReference()
Gets the value of the performanceImprovementPlanReference property.
EmployeeReviewDetailsDataType getReviewData()
Gets the value of the reviewData property.
void setPerformanceImprovementPlanReference(UniqueIdentifierObjectType value)
Sets the value of the performanceImprovementPlanReference property.
void setReviewData(EmployeeReviewDetailsDataType value)
Sets the value of the reviewData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType performanceImprovementPlanReference

protected EmployeeReviewDetailsDataType reviewData

Public Constructors

public PerformanceImprovementPlanDataType ()

Public Methods

public UniqueIdentifierObjectType getPerformanceImprovementPlanReference ()

Gets the value of the performanceImprovementPlanReference property.

Returns

public EmployeeReviewDetailsDataType getReviewData ()

Gets the value of the reviewData property.

Returns

public void setPerformanceImprovementPlanReference (UniqueIdentifierObjectType value)

Sets the value of the performanceImprovementPlanReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setReviewData (EmployeeReviewDetailsDataType value)

Sets the value of the reviewData property.

Parameters
value Allowed object is EmployeeReviewDetailsDataType