public class

EmployeeTalentAssessmentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EmployeeTalentAssessmentDataType

Class Overview

Contains the information about the employee's potential.

Java class for Employee_Talent_Assessment_DataType complex type.

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

 <complexType name="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="Loss_Impact_Risk_Reference" type="{urn:com.workday/bsvc}Loss_ImpactObjectType" minOccurs="0"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AchievableLevelObjectType achievableLevelReference
protected LossImpactObjectType lossImpactRiskReference
protected String notes
protected PotentialObjectType potentialReference
protected RetentionObjectType retentionRiskReference
Public Constructors
EmployeeTalentAssessmentDataType()
Public Methods
AchievableLevelObjectType getAchievableLevelReference()
Gets the value of the achievableLevelReference property.
LossImpactObjectType getLossImpactRiskReference()
Gets the value of the lossImpactRiskReference 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 setLossImpactRiskReference(LossImpactObjectType value)
Sets the value of the lossImpactRiskReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AchievableLevelObjectType achievableLevelReference

protected LossImpactObjectType lossImpactRiskReference

protected String notes

protected PotentialObjectType potentialReference

protected RetentionObjectType retentionRiskReference

Public Constructors

public EmployeeTalentAssessmentDataType ()

Public Methods

public AchievableLevelObjectType getAchievableLevelReference ()

Gets the value of the achievableLevelReference property.

Returns

public LossImpactObjectType getLossImpactRiskReference ()

Gets the value of the lossImpactRiskReference 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 setLossImpactRiskReference (LossImpactObjectType value)

Sets the value of the lossImpactRiskReference property.

Parameters
value Allowed object is LossImpactObjectType

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