| java.lang.Object | |
| ↳ | workday.com.bsvc.PutDisabilityRequestType |
Request element for Put Disability
Java class for Put_Disability_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Disability_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Disability_Reference" type="{urn:com.workday/bsvc}DisabilityObjectType" minOccurs="0"/>
<element name="Disability_Data" type="{urn:com.workday/bsvc}Disability_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 | |||||||||||
| disabilityData | |||||||||||
| disabilityReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the disabilityData property.
| |||||||||||
Gets the value of the disabilityReference 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 disabilityData property.
| |||||||||||
Sets the value of the disabilityReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the disabilityData property.
DisabilityDataType
Gets the value of the disabilityReference property.
DisabilityObjectType
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 disabilityData property.
| value | Allowed object is
DisabilityDataType
|
|---|
Sets the value of the disabilityReference property.
| value | Allowed object is
DisabilityObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

