public class

DisabilityStatusSubDataType

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

Class Overview

Container for disability status data for the Personal Information Change business process.

Java class for Disability_Status_Sub_DataType complex type.

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

 <complexType name="Disability_Status_Sub_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Disability_Reference" type="{urn:com.workday/bsvc}DisabilityObjectType"/>
         <element name="Disability_Status_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Disability_Date_Known" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Disability_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Disability_Grade_Reference" type="{urn:com.workday/bsvc}Disability_GradeObjectType" minOccurs="0"/>
         <element name="Disability_Degree" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="8"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Disability_Remaining_Capacity" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="8"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="Disability_Certification_Authority_Reference" type="{urn:com.workday/bsvc}Disability_Certification_AuthorityObjectType" minOccurs="0"/>
           <element name="Disability_Certification_Authority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </choice>
         <element name="Disability_Certified_At" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Disability_Certification_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Disability_Certification_Basis_Reference" type="{urn:com.workday/bsvc}Disability_Certification_BasisObjectType" minOccurs="0"/>
         <element name="Disability_Severity_Recognition_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Disability_FTE_Toward_Quota" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="13"/>
               <minInclusive value="0"/>
               <fractionDigits value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Disability_Work_Restrictions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Disability_Accommodations_Requested" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Disability_Accommodations_Provided" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Disability_Rehabilitation_Requested" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Disability_Rehabilitation_Provided" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worker_Document_Reference" type="{urn:com.workday/bsvc}Worker_DocumentObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String disabilityAccommodationsProvided
protected String disabilityAccommodationsRequested
protected String disabilityCertificationAuthority
protected DisabilityCertificationAuthorityObjectType disabilityCertificationAuthorityReference
protected DisabilityCertificationBasisObjectType disabilityCertificationBasisReference
protected String disabilityCertificationID
protected String disabilityCertifiedAt
protected XMLGregorianCalendar disabilityDateKnown
protected BigDecimal disabilityDegree
protected XMLGregorianCalendar disabilityEndDate
protected BigDecimal disabilityFTETowardQuota
protected DisabilityGradeObjectType disabilityGradeReference
protected DisabilityObjectType disabilityReference
protected String disabilityRehabilitationProvided
protected String disabilityRehabilitationRequested
protected BigDecimal disabilityRemainingCapacity
protected XMLGregorianCalendar disabilitySeverityRecognitionDate
protected XMLGregorianCalendar disabilityStatusDate
protected String disabilityWorkRestrictions
protected String note
protected List<WorkerDocumentObjectType> workerDocumentReference
Public Constructors
DisabilityStatusSubDataType()
Public Methods
String getDisabilityAccommodationsProvided()
Gets the value of the disabilityAccommodationsProvided property.
String getDisabilityAccommodationsRequested()
Gets the value of the disabilityAccommodationsRequested property.
String getDisabilityCertificationAuthority()
Gets the value of the disabilityCertificationAuthority property.
DisabilityCertificationAuthorityObjectType getDisabilityCertificationAuthorityReference()
Gets the value of the disabilityCertificationAuthorityReference property.
DisabilityCertificationBasisObjectType getDisabilityCertificationBasisReference()
Gets the value of the disabilityCertificationBasisReference property.
String getDisabilityCertificationID()
Gets the value of the disabilityCertificationID property.
String getDisabilityCertifiedAt()
Gets the value of the disabilityCertifiedAt property.
XMLGregorianCalendar getDisabilityDateKnown()
Gets the value of the disabilityDateKnown property.
BigDecimal getDisabilityDegree()
Gets the value of the disabilityDegree property.
XMLGregorianCalendar getDisabilityEndDate()
Gets the value of the disabilityEndDate property.
BigDecimal getDisabilityFTETowardQuota()
Gets the value of the disabilityFTETowardQuota property.
DisabilityGradeObjectType getDisabilityGradeReference()
Gets the value of the disabilityGradeReference property.
DisabilityObjectType getDisabilityReference()
Gets the value of the disabilityReference property.
String getDisabilityRehabilitationProvided()
Gets the value of the disabilityRehabilitationProvided property.
String getDisabilityRehabilitationRequested()
Gets the value of the disabilityRehabilitationRequested property.
BigDecimal getDisabilityRemainingCapacity()
Gets the value of the disabilityRemainingCapacity property.
XMLGregorianCalendar getDisabilitySeverityRecognitionDate()
Gets the value of the disabilitySeverityRecognitionDate property.
XMLGregorianCalendar getDisabilityStatusDate()
Gets the value of the disabilityStatusDate property.
String getDisabilityWorkRestrictions()
Gets the value of the disabilityWorkRestrictions property.
String getNote()
Gets the value of the note property.
List<WorkerDocumentObjectType> getWorkerDocumentReference()
Gets the value of the workerDocumentReference property.
void setDisabilityAccommodationsProvided(String value)
Sets the value of the disabilityAccommodationsProvided property.
void setDisabilityAccommodationsRequested(String value)
Sets the value of the disabilityAccommodationsRequested property.
void setDisabilityCertificationAuthority(String value)
Sets the value of the disabilityCertificationAuthority property.
void setDisabilityCertificationAuthorityReference(DisabilityCertificationAuthorityObjectType value)
Sets the value of the disabilityCertificationAuthorityReference property.
void setDisabilityCertificationBasisReference(DisabilityCertificationBasisObjectType value)
Sets the value of the disabilityCertificationBasisReference property.
void setDisabilityCertificationID(String value)
Sets the value of the disabilityCertificationID property.
void setDisabilityCertifiedAt(String value)
Sets the value of the disabilityCertifiedAt property.
void setDisabilityDateKnown(XMLGregorianCalendar value)
Sets the value of the disabilityDateKnown property.
void setDisabilityDegree(BigDecimal value)
Sets the value of the disabilityDegree property.
void setDisabilityEndDate(XMLGregorianCalendar value)
Sets the value of the disabilityEndDate property.
void setDisabilityFTETowardQuota(BigDecimal value)
Sets the value of the disabilityFTETowardQuota property.
void setDisabilityGradeReference(DisabilityGradeObjectType value)
Sets the value of the disabilityGradeReference property.
void setDisabilityReference(DisabilityObjectType value)
Sets the value of the disabilityReference property.
void setDisabilityRehabilitationProvided(String value)
Sets the value of the disabilityRehabilitationProvided property.
void setDisabilityRehabilitationRequested(String value)
Sets the value of the disabilityRehabilitationRequested property.
void setDisabilityRemainingCapacity(BigDecimal value)
Sets the value of the disabilityRemainingCapacity property.
void setDisabilitySeverityRecognitionDate(XMLGregorianCalendar value)
Sets the value of the disabilitySeverityRecognitionDate property.
void setDisabilityStatusDate(XMLGregorianCalendar value)
Sets the value of the disabilityStatusDate property.
void setDisabilityWorkRestrictions(String value)
Sets the value of the disabilityWorkRestrictions property.
void setNote(String value)
Sets the value of the note property.
void setWorkerDocumentReference(List<WorkerDocumentObjectType> workerDocumentReference)
Sets the value of the workerDocumentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String disabilityAccommodationsProvided

