public class

PutSkillItemCategoryResponseType

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

Class Overview

An element that is returned after a Skill Item Category is created/edited.

Java class for Put_Skill_Item_Category_ResponseType complex type.

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

 <complexType name="Put_Skill_Item_Category_ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Category_Reference" type="{urn:com.workday/bsvc}Skill_Item_CategoryObjectType" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Skill_Item_Reference" type="{urn:com.workday/bsvc}Skill_ItemObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected SkillItemCategoryObjectType categoryReference
protected String id
protected String name
protected List<SkillItemObjectType> skillItemReference
protected String version
Public Constructors
PutSkillItemCategoryResponseType()
Public Methods
SkillItemCategoryObjectType getCategoryReference()
Gets the value of the categoryReference property.
String getID()
Gets the value of the id property.
String getName()
Gets the value of the name property.
List<SkillItemObjectType> getSkillItemReference()
Gets the value of the skillItemReference property.
String getVersion()
Gets the value of the version property.
void setCategoryReference(SkillItemCategoryObjectType value)
Sets the value of the categoryReference property.
void setID(String value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setSkillItemReference(List<SkillItemObjectType> skillItemReference)
Sets the value of the skillItemReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SkillItemCategoryObjectType categoryReference

protected String id

protected String name

protected List<SkillItemObjectType> skillItemReference

protected String version

Public Constructors

public PutSkillItemCategoryResponseType ()

Public Methods

public SkillItemCategoryObjectType getCategoryReference ()

Gets the value of the categoryReference property.

Returns

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public List<SkillItemObjectType> getSkillItemReference ()

Gets the value of the skillItemReference 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 skillItemReference property.

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

    getSkillItemReference().add(newItem);
 

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

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setCategoryReference (SkillItemCategoryObjectType value)

Sets the value of the categoryReference property.

Parameters
value Allowed object is SkillItemCategoryObjectType

public void setID (String value)

Sets the value of the id 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 setSkillItemReference (List<SkillItemObjectType> skillItemReference)

Sets the value of the skillItemReference property.

Parameters
skillItemReference Allowed object is SkillItemObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String