public class

SkillType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.SkillType

Class Overview

Wrapper element for Skill Items.

Java class for SkillType complex type.

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

 <complexType name="SkillType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Skill_Reference" type="{urn:com.workday/bsvc}Skill_ItemObjectType" minOccurs="0"/>
         <element name="Skill_Data" type="{urn:com.workday/bsvc}Skill_Item_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected SkillItemDataType skillData
protected SkillItemObjectType skillReference
Public Constructors
SkillType()
Public Methods
SkillItemDataType getSkillData()
Gets the value of the skillData property.
SkillItemObjectType getSkillReference()
Gets the value of the skillReference property.
void setSkillData(SkillItemDataType value)
Sets the value of the skillData property.
void setSkillReference(SkillItemObjectType value)
Sets the value of the skillReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SkillItemDataType skillData

protected SkillItemObjectType skillReference

Public Constructors

public SkillType ()

Public Methods

public SkillItemDataType getSkillData ()

Gets the value of the skillData property.

Returns

public SkillItemObjectType getSkillReference ()

Gets the value of the skillReference property.

Returns

public void setSkillData (SkillItemDataType value)

Sets the value of the skillData property.

Parameters
value Allowed object is SkillItemDataType

public void setSkillReference (SkillItemObjectType value)

Sets the value of the skillReference property.

Parameters
value Allowed object is SkillItemObjectType