public class

DifficultyToFillDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.DifficultyToFillDataType

Class Overview

Container for the difficulty to fill data.

Java class for Difficulty_to_Fill_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Difficulty_to_Fill_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Difficulty_to_Fill_Sort_Order" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Difficulty_to_Fill_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Difficulty_to_Fill_Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Difficulty_to_Fill_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Difficulty_to_Fill_Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String difficultyToFillCode
protected String difficultyToFillDescription
protected Boolean difficultyToFillInactive
protected String difficultyToFillName
protected String difficultyToFillSortOrder
Public Constructors
DifficultyToFillDataType()
Public Methods
String getDifficultyToFillCode()
Gets the value of the difficultyToFillCode property.
String getDifficultyToFillDescription()
Gets the value of the difficultyToFillDescription property.
Boolean getDifficultyToFillInactive()
Gets the value of the difficultyToFillInactive property.
String getDifficultyToFillName()
Gets the value of the difficultyToFillName property.
String getDifficultyToFillSortOrder()
Gets the value of the difficultyToFillSortOrder property.
void setDifficultyToFillCode(String value)
Sets the value of the difficultyToFillCode property.
void setDifficultyToFillDescription(String value)
Sets the value of the difficultyToFillDescription property.
void setDifficultyToFillInactive(Boolean value)
Sets the value of the difficultyToFillInactive property.
void setDifficultyToFillName(String value)
Sets the value of the difficultyToFillName property.
void setDifficultyToFillSortOrder(String value)
Sets the value of the difficultyToFillSortOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String difficultyToFillCode

protected String difficultyToFillDescription

protected Boolean difficultyToFillInactive

protected String difficultyToFillName

protected String difficultyToFillSortOrder

Public Constructors

public DifficultyToFillDataType ()

Public Methods

public String getDifficultyToFillCode ()

Gets the value of the difficultyToFillCode property.

Returns
  • possible object is String

public String getDifficultyToFillDescription ()

Gets the value of the difficultyToFillDescription property.

Returns
  • possible object is String

public Boolean getDifficultyToFillInactive ()

Gets the value of the difficultyToFillInactive property. This getter has been renamed from isDifficultyToFillInactive() to getDifficultyToFillInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getDifficultyToFillName ()

Gets the value of the difficultyToFillName property.

Returns
  • possible object is String

public String getDifficultyToFillSortOrder ()

Gets the value of the difficultyToFillSortOrder property.

Returns
  • possible object is String

public void setDifficultyToFillCode (String value)

Sets the value of the difficultyToFillCode property.

Parameters
value Allowed object is String

public void setDifficultyToFillDescription (String value)

Sets the value of the difficultyToFillDescription property.

Parameters
value Allowed object is String

public void setDifficultyToFillInactive (Boolean value)

Sets the value of the difficultyToFillInactive property.

Parameters
value Allowed object is Boolean

public void setDifficultyToFillName (String value)

Sets the value of the difficultyToFillName property.

Parameters
value Allowed object is String

public void setDifficultyToFillSortOrder (String value)

Sets the value of the difficultyToFillSortOrder property.

Parameters
value Allowed object is String