| java.lang.Object | |
| ↳ | com.workday.absence.LeavesReturningFromDataType |
Element containing the Request Return from Leave of Absence Data for an employee.
Java class for Leaves_Returning_from_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Leaves_Returning_from_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Request_Leave_of_Absence_Reference" type="{urn:com.workday/bsvc}Leave_Request_EventObjectType"/>
<element name="Actual_Last_Day_of_Leave" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| actualLastDayOfLeave | |||||||||||
| requestLeaveOfAbsenceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the actualLastDayOfLeave property.
| |||||||||||
Gets the value of the requestLeaveOfAbsenceReference property.
| |||||||||||
Sets the value of the actualLastDayOfLeave property.
| |||||||||||
Sets the value of the requestLeaveOfAbsenceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the actualLastDayOfLeave property.
Gets the value of the requestLeaveOfAbsenceReference property.
LeaveRequestEventObjectType
Sets the value of the actualLastDayOfLeave property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the requestLeaveOfAbsenceReference property.
| value | Allowed object is
LeaveRequestEventObjectType
|
|---|