public class

AssessPotentialEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.AssessPotentialEventDataType

Class Overview

Contains the information about the employee's potential.

Java class for Assess_Potential_Event_DataType complex type.

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

 <complexType name="Assess_Potential_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Talent_Matrix_Placement_Reference" type="{urn:com.workday/bsvc}Talent_Matrix_Placement_Review_RatingObjectType" minOccurs="0"/>
         <element name="Potential_Reference" type="{urn:com.workday/bsvc}PotentialObjectType" minOccurs="0"/>
         <element name="Review_Rating_Reference" type="{urn:com.workday/bsvc}Review_RatingObjectType" minOccurs="0"/>
         <element name="Achievable_Level_Reference" type="{urn:com.workday/bsvc}Achievable_LevelObjectType" minOccurs="0"/>
         <element name="Retention_Reference" type="{urn:com.workday/bsvc}RetentionObjectType" minOccurs="0"/>
         <element name="Loss_Impact_Reference" type="{urn:com.workday/bsvc}Loss_ImpactObjectType" minOccurs="0"/>
         <element name="Nominations_Data" type="{urn:com.workday/bsvc}Nomination_DataType" maxOccurs="unbounded" 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 lossImpactReference
protected List<NominationDataType> nominationsData
protected String notes
protected PotentialObjectType potentialReference
protected RetentionObjectType retentionReference
protected ReviewRatingObjectType reviewRatingReference
protected TalentMatrixPlacementReviewRatingObjectType talentMatrixPlacementReference
Public Constructors
AssessPotentialEventDataType()
Public Methods
AchievableLevelObjectType getAchievableLevelReference()
Gets the value of the achievableLevelReference property.
LossImpactObjectType getLossImpactReference()
Gets the value of the lossImpactReference property.
List<NominationDataType> getNominationsData()
Gets the value of the nominationsData property.
String getNotes()
Gets the value of the notes property.
PotentialObjectType getPotentialReference()
Gets the value of the potentialReference property.
RetentionObjectType getRetentionReference()
Gets the value of the retentionReference property.
ReviewRatingObjectType getReviewRatingReference()
Gets the value of the reviewRatingReference property.
TalentMatrixPlacementReviewRatingObjectType getTalentMatrixPlacementReference()
Gets the value of the talentMatrixPlacementReference property.
void setAchievableLevelReference(AchievableLevelObjectType value)
Sets the value of the achievableLevelReference property.
void setLossImpactReference(LossImpactObjectType value)
Sets the value of the lossImpactReference property.
void setNominationsData(List<NominationDataType> nominationsData)
Sets the value of the nominationsData property.
void setNotes(String value)
Sets the value of the notes property.
void setPotentialReference(PotentialObjectType value)
Sets the value of the potentialReference property.
void setRetentionReference(RetentionObjectType value)
Sets the value of the retentionReference property.
void setReviewRatingReference(ReviewRatingObjectType value)
Sets the value of the reviewRatingReference property.
void setTalentMatrixPlacementReference(TalentMatrixPlacementReviewRatingObjectType value)
Sets the value of the talentMatrixPlacementReference 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 lossImpactReference

protected List<NominationDataType> nominationsData

protected String notes

protected PotentialObjectType potentialReference

protected RetentionObjectType retentionReference

protected ReviewRatingObjectType reviewRatingReference

protected TalentMatrixPlacementReviewRatingObjectType talentMatrixPlacementReference

Public Constructors

public AssessPotentialEventDataType ()

Public Methods

public AchievableLevelObjectType getAchievableLevelReference ()

Gets the value of the achievableLevelReference property.

Returns

public LossImpactObjectType getLossImpactReference ()

Gets the value of the lossImpactReference property.

Returns

public List<NominationDataType> getNominationsData ()

Gets the value of the nominationsData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nominationsData property.

For example, to add a new item, do as follows:

    getNominationsData().add(newItem);
 

Objects of the following type(s) are allowed in the list NominationDataType

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 getRetentionReference ()

Gets the value of the retentionReference property.

Returns

public ReviewRatingObjectType getReviewRatingReference ()

Gets the value of the reviewRatingReference property.

Returns

public TalentMatrixPlacementReviewRatingObjectType getTalentMatrixPlacementReference ()

Gets the value of the talentMatrixPlacementReference property.

Returns

public void setAchievableLevelReference (AchievableLevelObjectType value)

Sets the value of the achievableLevelReference property.

Parameters
value Allowed object is AchievableLevelObjectType

public void setLossImpactReference (LossImpactObjectType value)

Sets the value of the lossImpactReference property.

Parameters
value Allowed object is LossImpactObjectType

public void setNominationsData (List<NominationDataType> nominationsData)

Sets the value of the nominationsData property.

Parameters
nominationsData Allowed object is NominationDataType

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 setRetentionReference (RetentionObjectType value)

Sets the value of the retentionReference property.

Parameters
value Allowed object is RetentionObjectType

public void setReviewRatingReference (ReviewRatingObjectType value)

Sets the value of the reviewRatingReference property.

Parameters
value Allowed object is ReviewRatingObjectType

public void setTalentMatrixPlacementReference (TalentMatrixPlacementReviewRatingObjectType value)

Sets the value of the talentMatrixPlacementReference property.

Parameters
value Allowed object is TalentMatrixPlacementReviewRatingObjectType