public class

CompetencyAchievementDataV10Type

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CompetencyAchievementDataV10Type

Class Overview

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>
 

Summary

Fields
protected WorkerObjectType assessedByWorkerReference
protected XMLGregorianCalendar assessedOn
protected String assessmentComment
protected UniqueIdentifierObjectType competencyLevelBehaviorReference
protected CompetencyObjectType competencyReference
Public Constructors
CompetencyAchievementDataV10Type()
Public Methods
WorkerObjectType getAssessedByWorkerReference()
Gets the value of the assessedByWorkerReference property.
XMLGregorianCalendar getAssessedOn()
Gets the value of the assessedOn property.
String getAssessmentComment()
Gets the value of the assessmentComment property.
UniqueIdentifierObjectType getCompetencyLevelBehaviorReference()
Gets the value of the competencyLevelBehaviorReference property.
CompetencyObjectType getCompetencyReference()
Gets the value of the competencyReference property.
void setAssessedByWorkerReference(WorkerObjectType value)
Sets the value of the assessedByWorkerReference property.
void setAssessedOn(XMLGregorianCalendar value)
Sets the value of the assessedOn property.
void setAssessmentComment(String value)
Sets the value of the assessmentComment property.
void setCompetencyLevelBehaviorReference(UniqueIdentifierObjectType value)
Sets the value of the competencyLevelBehaviorReference property.
void setCompetencyReference(CompetencyObjectType value)
Sets the value of the competencyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected WorkerObjectType assessedByWorkerReference

protected XMLGregorianCalendar assessedOn

protected String assessmentComment

protected UniqueIdentifierObjectType competencyLevelBehaviorReference

protected CompetencyObjectType competencyReference

Public Constructors

public CompetencyAchievementDataV10Type ()

Public Methods

public WorkerObjectType getAssessedByWorkerReference ()

Gets the value of the assessedByWorkerReference property.

Returns

public XMLGregorianCalendar getAssessedOn ()

Gets the value of the assessedOn property.

Returns
  • possible object is XMLGregorianCalendar

public String getAssessmentComment ()

Gets the value of the assessmentComment property.

Returns
  • possible object is String

public UniqueIdentifierObjectType getCompetencyLevelBehaviorReference ()

Gets the value of the competencyLevelBehaviorReference property.

Returns

public CompetencyObjectType getCompetencyReference ()

Gets the value of the competencyReference property.

Returns

public void setAssessedByWorkerReference (WorkerObjectType value)

Sets the value of the assessedByWorkerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setAssessedOn (XMLGregorianCalendar value)

Sets the value of the assessedOn property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setAssessmentComment (String value)

Sets the value of the assessmentComment property.

Parameters
value Allowed object is String

public void setCompetencyLevelBehaviorReference (UniqueIdentifierObjectType value)

Sets the value of the competencyLevelBehaviorReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setCompetencyReference (CompetencyObjectType value)

Sets the value of the competencyReference property.

Parameters
value Allowed object is CompetencyObjectType