| java.lang.Object | |
| ↳ | com.workday.talent.PutSkillItemCategoryResponseType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| categoryReference | |||||||||||
| id | |||||||||||
| name | |||||||||||
| skillItemReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the categoryReference property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the skillItemReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the categoryReference property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the skillItemReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the categoryReference property.
SkillItemCategoryObjectType
Gets the value of the id property.
Gets the value of the name property.
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
Gets the value of the version property.
Sets the value of the categoryReference property.
| value | Allowed object is
SkillItemCategoryObjectType
|
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the skillItemReference property.
| skillItemReference | Allowed object is
SkillItemObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|