public class

PayrollInputRequestCriteriaType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayrollInputRequestCriteriaType

Class Overview

Payroll Input Request Criteria

Java class for Payroll_Input_Request_CriteriaType complex type.

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

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

Summary

Fields
protected WorkerObjectType workerReference
Public Constructors
PayrollInputRequestCriteriaType()
Public Methods
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected WorkerObjectType workerReference

Public Constructors

public PayrollInputRequestCriteriaType ()

Public Methods

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType