public class

AdjustTimeOffDataType

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

Class Overview

Contains adjustment data for the Adjust Time Off business process

Java class for Adjust_Time_Off_DataType complex type.

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

 <complexType name="Adjust_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="Adjust_Time_Off_Entry_Data" type="{urn:com.workday/bsvc}Adjust_Time_Off_Entry_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AdjustTimeOffEntryDataType> adjustTimeOffEntryData
protected EmployeeObjectType employeeReference
Public Constructors
AdjustTimeOffDataType()
Public Methods
List<AdjustTimeOffEntryDataType> getAdjustTimeOffEntryData()
Gets the value of the adjustTimeOffEntryData property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
void setAdjustTimeOffEntryData(List<AdjustTimeOffEntryDataType> adjustTimeOffEntryData)
Sets the value of the adjustTimeOffEntryData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<AdjustTimeOffEntryDataType> adjustTimeOffEntryData

protected EmployeeObjectType employeeReference

Public Constructors

public AdjustTimeOffDataType ()

Public Methods

public List<AdjustTimeOffEntryDataType> getAdjustTimeOffEntryData ()

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

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

    getAdjustTimeOffEntryData().add(newItem);
 

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

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public void setAdjustTimeOffEntryData (List<AdjustTimeOffEntryDataType> adjustTimeOffEntryData)

Sets the value of the adjustTimeOffEntryData property.

Parameters
adjustTimeOffEntryData Allowed object is AdjustTimeOffEntryDataType

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType