public class

CompetencyReferenceType

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

Class Overview

Reference element representing a unique instance of Competency.

Java class for Competency_ReferenceType complex type.

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

 <complexType name="Competency_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Competency_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String competencyName
Public Constructors
CompetencyReferenceType()
Public Methods
String getCompetencyName()
Gets the value of the competencyName property.
void setCompetencyName(String value)
Sets the value of the competencyName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String competencyName

Public Constructors

public CompetencyReferenceType ()

Public Methods

public String getCompetencyName ()

Gets the value of the competencyName property.

Returns
  • possible object is String

public void setCompetencyName (String value)

Sets the value of the competencyName property.

Parameters
value Allowed object is String