public class

DisciplinaryActionDataType

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

Class Overview

Contains the latest completed disciplinary action for the employee.

Java class for Disciplinary_Action_DataType complex type.

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

 <complexType name="Disciplinary_Action_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Disciplinary_Action_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Disciplinary_Action_Reason_Reference" type="{urn:com.workday/bsvc}Disciplinary_Action_ReasonObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Disciplinary_Action_Related_To_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Review_Data" type="{urn:com.workday/bsvc}Employee_Review_Details_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<DisciplinaryActionReasonObjectType> disciplinaryActionReasonReference
protected UniqueIdentifierObjectType disciplinaryActionReference
protected List<UniqueIdentifierObjectType> disciplinaryActionRelatedToReference
protected EmployeeReviewDetailsDataType reviewData
Public Constructors
DisciplinaryActionDataType()
Public Methods
List<DisciplinaryActionReasonObjectType> getDisciplinaryActionReasonReference()
Gets the value of the disciplinaryActionReasonReference property.
UniqueIdentifierObjectType getDisciplinaryActionReference()
Gets the value of the disciplinaryActionReference property.
List<UniqueIdentifierObjectType> getDisciplinaryActionRelatedToReference()
Gets the value of the disciplinaryActionRelatedToReference property.
EmployeeReviewDetailsDataType getReviewData()
Gets the value of the reviewData property.
void setDisciplinaryActionReference(UniqueIdentifierObjectType value)
Sets the value of the disciplinaryActionReference property.
void setReviewData(EmployeeReviewDetailsDataType value)
Sets the value of the reviewData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DisciplinaryActionReasonObjectType> disciplinaryActionReasonReference

protected UniqueIdentifierObjectType disciplinaryActionReference

protected List<UniqueIdentifierObjectType> disciplinaryActionRelatedToReference

protected EmployeeReviewDetailsDataType reviewData

Public Constructors

public DisciplinaryActionDataType ()

Public Methods

public List<DisciplinaryActionReasonObjectType> getDisciplinaryActionReasonReference ()

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

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

    getDisciplinaryActionReasonReference().add(newItem);
 

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

public UniqueIdentifierObjectType getDisciplinaryActionReference ()

Gets the value of the disciplinaryActionReference property.

Returns

public List<UniqueIdentifierObjectType> getDisciplinaryActionRelatedToReference ()

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

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

    getDisciplinaryActionRelatedToReference().add(newItem);
 

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

public EmployeeReviewDetailsDataType getReviewData ()

Gets the value of the reviewData property.

Returns

public void setDisciplinaryActionReference (UniqueIdentifierObjectType value)

Sets the value of the disciplinaryActionReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setReviewData (EmployeeReviewDetailsDataType value)

Sets the value of the reviewData property.

Parameters
value Allowed object is EmployeeReviewDetailsDataType