public class

DevelopmentPlanDataType

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

Class Overview

Contains the latest completed development plan for the employee.

Java class for Development_Plan_DataType complex type.

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

 <complexType name="Development_Plan_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Development_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 developmentPlanReference
protected EmployeeReviewDetailsDataType reviewData
Public Constructors
DevelopmentPlanDataType()
Public Methods
UniqueIdentifierObjectType getDevelopmentPlanReference()
Gets the value of the developmentPlanReference property.
EmployeeReviewDetailsDataType getReviewData()
Gets the value of the reviewData property.
void setDevelopmentPlanReference(UniqueIdentifierObjectType value)
Sets the value of the developmentPlanReference 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 developmentPlanReference

protected EmployeeReviewDetailsDataType reviewData

Public Constructors

public DevelopmentPlanDataType ()

Public Methods

public UniqueIdentifierObjectType getDevelopmentPlanReference ()

Gets the value of the developmentPlanReference property.

Returns

public EmployeeReviewDetailsDataType getReviewData ()

Gets the value of the reviewData property.

Returns

public void setDevelopmentPlanReference (UniqueIdentifierObjectType value)

Sets the value of the developmentPlanReference 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