public class

EnterTimeOffDataType

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

Class Overview

Contains Request Time Off data

Java class for Enter_Time_Off_DataType complex type.

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

 <complexType name="Enter_Time_Off_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Enter_Time_Off_Entry_Data" type="{urn:com.workday/bsvc}Enter_Time_Off_Entry_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeObjectType employeeReference
protected List<EnterTimeOffEntryDataType> enterTimeOffEntryData
Public Constructors
EnterTimeOffDataType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
List<EnterTimeOffEntryDataType> getEnterTimeOffEntryData()
Gets the value of the enterTimeOffEntryData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setEnterTimeOffEntryData(List<EnterTimeOffEntryDataType> enterTimeOffEntryData)
Sets the value of the enterTimeOffEntryData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeObjectType employeeReference

protected List<EnterTimeOffEntryDataType> enterTimeOffEntryData

Public Constructors

public EnterTimeOffDataType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public List<EnterTimeOffEntryDataType> getEnterTimeOffEntryData ()

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

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

    getEnterTimeOffEntryData().add(newItem);
 

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

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setEnterTimeOffEntryData (List<EnterTimeOffEntryDataType> enterTimeOffEntryData)

Sets the value of the enterTimeOffEntryData property.

Parameters
enterTimeOffEntryData Allowed object is EnterTimeOffEntryDataType