public class

PayCalculationSelectionType

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

Class Overview

Pay Calculation Selection for Get Payroll Balances Request

Java class for Pay_Calculation_SelectionType complex type.

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

 <complexType name="Pay_Calculation_SelectionType">
   <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

Fields
protected List<DeductionAllObjectType> deductionReference
protected List<EarningAllObjectType> earningReference
protected List<PayAccumulationAllObjectType> payAccumulationReference
Public Constructors
PayCalculationSelectionType()
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DeductionAllObjectType> deductionReference

protected List<EarningAllObjectType> earningReference

protected List<PayAccumulationAllObjectType> payAccumulationReference

Public Constructors

public PayCalculationSelectionType ()

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