public class

DisabilityType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.DisabilityType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected DisabilityDataType disabilityData
protected DisabilityObjectType disabilityReference
Public Constructors
DisabilityType()
Public Methods
DisabilityDataType getDisabilityData()
Gets the value of the disabilityData property.
DisabilityObjectType getDisabilityReference()
Gets the value of the disabilityReference property.
void setDisabilityData(DisabilityDataType value)
Sets the value of the disabilityData property.
void setDisabilityReference(DisabilityObjectType value)
Sets the value of the disabilityReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DisabilityDataType disabilityData

protected DisabilityObjectType disabilityReference

Public Constructors

public DisabilityType ()

Public Methods

public DisabilityDataType getDisabilityData ()

Gets the value of the disabilityData property.

Returns

public DisabilityObjectType getDisabilityReference ()

Gets the value of the disabilityReference property.

Returns

public void setDisabilityData (DisabilityDataType value)

Sets the value of the disabilityData property.

Parameters
value Allowed object is DisabilityDataType

public void setDisabilityReference (DisabilityObjectType value)

Sets the value of the disabilityReference property.

Parameters
value Allowed object is DisabilityObjectType