public class

TimeOffPlanBalanceRequestCriteriaType

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

Class Overview

Time Off Plan Balance Request Criteria. The intersection of criteria passed in this element is used to create a working set.

Java class for Time_Off_Plan_Balance_Request_CriteriaType complex type.

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

 <complexType name="Time_Off_Plan_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="Time_Off_Plan_Reference" type="{urn:com.workday/bsvc}Absence_Plan__All_ObjectType" minOccurs="0"/>
         <element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerObjectType employeeReference
protected List<OrganizationObjectType> organizationReference
protected AbsencePlanAllObjectType timeOffPlanReference
Public Constructors
TimeOffPlanBalanceRequestCriteriaType()
Public Methods
WorkerObjectType getEmployeeReference()
Gets the value of the employeeReference property.
List<OrganizationObjectType> getOrganizationReference()
Gets the value of the organizationReference property.
AbsencePlanAllObjectType getTimeOffPlanReference()
Gets the value of the timeOffPlanReference property.
void setEmployeeReference(WorkerObjectType value)
Sets the value of the employeeReference property.
void setOrganizationReference(List<OrganizationObjectType> organizationReference)
Sets the value of the organizationReference property.
void setTimeOffPlanReference(AbsencePlanAllObjectType value)
Sets the value of the timeOffPlanReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerObjectType employeeReference

protected List<OrganizationObjectType> organizationReference

protected AbsencePlanAllObjectType timeOffPlanReference

Public Constructors

public TimeOffPlanBalanceRequestCriteriaType ()

Public Methods

public WorkerObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public List<OrganizationObjectType> getOrganizationReference ()

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

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

    getOrganizationReference().add(newItem);
 

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

public AbsencePlanAllObjectType getTimeOffPlanReference ()

Gets the value of the timeOffPlanReference property.

Returns

public void setEmployeeReference (WorkerObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is WorkerObjectType

public void setOrganizationReference (List<OrganizationObjectType> organizationReference)

Sets the value of the organizationReference property.

Parameters
organizationReference Allowed object is OrganizationObjectType

public void setTimeOffPlanReference (AbsencePlanAllObjectType value)

Sets the value of the timeOffPlanReference property.

Parameters
value Allowed object is AbsencePlanAllObjectType