public class

EmployeeEmployeeTalentAssessmentDataType

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

Class Overview

Contains the information about the employee's potential.

Java class for Employee_Employee_Talent_Assessment_DataType complex type.

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

 <complexType name="Employee_Employee_Talent_Assessment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Potential_Reference" type="{urn:com.workday/bsvc}PotentialObjectType" minOccurs="0"/>
         <element name="Achievable_Level_Reference" type="{urn:com.workday/bsvc}Achievable_LevelObjectType" minOccurs="0"/>
         <element name="Retention_Risk_Reference" type="{urn:com.workday/bsvc}RetentionObjectType" minOccurs="0"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AchievableLevelObjectType achievableLevelReference
protected String notes
protected PotentialObjectType potentialReference
protected RetentionObjectType retentionRiskReference
Public Constructors
EmployeeEmployeeTalentAssessmentDataType()
Public Methods
AchievableLevelObjectType getAchievableLevelReference()
Gets the value of the achievableLevelReference property.
String getNotes()
Gets the value of the notes property.
PotentialObjectType getPotentialReference()
Gets the value of the potentialReference property.
RetentionObjectType getRetentionRiskReference()
Gets the value of the retentionRiskReference property.
void setAchievableLevelReference(AchievableLevelObjectType value)
Sets the value of the achievableLevelReference property.
void setNotes(String value)
Sets the value of the notes property.
void setPotentialReference(PotentialObjectType value)
Sets the value of the potentialReference property.
void setRetentionRiskReference(RetentionObjectType value)
Sets the value of the retentionRiskReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AchievableLevelObjectType achievableLevelReference

protected String notes

protected PotentialObjectType potentialReference

protected RetentionObjectType retentionRiskReference

Public Constructors

public EmployeeEmployeeTalentAssessmentDataType ()

Public Methods

public AchievableLevelObjectType getAchievableLevelReference ()

Gets the value of the achievableLevelReference property.

Returns

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public PotentialObjectType getPotentialReference ()

Gets the value of the potentialReference property.

Returns

public RetentionObjectType getRetentionRiskReference ()

Gets the value of the retentionRiskReference property.

Returns

public void setAchievableLevelReference (AchievableLevelObjectType value)

Sets the value of the achievableLevelReference property.

Parameters
value Allowed object is AchievableLevelObjectType

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setPotentialReference (PotentialObjectType value)

Sets the value of the potentialReference property.

Parameters
value Allowed object is PotentialObjectType

public void setRetentionRiskReference (RetentionObjectType value)

Sets the value of the retentionRiskReference property.

Parameters
value Allowed object is RetentionObjectType