| java.lang.Object | |
| ↳ | com.workday.compensation.EligibleEarningsDataType |
Data element for the Put Eligible Earnings.
Java class for Eligible_Earnings_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Eligible_Earnings_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Eligible_Earnings_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Period_Reference" type="{urn:com.workday/bsvc}Eligible_Earnings_Override_PeriodObjectType"/>
<choice>
<element name="Apply_to_All_Bonus_Plans" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Restrict_to_Bonus_Plans_Reference" type="{urn:com.workday/bsvc}Bonus_Percent_PlanObjectType" maxOccurs="unbounded"/>
</choice>
<element name="Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| applyToAllBonusPlans | |||||||||||
| currencyReference | |||||||||||
| eligibleEarningsID | |||||||||||
| employeeReference | |||||||||||
| periodReference | |||||||||||
| positionReference | |||||||||||
| restrictToBonusPlansReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the applyToAllBonusPlans property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the eligibleEarningsID property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the periodReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the restrictToBonusPlansReference property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the applyToAllBonusPlans property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the eligibleEarningsID property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the periodReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the restrictToBonusPlansReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the applyToAllBonusPlans property. This getter has been renamed from isApplyToAllBonusPlans() to getApplyToAllBonusPlans() by cxf-xjc-boolean plugin.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the eligibleEarningsID property.
Gets the value of the employeeReference property.
WorkerObjectType
Gets the value of the periodReference property.
EligibleEarningsOverridePeriodObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the restrictToBonusPlansReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the restrictToBonusPlansReference property.
For example, to add a new item, do as follows:
getRestrictToBonusPlansReference().add(newItem);
Objects of the following type(s) are allowed in the list
BonusPercentPlanObjectType
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the applyToAllBonusPlans property.
| value | Allowed object is Boolean |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the eligibleEarningsID property.
| value | Allowed object is String |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the periodReference property.
| value | Allowed object is
EligibleEarningsOverridePeriodObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the restrictToBonusPlansReference property.
| restrictToBonusPlansReference | Allowed object is
BonusPercentPlanObjectType
|
|---|