public class

CompetencyProfileForJobDataType

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

Class Overview

Contains the competency profile's information for a position.

Java class for Competency_Profile_for_Job_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Competency_Profile_for_Job_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Competency_Reference" type="{urn:com.workday/bsvc}SkillObjectType" minOccurs="0"/>
         <element name="Competency_Level_Reference" type="{urn:com.workday/bsvc}Competency_LevelObjectType" minOccurs="0"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Qualification_Source_Reference" type="{urn:com.workday/bsvc}Job_Qualification_Profile_TargetObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CompetencyLevelObjectType competencyLevelReference
protected SkillObjectType competencyReference
protected JobQualificationProfileTargetObjectType qualificationSourceReference
protected Boolean required
Public Constructors
CompetencyProfileForJobDataType()
Public Methods
CompetencyLevelObjectType getCompetencyLevelReference()
Gets the value of the competencyLevelReference property.
SkillObjectType getCompetencyReference()
Gets the value of the competencyReference property.
JobQualificationProfileTargetObjectType getQualificationSourceReference()
Gets the value of the qualificationSourceReference property.
Boolean isRequired()
Gets the value of the required property.
void setCompetencyLevelReference(CompetencyLevelObjectType value)
Sets the value of the competencyLevelReference property.
void setCompetencyReference(SkillObjectType value)
Sets the value of the competencyReference property.
void setQualificationSourceReference(JobQualificationProfileTargetObjectType value)
Sets the value of the qualificationSourceReference property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompetencyLevelObjectType competencyLevelReference

protected SkillObjectType competencyReference

protected JobQualificationProfileTargetObjectType qualificationSourceReference

protected Boolean required

Public Constructors

public CompetencyProfileForJobDataType ()

Public Methods

public CompetencyLevelObjectType getCompetencyLevelReference ()

Gets the value of the competencyLevelReference property.

Returns

public SkillObjectType getCompetencyReference ()

Gets the value of the competencyReference property.

Returns

public JobQualificationProfileTargetObjectType getQualificationSourceReference ()

Gets the value of the qualificationSourceReference property.

Returns

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

public void setCompetencyLevelReference (CompetencyLevelObjectType value)

Sets the value of the competencyLevelReference property.

Parameters
value Allowed object is CompetencyLevelObjectType

public void setCompetencyReference (SkillObjectType value)

Sets the value of the competencyReference property.

Parameters
value Allowed object is SkillObjectType

public void setQualificationSourceReference (JobQualificationProfileTargetObjectType value)

Sets the value of the qualificationSourceReference property.

Parameters
value Allowed object is JobQualificationProfileTargetObjectType

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean