| java.lang.Object | |
| ↳ | com.workday.talent.CompetencyLevelDataType |
This element contains the data elements for a Competency Level.
Java class for Competency_Level_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Competency_Level_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Competency_Level_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Rating_Order" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="Competency_Level_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Exclude_From_Calculations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Competency_Level_Value" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="11"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Range_End" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="11"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Range_Begin" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="11"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| competencyLevelID | |||||||||||
| competencyLevelName | |||||||||||
| competencyLevelValue | |||||||||||
| excludeFromCalculations | |||||||||||
| rangeBegin | |||||||||||
| rangeEnd | |||||||||||
| ratingOrder | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the competencyLevelID property.
| |||||||||||
Gets the value of the competencyLevelName property.
| |||||||||||
Gets the value of the competencyLevelValue property.
| |||||||||||
Gets the value of the excludeFromCalculations property.
| |||||||||||
Gets the value of the rangeBegin property.
| |||||||||||
Gets the value of the rangeEnd property.
| |||||||||||
Gets the value of the ratingOrder property.
| |||||||||||
Sets the value of the competencyLevelID property.
| |||||||||||
Sets the value of the competencyLevelName property.
| |||||||||||
Sets the value of the competencyLevelValue property.
| |||||||||||
Sets the value of the excludeFromCalculations property.
| |||||||||||
Sets the value of the rangeBegin property.
| |||||||||||
Sets the value of the rangeEnd property.
| |||||||||||
Sets the value of the ratingOrder property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the competencyLevelID property.
Gets the value of the competencyLevelName property.
Gets the value of the competencyLevelValue property.
Gets the value of the excludeFromCalculations property. This getter has been renamed from isExcludeFromCalculations() to getExcludeFromCalculations() by cxf-xjc-boolean plugin.
Gets the value of the rangeBegin property.
Gets the value of the rangeEnd property.
Gets the value of the ratingOrder property.
Sets the value of the competencyLevelID property.
| value | Allowed object is String |
|---|
Sets the value of the competencyLevelName property.
| value | Allowed object is String |
|---|
Sets the value of the competencyLevelValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the excludeFromCalculations property.
| value | Allowed object is Boolean |
|---|
Sets the value of the rangeBegin property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the rangeEnd property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the ratingOrder property.
| value | Allowed object is String |
|---|