public class

TalentAssessmentDataType

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

Class Overview

Contains the potential 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_Talent_Assessment_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected EmployeeTalentAssessmentDataType employeePotentialData

Public Constructors

public TalentAssessmentDataType ()

Public Methods

public EmployeeTalentAssessmentDataType getEmployeePotentialData ()

Gets the value of the employeePotentialData property.

Returns

public void setEmployeePotentialData (EmployeeTalentAssessmentDataType value)

Sets the value of the employeePotentialData property.

Parameters
value Allowed object is EmployeeTalentAssessmentDataType