| java.lang.Object | |
| ↳ | com.workday.staffing.PerformanceImprovementPlanDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| performanceImprovementPlanReference | |||||||||||
| reviewData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the performanceImprovementPlanReference property.
| |||||||||||
Gets the value of the reviewData property.
| |||||||||||
Sets the value of the performanceImprovementPlanReference property.
| |||||||||||
Sets the value of the reviewData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the performanceImprovementPlanReference property.
UniqueIdentifierObjectType
Gets the value of the reviewData property.
EmployeeReviewDetailsDataType
Sets the value of the performanceImprovementPlanReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the reviewData property.
| value | Allowed object is
EmployeeReviewDetailsDataType
|
|---|

