| java.lang.Object | |
| ↳ | workday.com.bsvc.DifficultyToFillType |
Difficulty to Fill
Java class for Difficulty_to_FillType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Difficulty_to_FillType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Difficulty_to_Fill_Reference" type="{urn:com.workday/bsvc}Difficulty_to_FillObjectType" minOccurs="0"/>
<element name="Difficulty_to_Fill_Data" type="{urn:com.workday/bsvc}Difficulty_to_Fill_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| difficultyToFillData | |||||||||||
| difficultyToFillReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the difficultyToFillData property.
| |||||||||||
Gets the value of the difficultyToFillReference property.
| |||||||||||
Sets the value of the difficultyToFillData property.
| |||||||||||
Sets the value of the difficultyToFillReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the difficultyToFillData property.
DifficultyToFillDataType
Gets the value of the difficultyToFillReference property.
DifficultyToFillObjectType
Sets the value of the difficultyToFillData property.
| value | Allowed object is
DifficultyToFillDataType
|
|---|
Sets the value of the difficultyToFillReference property.
| value | Allowed object is
DifficultyToFillObjectType
|
|---|

