public class

PayCalculationReferenceType

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

Class Overview

Pay Calculation Reference

Java class for Pay_Calculation_ReferenceType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected DeductionAllObjectType deductionReference
protected EarningAllObjectType earningReference
protected PayAccumulationAllObjectType payAccumulationReference
Public Constructors
PayCalculationReferenceType()
Public Methods
DeductionAllObjectType getDeductionReference()
Gets the value of the deductionReference property.
EarningAllObjectType getEarningReference()
Gets the value of the earningReference property.
PayAccumulationAllObjectType getPayAccumulationReference()
Gets the value of the payAccumulationReference property.
void setDeductionReference(DeductionAllObjectType value)
Sets the value of the deductionReference property.
void setEarningReference(EarningAllObjectType value)
Sets the value of the earningReference property.
void setPayAccumulationReference(PayAccumulationAllObjectType value)
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 DeductionAllObjectType deductionReference

protected EarningAllObjectType earningReference

protected PayAccumulationAllObjectType payAccumulationReference

Public Constructors

public PayCalculationReferenceType ()

Public Methods

public DeductionAllObjectType getDeductionReference ()

Gets the value of the deductionReference property.

Returns

public EarningAllObjectType getEarningReference ()

Gets the value of the earningReference property.

Returns

public PayAccumulationAllObjectType getPayAccumulationReference ()

Gets the value of the payAccumulationReference property.

Returns

public void setDeductionReference (DeductionAllObjectType value)

Sets the value of the deductionReference property.

Parameters
value Allowed object is DeductionAllObjectType

public void setEarningReference (EarningAllObjectType value)

Sets the value of the earningReference property.

Parameters
value Allowed object is EarningAllObjectType

public void setPayAccumulationReference (PayAccumulationAllObjectType value)

Sets the value of the payAccumulationReference property.

Parameters
value Allowed object is PayAccumulationAllObjectType