public class

PayCalculationsSelectedType

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

Class Overview

Pay Component Selection

Java class for Pay_Calculations_SelectedType complex type.

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

 <complexType name="Pay_Calculations_SelectedType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Deduction_Reference" type="{urn:com.workday/bsvc}Deduction__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Pay_Accumulation_Reference" type="{urn:com.workday/bsvc}Pay_Accumulation__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<DeductionAllObjectType> deductionReference
protected List<EarningAllObjectType> earningReference
protected List<PayAccumulationAllObjectType> payAccumulationReference
Public Constructors
PayCalculationsSelectedType()
Public Methods
List<DeductionAllObjectType> getDeductionReference()
Gets the value of the deductionReference property.
List<EarningAllObjectType> getEarningReference()
Gets the value of the earningReference property.
List<PayAccumulationAllObjectType> getPayAccumulationReference()
Gets the value of the payAccumulationReference property.
void setDeductionReference(List<DeductionAllObjectType> deductionReference)
Sets the value of the deductionReference property.
void setEarningReference(List<EarningAllObjectType> earningReference)
Sets the value of the earningReference property.
void setPayAccumulationReference(List<PayAccumulationAllObjectType> payAccumulationReference)
Sets the value of the payAccumulationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<DeductionAllObjectType> deductionReference

protected List<EarningAllObjectType> earningReference

protected List<PayAccumulationAllObjectType> payAccumulationReference

Public Constructors

public PayCalculationsSelectedType ()

Public Methods

public List<DeductionAllObjectType> getDeductionReference ()

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

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

    getDeductionReference().add(newItem);
 

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

public List<EarningAllObjectType> getEarningReference ()

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

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

    getEarningReference().add(newItem);
 

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

public List<PayAccumulationAllObjectType> getPayAccumulationReference ()

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

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

    getPayAccumulationReference().add(newItem);
 

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

public void setDeductionReference (List<DeductionAllObjectType> deductionReference)

Sets the value of the deductionReference property.

Parameters
deductionReference Allowed object is DeductionAllObjectType

public void setEarningReference (List<EarningAllObjectType> earningReference)

Sets the value of the earningReference property.

Parameters
earningReference Allowed object is EarningAllObjectType

public void setPayAccumulationReference (List<PayAccumulationAllObjectType> payAccumulationReference)

Sets the value of the payAccumulationReference property.

Parameters
payAccumulationReference Allowed object is PayAccumulationAllObjectType