public class

TalentAssessmentDataType

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

Class Overview

Contains the talent assessment for the employee.

Java class for Talent_Assessment_DataType complex type.

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

 <complexType name="Talent_Assessment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Potential_Data" type="{urn:com.workday/bsvc}Employee_Employee_Talent_Assessment_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeEmployeeTalentAssessmentDataType employeePotentialData
Public Constructors
TalentAssessmentDataType()
Public Methods
EmployeeEmployeeTalentAssessmentDataType getEmployeePotentialData()
Gets the value of the employeePotentialData property.
void setEmployeePotentialData(EmployeeEmployeeTalentAssessmentDataType value)
Sets the value of the employeePotentialData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeEmployeeTalentAssessmentDataType employeePotentialData

Public Constructors

public TalentAssessmentDataType ()

Public Methods

public EmployeeEmployeeTalentAssessmentDataType getEmployeePotentialData ()

Gets the value of the employeePotentialData property.

Returns

public void setEmployeePotentialData (EmployeeEmployeeTalentAssessmentDataType value)

Sets the value of the employeePotentialData property.

Parameters
value Allowed object is EmployeeEmployeeTalentAssessmentDataType