| java.lang.Object | |
| ↳ | com.workday.staffing.EmployerContributionAmountDataType |
Contains the employer contribution amount for the retirement savings election.
Java class for Employer_Contribution_Amount_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employer_Contribution_Amount_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contribution_Amount_Data" type="{urn:com.workday/bsvc}Contribution_Amount_DataType"/>
<element name="Payroll_Interface_Contribution_Amount_Data" type="{urn:com.workday/bsvc}Payroll_Interface_Contribution_Amount_DataType" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contributionAmountData | |||||||||||
| currencyReference | |||||||||||
| payrollInterfaceContributionAmountData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contributionAmountData property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the payrollInterfaceContributionAmountData property.
| |||||||||||
Sets the value of the contributionAmountData property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the payrollInterfaceContributionAmountData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the contributionAmountData property.
ContributionAmountDataType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the payrollInterfaceContributionAmountData property.
PayrollInterfaceContributionAmountDataType
Sets the value of the contributionAmountData property.
| value | Allowed object is
ContributionAmountDataType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the payrollInterfaceContributionAmountData property.
| value | Allowed object is
PayrollInterfaceContributionAmountDataType
|
|---|

