| java.lang.Object | |
| ↳ | com.workday.talent.CompetencyAchievementDataType |
Wrapper element for Competency information.
Java class for Competency_Achievement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Competency_Achievement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Competency_Reference" type="{urn:com.workday/bsvc}CompetencyObjectType"/>
<choice>
<element name="Competency_Level_Reference" type="{urn:com.workday/bsvc}Competency_LevelObjectType" minOccurs="0"/>
<element name="Competency_Level_Behavior_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
</choice>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Assessed_On" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Assessed_By_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assessedByWorkerReference | |||||||||||
| assessedOn | |||||||||||
| competencyLevelBehaviorReference | |||||||||||
| competencyLevelReference | |||||||||||
| competencyReference | |||||||||||
| note | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assessedByWorkerReference property.
| |||||||||||
Gets the value of the assessedOn property.
| |||||||||||
Gets the value of the competencyLevelBehaviorReference property.
| |||||||||||
Gets the value of the competencyLevelReference property.
| |||||||||||
Gets the value of the competencyReference property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Sets the value of the assessedByWorkerReference property.
| |||||||||||
Sets the value of the assessedOn property.
| |||||||||||
Sets the value of the competencyLevelBehaviorReference property.
| |||||||||||
Sets the value of the competencyLevelReference property.
| |||||||||||
Sets the value of the competencyReference property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assessedByWorkerReference property.
WorkerObjectType
Gets the value of the assessedOn property.
Gets the value of the competencyLevelBehaviorReference property.
UniqueIdentifierObjectType
Gets the value of the competencyLevelReference property.
CompetencyLevelObjectType
Gets the value of the competencyReference property.
CompetencyObjectType
Gets the value of the note property.
Sets the value of the assessedByWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the assessedOn property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the competencyLevelBehaviorReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the competencyLevelReference property.
| value | Allowed object is
CompetencyLevelObjectType
|
|---|
Sets the value of the competencyReference property.
| value | Allowed object is
CompetencyObjectType
|
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|