public class

OverrideBalanceRequestCriteriaType

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

Class Overview

Time Off Plan Override Balance Request Criteria

Java class for Override_Balance_Request_CriteriaType complex type.

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

 <complexType name="Override_Balance_Request_CriteriaType">
   <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="Batch_Reference" type="{urn:com.workday/bsvc}Application_BatchObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ApplicationBatchObjectType batchReference
protected WorkerObjectType employeeReference
Public Constructors
OverrideBalanceRequestCriteriaType()
Public Methods
ApplicationBatchObjectType getBatchReference()
Gets the value of the batchReference property.
WorkerObjectType getEmployeeReference()
Gets the value of the employeeReference property.
void setBatchReference(ApplicationBatchObjectType value)
Sets the value of the batchReference property.
void setEmployeeReference(WorkerObjectType 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 ApplicationBatchObjectType batchReference

protected WorkerObjectType employeeReference

Public Constructors

public OverrideBalanceRequestCriteriaType ()

Public Methods

public ApplicationBatchObjectType getBatchReference ()

Gets the value of the batchReference property.

Returns

public WorkerObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public void setBatchReference (ApplicationBatchObjectType value)

Sets the value of the batchReference property.

Parameters
value Allowed object is ApplicationBatchObjectType

public void setEmployeeReference (WorkerObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is WorkerObjectType