public class

EmployerContributionAmountDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.EmployerContributionAmountDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ContributionAmountDataType contributionAmountData
protected CurrencyObjectType currencyReference
protected PayrollInterfaceContributionAmountDataType payrollInterfaceContributionAmountData
Public Constructors
EmployerContributionAmountDataType()
Public Methods
ContributionAmountDataType getContributionAmountData()
Gets the value of the contributionAmountData 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 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 CurrencyObjectType currencyReference

protected PayrollInterfaceContributionAmountDataType payrollInterfaceContributionAmountData

Public Constructors

public EmployerContributionAmountDataType ()

Public Methods

public ContributionAmountDataType getContributionAmountData ()

Gets the value of the contributionAmountData property.

Returns

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 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