public class

DisabilityReferenceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.DisabilityReferenceType

Class Overview

Reference element representing a unique instance of Disability.

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

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.
[Expand]
Inherited Methods
From class java.lang.Object

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