| java.lang.Object | |
| ↳ | com.workday.hr.DisabilityType |
Contains the response elements for the Get Disabilities and Put Disability service requests.
Java class for DisabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisabilityType">
<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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| disabilityData | |||||||||||
| disabilityReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the disabilityData property.
| |||||||||||
Gets the value of the disabilityReference property.
| |||||||||||
Sets the value of the disabilityData property.
| |||||||||||
Sets the value of the disabilityReference 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
Sets the value of the disabilityData property.
| value | Allowed object is
DisabilityDataType
|
|---|
Sets the value of the disabilityReference property.
| value | Allowed object is
DisabilityObjectType
|
|---|

