| java.lang.Object | |
| ↳ | com.workday.talent.PutSkillResponseType |
Response element for the Put Skill operation.
Java class for Put_Skill_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Skill_ResponseType">
<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="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Skill_Item_Category_Reference" type="{urn:com.workday/bsvc}Skill_Item_CategoryObjectType" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| inactive | |||||||||||
| name | |||||||||||
| skillItemCategoryReference | |||||||||||
| skillReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the skillItemCategoryReference property.
| |||||||||||
Gets the value of the skillReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the skillItemCategoryReference 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 id property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Gets the value of the skillItemCategoryReference property.
SkillItemCategoryObjectType
Gets the value of the skillReference property.
SkillItemObjectType
Gets the value of the version property.
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the skillItemCategoryReference property.
| value | Allowed object is
SkillItemCategoryObjectType
|
|---|
Sets the value of the skillReference property.
| value | Allowed object is
SkillItemObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|