public class

TimeOffPlanBalanceType

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

Class Overview

Time Off Plan Balance

Java class for Time_Off_Plan_BalanceType complex type.

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

 <complexType name="Time_Off_Plan_BalanceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Time_Off_Plan_Balance_Data" type="{urn:com.workday/bsvc}Time_Off_Plan_Balance_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerObjectType employeeReference
protected TimeOffPlanBalanceDataType timeOffPlanBalanceData
Public Constructors
TimeOffPlanBalanceType()
Public Methods
WorkerObjectType getEmployeeReference()
Gets the value of the employeeReference property.
TimeOffPlanBalanceDataType getTimeOffPlanBalanceData()
Gets the value of the timeOffPlanBalanceData property.
void setEmployeeReference(WorkerObjectType value)
Sets the value of the employeeReference property.
void setTimeOffPlanBalanceData(TimeOffPlanBalanceDataType value)
Sets the value of the timeOffPlanBalanceData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerObjectType employeeReference

protected TimeOffPlanBalanceDataType timeOffPlanBalanceData

Public Constructors

public TimeOffPlanBalanceType ()

Public Methods

public WorkerObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public TimeOffPlanBalanceDataType getTimeOffPlanBalanceData ()

Gets the value of the timeOffPlanBalanceData property.

Returns

public void setEmployeeReference (WorkerObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is WorkerObjectType

public void setTimeOffPlanBalanceData (TimeOffPlanBalanceDataType value)

Sets the value of the timeOffPlanBalanceData property.

Parameters
value Allowed object is TimeOffPlanBalanceDataType