| java.lang.Object | |
| ↳ | com.workday.performancemanagement.CompetencyDataType |
This element contains the data elements for a Competency.
Java class for Competency_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Competency_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Competency_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Competency_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Competency_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Competency_Category_Reference" type="{urn:com.workday/bsvc}Competency_CategoryObjectType" minOccurs="0"/>
<element name="Competency_Level_Behavior_Data" type="{urn:com.workday/bsvc}Competency_Level_Behavior_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| competencyCategoryReference | |||||||||||
| competencyDescription | |||||||||||
| competencyID | |||||||||||
| competencyLevelBehaviorData | |||||||||||
| competencyName | |||||||||||
| inactive | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the competencyCategoryReference property.
| |||||||||||
Gets the value of the competencyDescription property.
| |||||||||||
Gets the value of the competencyID property.
| |||||||||||
Gets the value of the competencyLevelBehaviorData property.
| |||||||||||
Gets the value of the competencyName property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Sets the value of the competencyCategoryReference property.
| |||||||||||
Sets the value of the competencyDescription property.
| |||||||||||
Sets the value of the competencyID property.
| |||||||||||
Sets the value of the competencyLevelBehaviorData property.
| |||||||||||
Sets the value of the competencyName property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the competencyCategoryReference property.
CompetencyCategoryObjectType
Gets the value of the competencyDescription property.
Gets the value of the competencyID property.
Gets the value of the competencyLevelBehaviorData 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 competencyLevelBehaviorData property.
For example, to add a new item, do as follows:
getCompetencyLevelBehaviorData().add(newItem);
Objects of the following type(s) are allowed in the list
CompetencyLevelBehaviorDataType
Gets the value of the competencyName property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Sets the value of the competencyCategoryReference property.
| value | Allowed object is
CompetencyCategoryObjectType
|
|---|
Sets the value of the competencyDescription property.
| value | Allowed object is String |
|---|
Sets the value of the competencyID property.
| value | Allowed object is String |
|---|
Sets the value of the competencyLevelBehaviorData property.
| competencyLevelBehaviorData | Allowed object is
CompetencyLevelBehaviorDataType
|
|---|
Sets the value of the competencyName property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|