| java.lang.Object | |
| ↳ | com.workday.staffing.EmployeeContributionAmountDataType |
Contains the retirement savings amount information.
Java class for Employee_Contribution_Amount_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_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="Contribution_Amount_Maximum">
<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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contributionAmountData | |||||||||||
| contributionAmountMaximum | |||||||||||
| currencyReference | |||||||||||
| payrollInterfaceContributionAmountData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contributionAmountData property.
| |||||||||||
Gets the value of the contributionAmountMaximum 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 contributionAmountMaximum 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 contributionAmountMaximum property.
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 contributionAmountMaximum property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the payrollInterfaceContributionAmountData property.
| value | Allowed object is
PayrollInterfaceContributionAmountDataType
|
|---|