| java.lang.Object | |
| ↳ | com.workday.recruiting.DisabilityReferenceType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| disabilityName | |||||||||||
| regulatoryRegionOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the disabilityName property.
| |||||||||||
Gets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
Sets the value of the disabilityName property.
| |||||||||||
Sets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the disabilityName property.
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
Sets the value of the disabilityName property.
| value | Allowed object is String |
|---|
Sets the value of the regulatoryRegionOrganizationReference property.
| regulatoryRegionOrganizationReference | Allowed object is
OrganizationReferenceType
|
|---|