public class

AbsenceInputRequestCriteriaType

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

Class Overview

Absence Input Request Criteria

Java class for Absence_Input_Request_CriteriaType complex type.

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

 <complexType name="Absence_Input_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
AbsenceInputRequestCriteriaType()
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 AbsenceInputRequestCriteriaType ()

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