public class

CompetencyAchievementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.CompetencyAchievementDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerObjectType assessedByWorkerReference
protected XMLGregorianCalendar assessedOn
protected UniqueIdentifierObjectType competencyLevelBehaviorReference
protected CompetencyLevelObjectType competencyLevelReference
protected CompetencyObjectType competencyReference
protected String note
Public Constructors
CompetencyAchievementDataType()
Public Methods
WorkerObjectType getAssessedByWorkerReference()
Gets the value of the assessedByWorkerReference property.
XMLGregorianCalendar getAssessedOn()
Gets the value of the assessedOn property.
UniqueIdentifierObjectType getCompetencyLevelBehaviorReference()
Gets the value of the competencyLevelBehaviorReference property.
CompetencyLevelObjectType getCompetencyLevelReference()
Gets the value of the competencyLevelReference property.
CompetencyObjectType getCompetencyReference()
Gets the value of the competencyReference property.
String getNote()
Gets the value of the note property.
void setAssessedByWorkerReference(WorkerObjectType value)
Sets the value of the assessedByWorkerReference property.
void setAssessedOn(XMLGregorianCalendar value)
Sets the value of the assessedOn property.
void setCompetencyLevelBehaviorReference(UniqueIdentifierObjectType value)
Sets the value of the competencyLevelBehaviorReference property.
void setCompetencyLevelReference(CompetencyLevelObjectType value)
Sets the value of the competencyLevelReference property.
void setCompetencyReference(CompetencyObjectType value)
Sets the value of the competencyReference property.
void setNote(String value)
Sets the value of the note property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerObjectType assessedByWorkerReference

protected XMLGregorianCalendar assessedOn

protected UniqueIdentifierObjectType competencyLevelBehaviorReference

protected CompetencyLevelObjectType competencyLevelReference

protected CompetencyObjectType competencyReference

protected String note

Public Constructors

public CompetencyAchievementDataType ()

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 UniqueIdentifierObjectType getCompetencyLevelBehaviorReference ()

Gets the value of the competencyLevelBehaviorReference property.

Returns

public CompetencyLevelObjectType getCompetencyLevelReference ()

Gets the value of the competencyLevelReference property.

Returns

public CompetencyObjectType getCompetencyReference ()

Gets the value of the competencyReference property.

Returns

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

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 setCompetencyLevelBehaviorReference (UniqueIdentifierObjectType value)

Sets the value of the competencyLevelBehaviorReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setCompetencyLevelReference (CompetencyLevelObjectType value)

Sets the value of the competencyLevelReference property.

Parameters
value Allowed object is CompetencyLevelObjectType

public void setCompetencyReference (CompetencyObjectType value)

Sets the value of the competencyReference property.

Parameters
value Allowed object is CompetencyObjectType

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String