public class

PayrollPayslipRequestCriteriaType

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

Class Overview

Payroll Payslip Request Criteria

Java class for Payroll_Payslip_Request_CriteriaType complex type.

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

 <complexType name="Payroll_Payslip_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Outsourced_Payment_Group_Reference" type="{urn:com.workday/bsvc}Outsourced_Payment_GroupObjectType"/>
         <element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData
protected OutsourcedPaymentGroupObjectType outsourcedPaymentGroupReference
Public Constructors
PayrollPayslipRequestCriteriaType()
Public Methods
FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData()
Gets the value of the fieldAndParameterCriteriaData property.
OutsourcedPaymentGroupObjectType getOutsourcedPaymentGroupReference()
Gets the value of the outsourcedPaymentGroupReference property.
void setFieldAndParameterCriteriaData(FieldAndParameterCriteriaDataType value)
Sets the value of the fieldAndParameterCriteriaData property.
void setOutsourcedPaymentGroupReference(OutsourcedPaymentGroupObjectType value)
Sets the value of the outsourcedPaymentGroupReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData

protected OutsourcedPaymentGroupObjectType outsourcedPaymentGroupReference

Public Constructors

public PayrollPayslipRequestCriteriaType ()

Public Methods

public FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData ()

Gets the value of the fieldAndParameterCriteriaData property.

Returns

public OutsourcedPaymentGroupObjectType getOutsourcedPaymentGroupReference ()

Gets the value of the outsourcedPaymentGroupReference property.

Returns

public void setFieldAndParameterCriteriaData (FieldAndParameterCriteriaDataType value)

Sets the value of the fieldAndParameterCriteriaData property.

Parameters
value Allowed object is FieldAndParameterCriteriaDataType

public void setOutsourcedPaymentGroupReference (OutsourcedPaymentGroupObjectType value)

Sets the value of the outsourcedPaymentGroupReference property.

Parameters
value Allowed object is OutsourcedPaymentGroupObjectType