| java.lang.Object | |
| ↳ | com.workday.hr.DifficultyToFillDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| difficultyToFillCode | |||||||||||
| difficultyToFillDescription | |||||||||||
| difficultyToFillInactive | |||||||||||
| difficultyToFillName | |||||||||||
| difficultyToFillSortOrder | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the difficultyToFillCode property.
| |||||||||||
Gets the value of the difficultyToFillDescription property.
| |||||||||||
Gets the value of the difficultyToFillInactive property.
| |||||||||||
Gets the value of the difficultyToFillName property.
| |||||||||||
Gets the value of the difficultyToFillSortOrder property.
| |||||||||||
Sets the value of the difficultyToFillCode property.
| |||||||||||
Sets the value of the difficultyToFillDescription property.
| |||||||||||
Sets the value of the difficultyToFillInactive property.
| |||||||||||
Sets the value of the difficultyToFillName property.
| |||||||||||
Sets the value of the difficultyToFillSortOrder property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the difficultyToFillCode property.
Gets the value of the difficultyToFillDescription property.
Gets the value of the difficultyToFillInactive property. This getter has been renamed from isDifficultyToFillInactive() to getDifficultyToFillInactive() by cxf-xjc-boolean plugin.
Gets the value of the difficultyToFillName property.
Gets the value of the difficultyToFillSortOrder property.
Sets the value of the difficultyToFillCode property.
| value | Allowed object is String |
|---|
Sets the value of the difficultyToFillDescription property.
| value | Allowed object is String |
|---|
Sets the value of the difficultyToFillInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the difficultyToFillName property.
| value | Allowed object is String |
|---|
Sets the value of the difficultyToFillSortOrder property.
| value | Allowed object is String |
|---|