public class

DisabilityStatusInformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.DisabilityStatusInformationDataType

Class Overview

Wrapper element for each disability status entry.

Java class for Disability_Status_Information_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Disability_Status_Information_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Disability_Status_Reference" type="{urn:com.workday/bsvc}Disability_Status_ReferenceObjectType" minOccurs="0"/>
         <element name="Disability_Status_Data" type="{urn:com.workday/bsvc}Disability_Status_Sub_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected DisabilityStatusSubDataType disabilityStatusData
protected DisabilityStatusReferenceObjectType disabilityStatusReference
Public Constructors
DisabilityStatusInformationDataType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
DisabilityStatusSubDataType getDisabilityStatusData()
Gets the value of the disabilityStatusData property.
DisabilityStatusReferenceObjectType getDisabilityStatusReference()
Gets the value of the disabilityStatusReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setDisabilityStatusData(DisabilityStatusSubDataType value)
Sets the value of the disabilityStatusData property.
void setDisabilityStatusReference(DisabilityStatusReferenceObjectType value)
Sets the value of the disabilityStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected DisabilityStatusSubDataType disabilityStatusData

protected DisabilityStatusReferenceObjectType disabilityStatusReference

Public Constructors

public DisabilityStatusInformationDataType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public DisabilityStatusSubDataType getDisabilityStatusData ()

Gets the value of the disabilityStatusData property.

Returns

public DisabilityStatusReferenceObjectType getDisabilityStatusReference ()

Gets the value of the disabilityStatusReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setDisabilityStatusData (DisabilityStatusSubDataType value)

Sets the value of the disabilityStatusData property.

Parameters
value Allowed object is DisabilityStatusSubDataType

public void setDisabilityStatusReference (DisabilityStatusReferenceObjectType value)

Sets the value of the disabilityStatusReference property.

Parameters
value Allowed object is DisabilityStatusReferenceObjectType