public class

EligibleEarningRequestCriteriaType

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

Class Overview

Utilize the Request Criteria element to search for specific instance(s) of Eligible Earnings.

Java class for Eligible_Earning_Request_CriteriaType complex type.

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

 <complexType name="Eligible_Earning_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Eligible_Earnings_Period_Reference" type="{urn:com.workday/bsvc}Eligible_Earnings_Override_PeriodObjectType" minOccurs="0"/>
         <element name="Bonus_Plan_Reference" type="{urn:com.workday/bsvc}Bonus_Percent_PlanObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BonusPercentPlanObjectType bonusPlanReference
protected EligibleEarningsOverridePeriodObjectType eligibleEarningsPeriodReference
protected PositionElementObjectType positionReference
protected WorkerObjectType workerReference
Public Constructors
EligibleEarningRequestCriteriaType()
Public Methods
BonusPercentPlanObjectType getBonusPlanReference()
Gets the value of the bonusPlanReference property.
EligibleEarningsOverridePeriodObjectType getEligibleEarningsPeriodReference()
Gets the value of the eligibleEarningsPeriodReference property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setBonusPlanReference(BonusPercentPlanObjectType value)
Sets the value of the bonusPlanReference property.
void setEligibleEarningsPeriodReference(EligibleEarningsOverridePeriodObjectType value)
Sets the value of the eligibleEarningsPeriodReference property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BonusPercentPlanObjectType bonusPlanReference

protected EligibleEarningsOverridePeriodObjectType eligibleEarningsPeriodReference

protected PositionElementObjectType positionReference

protected WorkerObjectType workerReference

Public Constructors

public EligibleEarningRequestCriteriaType ()

Public Methods

public BonusPercentPlanObjectType getBonusPlanReference ()

Gets the value of the bonusPlanReference property.

Returns

public EligibleEarningsOverridePeriodObjectType getEligibleEarningsPeriodReference ()

Gets the value of the eligibleEarningsPeriodReference property.

Returns

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setBonusPlanReference (BonusPercentPlanObjectType value)

Sets the value of the bonusPlanReference property.

Parameters
value Allowed object is BonusPercentPlanObjectType

public void setEligibleEarningsPeriodReference (EligibleEarningsOverridePeriodObjectType value)

Sets the value of the eligibleEarningsPeriodReference property.

Parameters
value Allowed object is EligibleEarningsOverridePeriodObjectType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType