public class

EligibleEarningsType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.EligibleEarningsType

Class Overview

Contains Eligible Earnings Override information based on Request References or Request Criteria.

Java class for Eligible_EarningsType complex type.

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

 <complexType name="Eligible_EarningsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Eligible_Earnings_Reference" type="{urn:com.workday/bsvc}Eligible_Earnings_OverrideObjectType" minOccurs="0"/>
         <element name="Eligible_Earnings_Data" type="{urn:com.workday/bsvc}Eligible_Earnings_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EligibleEarningsDataType eligibleEarningsData
protected EligibleEarningsOverrideObjectType eligibleEarningsReference
Public Constructors
EligibleEarningsType()
Public Methods
EligibleEarningsDataType getEligibleEarningsData()
Gets the value of the eligibleEarningsData property.
EligibleEarningsOverrideObjectType getEligibleEarningsReference()
Gets the value of the eligibleEarningsReference property.
void setEligibleEarningsData(EligibleEarningsDataType value)
Sets the value of the eligibleEarningsData property.
void setEligibleEarningsReference(EligibleEarningsOverrideObjectType value)
Sets the value of the eligibleEarningsReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EligibleEarningsDataType eligibleEarningsData

protected EligibleEarningsOverrideObjectType eligibleEarningsReference

Public Constructors

public EligibleEarningsType ()

Public Methods

public EligibleEarningsDataType getEligibleEarningsData ()

Gets the value of the eligibleEarningsData property.

Returns

public EligibleEarningsOverrideObjectType getEligibleEarningsReference ()

Gets the value of the eligibleEarningsReference property.

Returns

public void setEligibleEarningsData (EligibleEarningsDataType value)

Sets the value of the eligibleEarningsData property.

Parameters
value Allowed object is EligibleEarningsDataType

public void setEligibleEarningsReference (EligibleEarningsOverrideObjectType value)

Sets the value of the eligibleEarningsReference property.

Parameters
value Allowed object is EligibleEarningsOverrideObjectType