public class

CompetencyLevelDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.CompetencyLevelDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String competencyLevelID
protected String competencyLevelName
protected BigDecimal competencyLevelValue
protected Boolean excludeFromCalculations
protected BigDecimal rangeBegin
protected BigDecimal rangeEnd
protected String ratingOrder
Public Constructors
CompetencyLevelDataType()
Public Methods
String getCompetencyLevelID()
Gets the value of the competencyLevelID property.
String getCompetencyLevelName()
Gets the value of the competencyLevelName property.
BigDecimal getCompetencyLevelValue()
Gets the value of the competencyLevelValue property.
Boolean getExcludeFromCalculations()
Gets the value of the excludeFromCalculations property.
BigDecimal getRangeBegin()
Gets the value of the rangeBegin property.
BigDecimal getRangeEnd()
Gets the value of the rangeEnd property.
String getRatingOrder()
Gets the value of the ratingOrder property.
void setCompetencyLevelID(String value)
Sets the value of the competencyLevelID property.
void setCompetencyLevelName(String value)
Sets the value of the competencyLevelName property.
void setCompetencyLevelValue(BigDecimal value)
Sets the value of the competencyLevelValue property.
void setExcludeFromCalculations(Boolean value)
Sets the value of the excludeFromCalculations property.
void setRangeBegin(BigDecimal value)
Sets the value of the rangeBegin property.
void setRangeEnd(BigDecimal value)
Sets the value of the rangeEnd property.
void setRatingOrder(String value)
Sets the value of the ratingOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String competencyLevelID

protected String competencyLevelName

protected BigDecimal competencyLevelValue

protected Boolean excludeFromCalculations

protected BigDecimal rangeBegin

protected BigDecimal rangeEnd

protected String ratingOrder

Public Constructors

public CompetencyLevelDataType ()

Public Methods

public String getCompetencyLevelID ()

Gets the value of the competencyLevelID property.

Returns
  • possible object is String

public String getCompetencyLevelName ()

Gets the value of the competencyLevelName property.

Returns
  • possible object is String

public BigDecimal getCompetencyLevelValue ()

Gets the value of the competencyLevelValue property.

Returns
  • possible object is BigDecimal

public Boolean getExcludeFromCalculations ()

Gets the value of the excludeFromCalculations property. This getter has been renamed from isExcludeFromCalculations() to getExcludeFromCalculations() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getRangeBegin ()

Gets the value of the rangeBegin property.

Returns
  • possible object is BigDecimal

public BigDecimal getRangeEnd ()

Gets the value of the rangeEnd property.

Returns
  • possible object is BigDecimal

public String getRatingOrder ()

Gets the value of the ratingOrder property.

Returns
  • possible object is String

public void setCompetencyLevelID (String value)

Sets the value of the competencyLevelID property.

Parameters
value Allowed object is String

public void setCompetencyLevelName (String value)

Sets the value of the competencyLevelName property.

Parameters
value Allowed object is String

public void setCompetencyLevelValue (BigDecimal value)

Sets the value of the competencyLevelValue property.

Parameters
value Allowed object is BigDecimal

public void setExcludeFromCalculations (Boolean value)

Sets the value of the excludeFromCalculations property.

Parameters
value Allowed object is Boolean

public void setRangeBegin (BigDecimal value)

Sets the value of the rangeBegin property.

Parameters
value Allowed object is BigDecimal

public void setRangeEnd (BigDecimal value)

Sets the value of the rangeEnd property.

Parameters
value Allowed object is BigDecimal

public void setRatingOrder (String value)

Sets the value of the ratingOrder property.

Parameters
value Allowed object is String