| java.lang.Object | |
| ↳ | com.workday.compensation.EligibleEarningRequestCriteriaType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bonusPlanReference | |||||||||||
| eligibleEarningsPeriodReference | |||||||||||
| positionReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bonusPlanReference property.
| |||||||||||
Gets the value of the eligibleEarningsPeriodReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the bonusPlanReference property.
| |||||||||||
Sets the value of the eligibleEarningsPeriodReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bonusPlanReference property.
BonusPercentPlanObjectType
Gets the value of the eligibleEarningsPeriodReference property.
EligibleEarningsOverridePeriodObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the bonusPlanReference property.
| value | Allowed object is
BonusPercentPlanObjectType
|
|---|
Sets the value of the eligibleEarningsPeriodReference property.
| value | Allowed object is
EligibleEarningsOverridePeriodObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|