| java.lang.Object | |
| ↳ | workday.com.bsvc.CompetencyAchievementDataV10Type |
Wrapper element for Competency Data.
Java class for Competency_Achievement_Data__v10_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Competency_Achievement_Data__v10_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Competency_Level_Behavior_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Assessment_Comment" 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"/>
<element name="Competency_Reference" type="{urn:com.workday/bsvc}CompetencyObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assessedByWorkerReference | |||||||||||
| assessedOn | |||||||||||
| assessmentComment | |||||||||||
| competencyLevelBehaviorReference | |||||||||||
| competencyReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assessedByWorkerReference property.
| |||||||||||
Gets the value of the assessedOn property.
| |||||||||||
Gets the value of the assessmentComment property.
| |||||||||||
Gets the value of the competencyLevelBehaviorReference property.
| |||||||||||
Gets the value of the competencyReference property.
| |||||||||||
Sets the value of the assessedByWorkerReference property.
| |||||||||||
Sets the value of the assessedOn property.
| |||||||||||
Sets the value of the assessmentComment property.
| |||||||||||
Sets the value of the competencyLevelBehaviorReference property.
| |||||||||||
Sets the value of the competencyReference 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 assessmentComment property.
Gets the value of the competencyLevelBehaviorReference property.
UniqueIdentifierObjectType
Gets the value of the competencyReference property.
CompetencyObjectType
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 assessmentComment property.
| value | Allowed object is String |
|---|
Sets the value of the competencyLevelBehaviorReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the competencyReference property.
| value | Allowed object is
CompetencyObjectType
|
|---|

