| java.lang.Object | |
| ↳ | com.workday.talent.PutSkillRequestType |
Contains the information neccessary to add or edit a Skill Item.
Java class for Put_Skill_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Skill_RequestType">
<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>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| skillData | |||||||||||
| skillReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addOnly property.
| |||||||||||
Gets the value of the skillData property.
| |||||||||||
Gets the value of the skillReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the skillData property.
| |||||||||||
Sets the value of the skillReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addOnly property. This getter has been renamed from isAddOnly() to getAddOnly() by cxf-xjc-boolean plugin.
Gets the value of the skillData property.
SkillItemDataType
Gets the value of the skillReference property.
SkillItemObjectType
Gets the value of the version property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the skillData property.
| value | Allowed object is
SkillItemDataType
|
|---|
Sets the value of the skillReference property.
| value | Allowed object is
SkillItemObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|