public class

CompetencyProfileForJobType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.CompetencyProfileForJobType

Class Overview

Contains the position's competency information.

Java class for Competency_Profile_for_JobType complex type.

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

 <complexType name="Competency_Profile_for_JobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Competency_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Competency_Profile_Data" type="{urn:com.workday/bsvc}Competency_Profile_for_Job_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompetencyProfileForJobDataType competencyProfileData
protected UniqueIdentifierObjectType competencyProfileReference
Public Constructors
CompetencyProfileForJobType()
Public Methods
CompetencyProfileForJobDataType getCompetencyProfileData()
Gets the value of the competencyProfileData property.
UniqueIdentifierObjectType getCompetencyProfileReference()
Gets the value of the competencyProfileReference property.
void setCompetencyProfileData(CompetencyProfileForJobDataType value)
Sets the value of the competencyProfileData property.
void setCompetencyProfileReference(UniqueIdentifierObjectType value)
Sets the value of the competencyProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompetencyProfileForJobDataType competencyProfileData

protected UniqueIdentifierObjectType competencyProfileReference

Public Constructors

public CompetencyProfileForJobType ()

Public Methods

public CompetencyProfileForJobDataType getCompetencyProfileData ()

Gets the value of the competencyProfileData property.

Returns

public UniqueIdentifierObjectType getCompetencyProfileReference ()

Gets the value of the competencyProfileReference property.

Returns

public void setCompetencyProfileData (CompetencyProfileForJobDataType value)

Sets the value of the competencyProfileData property.

Parameters
value Allowed object is CompetencyProfileForJobDataType

public void setCompetencyProfileReference (UniqueIdentifierObjectType value)

Sets the value of the competencyProfileReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType