public class

EmployeeContributionAmountDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EmployeeContributionAmountDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ContributionAmountDataType contributionAmountData
protected BigDecimal contributionAmountMaximum
protected CurrencyObjectType currencyReference
protected PayrollInterfaceContributionAmountDataType payrollInterfaceContributionAmountData
Public Constructors
EmployeeContributionAmountDataType()
Public Methods
ContributionAmountDataType getContributionAmountData()
Gets the value of the contributionAmountData property.
BigDecimal getContributionAmountMaximum()
Gets the value of the contributionAmountMaximum property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
PayrollInterfaceContributionAmountDataType getPayrollInterfaceContributionAmountData()
Gets the value of the payrollInterfaceContributionAmountData property.
void setContributionAmountData(ContributionAmountDataType value)
Sets the value of the contributionAmountData property.
void setContributionAmountMaximum(BigDecimal value)
Sets the value of the contributionAmountMaximum property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setPayrollInterfaceContributionAmountData(PayrollInterfaceContributionAmountDataType value)
Sets the value of the payrollInterfaceContributionAmountData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ContributionAmountDataType contributionAmountData

protected BigDecimal contributionAmountMaximum

protected CurrencyObjectType currencyReference

protected PayrollInterfaceContributionAmountDataType payrollInterfaceContributionAmountData

Public Constructors

public EmployeeContributionAmountDataType ()

Public Methods

public ContributionAmountDataType getContributionAmountData ()

Gets the value of the contributionAmountData property.

Returns

public BigDecimal getContributionAmountMaximum ()

Gets the value of the contributionAmountMaximum property.

Returns
  • possible object is BigDecimal

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public PayrollInterfaceContributionAmountDataType getPayrollInterfaceContributionAmountData ()

Gets the value of the payrollInterfaceContributionAmountData property.

Returns

public void setContributionAmountData (ContributionAmountDataType value)

Sets the value of the contributionAmountData property.

Parameters
value Allowed object is ContributionAmountDataType

public void setContributionAmountMaximum (BigDecimal value)

Sets the value of the contributionAmountMaximum property.

Parameters
value Allowed object is BigDecimal

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setPayrollInterfaceContributionAmountData (PayrollInterfaceContributionAmountDataType value)

Sets the value of the payrollInterfaceContributionAmountData property.

Parameters
value Allowed object is PayrollInterfaceContributionAmountDataType