public class

LeavesReturningFromDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.absence.LeavesReturningFromDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar actualLastDayOfLeave
protected LeaveRequestEventObjectType requestLeaveOfAbsenceReference
Public Constructors
LeavesReturningFromDataType()
Public Methods
XMLGregorianCalendar getActualLastDayOfLeave()
Gets the value of the actualLastDayOfLeave property.
LeaveRequestEventObjectType getRequestLeaveOfAbsenceReference()
Gets the value of the requestLeaveOfAbsenceReference property.
void setActualLastDayOfLeave(XMLGregorianCalendar value)
Sets the value of the actualLastDayOfLeave property.
void setRequestLeaveOfAbsenceReference(LeaveRequestEventObjectType value)
Sets the value of the requestLeaveOfAbsenceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar actualLastDayOfLeave

protected LeaveRequestEventObjectType requestLeaveOfAbsenceReference

Public Constructors

public LeavesReturningFromDataType ()

Public Methods

public XMLGregorianCalendar getActualLastDayOfLeave ()

Gets the value of the actualLastDayOfLeave property.

Returns
  • possible object is XMLGregorianCalendar

public LeaveRequestEventObjectType getRequestLeaveOfAbsenceReference ()

Gets the value of the requestLeaveOfAbsenceReference property.

Returns

public void setActualLastDayOfLeave (XMLGregorianCalendar value)

Sets the value of the actualLastDayOfLeave property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRequestLeaveOfAbsenceReference (LeaveRequestEventObjectType value)

Sets the value of the requestLeaveOfAbsenceReference property.

Parameters
value Allowed object is LeaveRequestEventObjectType