public class

CompetencyCategoryDataType

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

Class Overview

Competency Category Details

Java class for Competency_Category_DataType complex type.

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

 <complexType name="Competency_Category_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String code
protected String description
protected String name
Public Constructors
CompetencyCategoryDataType()
Public Methods
String getCode()
Gets the value of the code property.
String getDescription()
Gets the value of the description property.
String getName()
Gets the value of the name property.
void setCode(String value)
Sets the value of the code property.
void setDescription(String value)
Sets the value of the description property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String code

protected String description

protected String name

Public Constructors

public CompetencyCategoryDataType ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String