| java.lang.Object | |
| ↳ | com.workday.hr.DisciplinaryActionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| disciplinaryActionReasonReference | |||||||||||
| disciplinaryActionReference | |||||||||||
| disciplinaryActionRelatedToReference | |||||||||||
| reviewData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the disciplinaryActionReasonReference property.
| |||||||||||
Gets the value of the disciplinaryActionReference property.
| |||||||||||
Gets the value of the disciplinaryActionRelatedToReference property.
| |||||||||||
Gets the value of the reviewData property.
| |||||||||||
Sets the value of the disciplinaryActionReasonReference property.
| |||||||||||
Sets the value of the disciplinaryActionReference property.
| |||||||||||
Sets the value of the disciplinaryActionRelatedToReference property.
| |||||||||||
Sets the value of the reviewData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the disciplinaryActionReference property.
UniqueIdentifierObjectType
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
Gets the value of the reviewData property.
EmployeeReviewDetailsDataType
Sets the value of the disciplinaryActionReasonReference property.
| disciplinaryActionReasonReference | Allowed object is
DisciplinaryActionReasonObjectType
|
|---|
Sets the value of the disciplinaryActionReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the disciplinaryActionRelatedToReference property.
| disciplinaryActionRelatedToReference | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the reviewData property.
| value | Allowed object is
EmployeeReviewDetailsDataType
|
|---|