public class

CompetencyQualificationProfileReplacementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.CompetencyQualificationProfileReplacementDataType

Class Overview

Replacement element containing Competency Qualifications for the Job Profile When updating a Job Profile, all Competencies for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Competencies are not changed.

Java class for Competency_Qualification_Profile_Replacement_DataType complex type.

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

 <complexType name="Competency_Qualification_Profile_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Competency_Reference" type="{urn:com.workday/bsvc}SkillObjectType"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompetencyLevelObjectType competencyLevelReference
protected SkillObjectType competencyReference
protected Boolean required
Public Constructors
CompetencyQualificationProfileReplacementDataType()
Public Methods
CompetencyLevelObjectType getCompetencyLevelReference()
Gets the value of the competencyLevelReference property.
SkillObjectType getCompetencyReference()
Gets the value of the competencyReference property.
Boolean getRequired()
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 setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompetencyLevelObjectType competencyLevelReference

protected SkillObjectType competencyReference

protected Boolean required

Public Constructors

public CompetencyQualificationProfileReplacementDataType ()

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 Boolean getRequired ()

Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.

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 setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean