public class

PaymentHistoryRequestReferencesType

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

Class Overview

One or more references to existing history payments

Java class for Payment_History_Request_ReferencesType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<PayrollOffCycleResultOverrideObjectType> paymentHistoryRequestReference
Public Constructors
PaymentHistoryRequestReferencesType()
Public Methods
List<PayrollOffCycleResultOverrideObjectType> getPaymentHistoryRequestReference()
Gets the value of the paymentHistoryRequestReference property.
void setPaymentHistoryRequestReference(List<PayrollOffCycleResultOverrideObjectType> paymentHistoryRequestReference)
Sets the value of the paymentHistoryRequestReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PayrollOffCycleResultOverrideObjectType> paymentHistoryRequestReference

Public Constructors

public PaymentHistoryRequestReferencesType ()

Public Methods

public List<PayrollOffCycleResultOverrideObjectType> getPaymentHistoryRequestReference ()

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

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

    getPaymentHistoryRequestReference().add(newItem);
 

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

public void setPaymentHistoryRequestReference (List<PayrollOffCycleResultOverrideObjectType> paymentHistoryRequestReference)

Sets the value of the paymentHistoryRequestReference property.

Parameters
paymentHistoryRequestReference Allowed object is PayrollOffCycleResultOverrideObjectType