| java.lang.Object | |
| ↳ | workday.com.bsvc.PutDifficultyToFillRequestType |
The request component of the Put Difficulty to Fill web service task.
Java class for Put_Difficulty_to_Fill_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Difficulty_to_Fill_RequestType">
<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"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| difficultyToFillData | |||||||||||
| difficultyToFillReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the difficultyToFillData property.
| |||||||||||
Gets the value of the difficultyToFillReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the difficultyToFillData property.
| |||||||||||
Sets the value of the difficultyToFillReference property.
| |||||||||||
Sets the value of the version 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
Gets the value of the version property.
Gets the value of the addOnly property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the difficultyToFillData property.
| value | Allowed object is
DifficultyToFillDataType
|
|---|
Sets the value of the difficultyToFillReference property.
| value | Allowed object is
DifficultyToFillObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

