| java.lang.Object | |
| ↳ | com.workday.compensation.PutEligibleEarningsRequestType |
This web service operation is designed to load eligible earnings overrides for an employee for a specified eligible earnings override period. If bonus plans are specified, then the eligible earnings override will apply only to those specific bonus plans. Alternatively, selecting "Apply to All Bonus Plans" option will enable the eligible earnings override to be applied to all current and future bonus plans assigned to the employee for the specified period.
Java class for Put_Eligible_Earnings_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Eligible_Earnings_RequestType">
<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"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| eligibleEarningsData | |||||||||||
| eligibleEarningsReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addOnly property.
| |||||||||||
Gets the value of the eligibleEarningsData property.
| |||||||||||
Gets the value of the eligibleEarningsReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the eligibleEarningsData property.
| |||||||||||
Sets the value of the eligibleEarningsReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addOnly property. This getter has been renamed from isAddOnly() to getAddOnly() by cxf-xjc-boolean plugin.
Gets the value of the eligibleEarningsData property.
EligibleEarningsDataType
Gets the value of the eligibleEarningsReference property.
EligibleEarningsOverrideObjectType
Gets the value of the version property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the eligibleEarningsData property.
| value | Allowed object is
EligibleEarningsDataType
|
|---|
Sets the value of the eligibleEarningsReference property.
| value | Allowed object is
EligibleEarningsOverrideObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|