protected String disabilityAccommodationsRequested

protected String disabilityCertificationAuthority

protected DisabilityCertificationAuthorityObjectType disabilityCertificationAuthorityReference

protected DisabilityCertificationBasisObjectType disabilityCertificationBasisReference

protected String disabilityCertificationID

protected String disabilityCertifiedAt

protected XMLGregorianCalendar disabilityDateKnown

protected BigDecimal disabilityDegree

protected XMLGregorianCalendar disabilityEndDate

protected BigDecimal disabilityFTETowardQuota

protected DisabilityGradeObjectType disabilityGradeReference

protected DisabilityObjectType disabilityReference

protected String disabilityRehabilitationProvided

protected String disabilityRehabilitationRequested

protected BigDecimal disabilityRemainingCapacity

protected XMLGregorianCalendar disabilitySeverityRecognitionDate

protected XMLGregorianCalendar disabilityStatusDate

protected String disabilityWorkRestrictions

protected String note

protected List<WorkerDocumentObjectType> workerDocumentReference

Public Constructors

public DisabilityStatusSubDataType ()

Public Methods

public String getDisabilityAccommodationsProvided ()

Gets the value of the disabilityAccommodationsProvided property.

Returns
  • possible object is String

public String getDisabilityAccommodationsRequested ()

Gets the value of the disabilityAccommodationsRequested property.

Returns
  • possible object is String

public String getDisabilityCertificationAuthority ()

Gets the value of the disabilityCertificationAuthority property.

Returns
  • possible object is String

public DisabilityCertificationAuthorityObjectType getDisabilityCertificationAuthorityReference ()

Gets the value of the disabilityCertificationAuthorityReference property.

Returns

public DisabilityCertificationBasisObjectType getDisabilityCertificationBasisReference ()

Gets the value of the disabilityCertificationBasisReference property.

Returns

public String getDisabilityCertificationID ()

Gets the value of the disabilityCertificationID property.

Returns
  • possible object is String

public String getDisabilityCertifiedAt ()

Gets the value of the disabilityCertifiedAt property.

