public class

DisabilityReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.DisabilityReferenceType

Class Overview

Reference element representing a unique instance of Disability. Does not support the update of Disability Status. Use Put Applicant web service to update the Disability Status for a Person.

Java class for Disability_ReferenceType complex type.

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

 <complexType name="Disability_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Disability_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Regulatory_Region_Organization_Reference" type="{urn:com.workday/bsvc}Organization_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String disabilityName
protected List<OrganizationReferenceType> regulatoryRegionOrganizationReference
Public Constructors
DisabilityReferenceType()
Public Methods
String getDisabilityName()
Gets the value of the disabilityName property.
List<OrganizationReferenceType> getRegulatoryRegionOrganizationReference()
Gets the value of the regulatoryRegionOrganizationReference property.
void setDisabilityName(String value)
Sets the value of the disabilityName property.
void setRegulatoryRegionOrganizationReference(List<OrganizationReferenceType> regulatoryRegionOrganizationReference)
Sets the value of the regulatoryRegionOrganizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String disabilityName

protected List<OrganizationReferenceType> regulatoryRegionOrganizationReference

Public Constructors

public DisabilityReferenceType ()

Public Methods

public String getDisabilityName ()

Gets the value of the disabilityName property.

Returns
  • possible object is String

public List<OrganizationReferenceType> getRegulatoryRegionOrganizationReference ()

Gets the value of the regulatoryRegionOrganizationReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the regulatoryRegionOrganizationReference property.

For example, to add a new item, do as follows:

    getRegulatoryRegionOrganizationReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationReferenceType

public void setDisabilityName (String value)

Sets the value of the disabilityName property.

Parameters
value Allowed object is String

public void setRegulatoryRegionOrganizationReference (List<OrganizationReferenceType> regulatoryRegionOrganizationReference)

Sets the value of the regulatoryRegionOrganizationReference property.

Parameters
regulatoryRegionOrganizationReference Allowed object is OrganizationReferenceType