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