Returns
  • possible object is String

public XMLGregorianCalendar getDisabilityDateKnown ()

Gets the value of the disabilityDateKnown property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getDisabilityDegree ()

Gets the value of the disabilityDegree property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getDisabilityEndDate ()

Gets the value of the disabilityEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getDisabilityFTETowardQuota ()

Gets the value of the disabilityFTETowardQuota property.

Returns
  • possible object is BigDecimal

public DisabilityGradeObjectType getDisabilityGradeReference ()

Gets the value of the disabilityGradeReference property.

Returns

public DisabilityObjectType getDisabilityReference ()

Gets the value of the disabilityReference property.

Returns

public String getDisabilityRehabilitationProvided ()

Gets the value of the disabilityRehabilitationProvided property.

Returns
  • possible object is String

public String getDisabilityRehabilitationRequested ()

Gets the value of the disabilityRehabilitationRequested property.

Returns
  • possible object is String

public BigDecimal getDisabilityRemainingCapacity ()

Gets the value of the disabilityRemainingCapacity property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getDisabilitySeverityRecognitionDate ()

Gets the value of the disabilitySeverityRecognitionDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDisabilityStatusDate ()

Gets the value of the disabilityStatusDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDisabilityWorkRestrictions ()

Gets the value of the disabilityWorkRestrictions property.

Returns
  • possible object is String

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public List<WorkerDocumentObjectType> getWorkerDocumentReference ()

Gets the value of the workerDocumentReference 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 workerDocumentReference property.

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

    getWorkerDocumentReference().add(newItem);
 

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

public void setDisabilityAccommodationsProvided (String value)

Sets the value of the disabilityAccommodationsProvided property.

Parameters
value Allowed object is String

public void setDisabilityAccommodationsRequested (String value)

Sets the value of the disabilityAccommodationsRequested property.

Parameters
value Allowed object is String

public void setDisabilityCertificationAuthority (String value)

Sets the value of the disabilityCertificationAuthority property.

Parameters
value Allowed object is String

public void setDisabilityCertificationAuthorityReference (DisabilityCertificationAuthorityObjectType value)

Sets the value of the disabilityCertificationAuthorityReference property.

Parameters
value Allowed object is DisabilityCertificationAuthorityObjectType

public void setDisabilityCertificationBasisReference (DisabilityCertificationBasisObjectType value)

Sets the value of the disabilityCertificationBasisReference property.

Parameters
value Allowed object is DisabilityCertificationBasisObjectType

public void setDisabilityCertificationID (String value)

Sets the value of the disabilityCertificationID property.

Parameters
value Allowed object is String

public void setDisabilityCertifiedAt (String value)

Sets the value of the disabilityCertifiedAt property.

Parameters
value Allowed object is String

public void setDisabilityDateKnown (XMLGregorianCalendar value)

Sets the value of the disabilityDateKnown property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDisabilityDegree (BigDecimal value)

Sets the value of the disabilityDegree property.

Parameters
value Allowed object is BigDecimal

public void setDisabilityEndDate (XMLGregorianCalendar value)

Sets the value of the disabilityEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDisabilityFTETowardQuota (BigDecimal value)

Sets the value of the disabilityFTETowardQuota property.

Parameters
value Allowed object is BigDecimal

public void setDisabilityGradeReference (DisabilityGradeObjectType value)

Sets the value of the disabilityGradeReference property.

Parameters
value Allowed object is DisabilityGradeObjectType

public void setDisabilityReference (DisabilityObjectType value)

Sets the value of the disabilityReference property.

Parameters
value Allowed object is DisabilityObjectType

public void setDisabilityRehabilitationProvided (String value)

Sets the value of the disabilityRehabilitationProvided property.

Parameters
value Allowed object is String

public void setDisabilityRehabilitationRequested (String value)

Sets the value of the disabilityRehabilitationRequested property.

Parameters
value Allowed object is String

public void setDisabilityRemainingCapacity (BigDecimal value)

Sets the value of the disabilityRemainingCapacity property.

Parameters
value Allowed object is BigDecimal

public void setDisabilitySeverityRecognitionDate (XMLGregorianCalendar value)

Sets the value of the disabilitySeverityRecognitionDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDisabilityStatusDate (XMLGregorianCalendar value)

Sets the value of the disabilityStatusDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDisabilityWorkRestrictions (String value)

Sets the value of the disabilityWorkRestrictions property.

Parameters
value Allowed object is String

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setWorkerDocumentReference (List<WorkerDocumentObjectType> workerDocumentReference)

Sets the value of the workerDocumentReference property.

Parameters
workerDocumentReference Allowed object is WorkerDocumentObjectType