public class

PayComponentReferenceType

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

Class Overview

Pay Component Reference

Java class for Pay_Component_ReferenceType complex type.

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

 <complexType name="Pay_Component_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Earning" type="{urn:com.workday/bsvc}Earning_ReferenceType"/>
           <element name="Deduction" type="{urn:com.workday/bsvc}Deduction_ReferenceType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected DeductionReferenceType deduction
protected EarningReferenceType earning
Public Constructors
PayComponentReferenceType()
Public Methods
DeductionReferenceType getDeduction()
Gets the value of the deduction property.
EarningReferenceType getEarning()
Gets the value of the earning property.
void setDeduction(DeductionReferenceType value)
Sets the value of the deduction property.
void setEarning(EarningReferenceType value)
Sets the value of the earning property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DeductionReferenceType deduction

protected EarningReferenceType earning

Public Constructors

public PayComponentReferenceType ()

Public Methods

public DeductionReferenceType getDeduction ()

Gets the value of the deduction property.

Returns

public EarningReferenceType getEarning ()

Gets the value of the earning property.

Returns

public void setDeduction (DeductionReferenceType value)

Sets the value of the deduction property.

Parameters
value Allowed object is DeductionReferenceType

public void setEarning (EarningReferenceType value)

Sets the value of the earning property.

Parameters
value Allowed object is EarningReferenceType