| java.lang.Object | |
| ↳ | com.workday.staffing.DisabilityStatusInformationDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| disabilityStatusData | |||||||||||
| disabilityStatusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the disabilityStatusData property.
| |||||||||||
Gets the value of the disabilityStatusReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the disabilityStatusData property.
| |||||||||||
Sets the value of the disabilityStatusReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the disabilityStatusData property.
DisabilityStatusSubDataType
Gets the value of the disabilityStatusReference property.
DisabilityStatusReferenceObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the disabilityStatusData property.
| value | Allowed object is
DisabilityStatusSubDataType
|
|---|
Sets the value of the disabilityStatusReference property.
| value | Allowed object is
DisabilityStatusReferenceObjectType
|
|---|

