| java.lang.Object | |
| ↳ | com.workday.talent.AssessPotentialEventDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| achievableLevelReference | |||||||||||
| lossImpactReference | |||||||||||
| nominationsData | |||||||||||
| notes | |||||||||||
| potentialReference | |||||||||||
| retentionReference | |||||||||||
| reviewRatingReference | |||||||||||
| talentMatrixPlacementReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the achievableLevelReference property.
| |||||||||||
Gets the value of the lossImpactReference property.
| |||||||||||
Gets the value of the nominationsData property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the potentialReference property.
| |||||||||||
Gets the value of the retentionReference property.
| |||||||||||
Gets the value of the reviewRatingReference property.
| |||||||||||
Gets the value of the talentMatrixPlacementReference property.
| |||||||||||
Sets the value of the achievableLevelReference property.
| |||||||||||
Sets the value of the lossImpactReference property.
| |||||||||||
Sets the value of the nominationsData property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the potentialReference property.
| |||||||||||
Sets the value of the retentionReference property.
| |||||||||||
Sets the value of the reviewRatingReference property.
| |||||||||||
Sets the value of the talentMatrixPlacementReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the achievableLevelReference property.
AchievableLevelObjectType
Gets the value of the lossImpactReference property.
LossImpactObjectType
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
Gets the value of the notes property.
Gets the value of the potentialReference property.
PotentialObjectType
Gets the value of the retentionReference property.
RetentionObjectType
Gets the value of the reviewRatingReference property.
ReviewRatingObjectType
Gets the value of the talentMatrixPlacementReference property.
TalentMatrixPlacementReviewRatingObjectType
Sets the value of the achievableLevelReference property.
| value | Allowed object is
AchievableLevelObjectType
|
|---|
Sets the value of the lossImpactReference property.
| value | Allowed object is
LossImpactObjectType
|
|---|
Sets the value of the nominationsData property.
| nominationsData | Allowed object is
NominationDataType
|
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the potentialReference property.
| value | Allowed object is
PotentialObjectType
|
|---|
Sets the value of the retentionReference property.
| value | Allowed object is
RetentionObjectType
|
|---|
Sets the value of the reviewRatingReference property.
| value | Allowed object is
ReviewRatingObjectType
|
|---|
Sets the value of the talentMatrixPlacementReference property.
| value | Allowed object is
TalentMatrixPlacementReviewRatingObjectType
|
|---|