public class

SkillItemCategoryDataType

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

Class Overview

Contains all the information about a Skill Item Category.

Java class for Skill_Item_Category_DataType complex type.

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

 <complexType name="Skill_Item_Category_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Category_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Reference" type="{urn:com.workday/bsvc}Skill_ItemObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String categoryID
protected String name
protected List<SkillItemObjectType> reference
Public Constructors
SkillItemCategoryDataType()
Public Methods
String getCategoryID()
Gets the value of the categoryID property.
String getName()
Gets the value of the name property.
List<SkillItemObjectType> getReference()
Gets the value of the reference property.
void setCategoryID(String value)
Sets the value of the categoryID property.
void setName(String value)
Sets the value of the name property.
void setReference(List<SkillItemObjectType> reference)
Sets the value of the reference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String categoryID

protected String name

protected List<SkillItemObjectType> reference

Public Constructors

public SkillItemCategoryDataType ()

Public Methods

public String getCategoryID ()

Gets the value of the categoryID property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public List<SkillItemObjectType> getReference ()

Gets the value of the reference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the reference property.

For example, to add a new item, do as follows:

    getReference().add(newItem);
 

Objects of the following type(s) are allowed in the list SkillItemObjectType

public void setCategoryID (String value)

Sets the value of the categoryID 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

public void setReference (List<SkillItemObjectType> reference)

Sets the value of the reference property.

Parameters
reference Allowed object is SkillItemObjectType