| java.lang.Object | |
| ↳ | com.workday.hr.SkillType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| skillData | |||||||||||
| skillReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the skillData property.
| |||||||||||
Gets the value of the skillReference property.
| |||||||||||
Sets the value of the skillData property.
| |||||||||||
Sets the value of the skillReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the skillData property.
SkillItemDataType
Gets the value of the skillReference property.
SkillItemObjectType
Sets the value of the skillData property.
| value | Allowed object is
SkillItemDataType
|
|---|
Sets the value of the skillReference property.
| value | Allowed object is
SkillItemObjectType
|
|---|

