public class

DifficultyToFillDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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.
String getDifficultyToFillName()
Gets the value of the difficultyToFillName property.
String getDifficultyToFillSortOrder()
Gets the value of the difficultyToFillSortOrder property.
Boolean isDifficultyToFillInactive()
Gets the value of the difficultyToFillInactive 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

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 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 Boolean isDifficultyToFillInactive ()

Gets the value of the difficultyToFillInactive property.

Returns
  • possible object is Boolean

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