public class

PayrollOffCyclePaymentType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollOffCyclePaymentType

Class Overview

Payroll Off-cycle Payment element

Java class for Payroll_Off-cycle_PaymentType complex type.

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

 <complexType name="Payroll_Off-cycle_PaymentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_Off-cycle_Result_Override_Reference" type="{urn:com.workday/bsvc}Payroll_Off-cycle_Result_OverrideObjectType" minOccurs="0"/>
         <element name="Payroll_Off-cycle_Payment_Data" type="{urn:com.workday/bsvc}Payroll_Off-cycle_Payment_Response_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PayrollOffCyclePaymentResponseDataType> payrollOffCyclePaymentData
protected PayrollOffCycleResultOverrideObjectType payrollOffCycleResultOverrideReference
Public Constructors
PayrollOffCyclePaymentType()
Public Methods
List<PayrollOffCyclePaymentResponseDataType> getPayrollOffCyclePaymentData()
Gets the value of the payrollOffCyclePaymentData property.
PayrollOffCycleResultOverrideObjectType getPayrollOffCycleResultOverrideReference()
Gets the value of the payrollOffCycleResultOverrideReference property.
void setPayrollOffCyclePaymentData(List<PayrollOffCyclePaymentResponseDataType> payrollOffCyclePaymentData)
Sets the value of the payrollOffCyclePaymentData property.
void setPayrollOffCycleResultOverrideReference(PayrollOffCycleResultOverrideObjectType value)
Sets the value of the payrollOffCycleResultOverrideReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PayrollOffCyclePaymentResponseDataType> payrollOffCyclePaymentData

protected PayrollOffCycleResultOverrideObjectType payrollOffCycleResultOverrideReference

Public Constructors

public PayrollOffCyclePaymentType ()

Public Methods

public List<PayrollOffCyclePaymentResponseDataType> getPayrollOffCyclePaymentData ()

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

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

    getPayrollOffCyclePaymentData().add(newItem);
 

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

public PayrollOffCycleResultOverrideObjectType getPayrollOffCycleResultOverrideReference ()

Gets the value of the payrollOffCycleResultOverrideReference property.

Returns

public void setPayrollOffCyclePaymentData (List<PayrollOffCyclePaymentResponseDataType> payrollOffCyclePaymentData)

Sets the value of the payrollOffCyclePaymentData property.

Parameters
payrollOffCyclePaymentData Allowed object is PayrollOffCyclePaymentResponseDataType

public void setPayrollOffCycleResultOverrideReference (PayrollOffCycleResultOverrideObjectType value)

Sets the value of the payrollOffCycleResultOverrideReference property.

Parameters
value Allowed object is PayrollOffCycleResultOverrideObjectType