| java.lang.Object | |
| ↳ | workday.com.bsvc.EmployeeTalentAssessmentDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| achievableLevelReference | |||||||||||
| lossImpactRiskReference | |||||||||||
| notes | |||||||||||
| potentialReference | |||||||||||
| retentionRiskReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the achievableLevelReference property.
| |||||||||||
Gets the value of the lossImpactRiskReference property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the potentialReference property.
| |||||||||||
Gets the value of the retentionRiskReference property.
| |||||||||||
Sets the value of the achievableLevelReference property.
| |||||||||||
Sets the value of the lossImpactRiskReference property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the potentialReference property.
| |||||||||||
Sets the value of the retentionRiskReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the achievableLevelReference property.
AchievableLevelObjectType
Gets the value of the lossImpactRiskReference property.
LossImpactObjectType
Gets the value of the notes property.
Gets the value of the potentialReference property.
PotentialObjectType
Gets the value of the retentionRiskReference property.
RetentionObjectType
Sets the value of the achievableLevelReference property.
| value | Allowed object is
AchievableLevelObjectType
|
|---|
Sets the value of the lossImpactRiskReference property.
| value | Allowed object is
LossImpactObjectType
|
|---|
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 retentionRiskReference property.
| value | Allowed object is
RetentionObjectType
|
|---|

