public class

EmployerContributionDataType

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

Class Overview

Contains the employer contribution amount information for the spending account election.

Java class for Employer_Contribution_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Employer_Contribution_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Contribution_Data" type="{urn:com.workday/bsvc}Contribution_DataType" minOccurs="0"/>
         <element name="Payroll_Interface_Contribution_Data" type="{urn:com.workday/bsvc}Payroll_Interface_Contribution_DataType" minOccurs="0"/>
         <element name="Goal_Data" type="{urn:com.workday/bsvc}Goal_DataType" minOccurs="0"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ContributionDataType contributionData
protected CurrencyObjectType currencyReference
protected GoalDataType goalData
protected PayrollInterfaceContributionDataType payrollInterfaceContributionData
Public Constructors
EmployerContributionDataType()
Public Methods
ContributionDataType getContributionData()
Gets the value of the contributionData property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
GoalDataType getGoalData()
Gets the value of the goalData property.
PayrollInterfaceContributionDataType getPayrollInterfaceContributionData()
Gets the value of the payrollInterfaceContributionData property.
void setContributionData(ContributionDataType value)
Sets the value of the contributionData property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setGoalData(GoalDataType value)
Sets the value of the goalData property.
void setPayrollInterfaceContributionData(PayrollInterfaceContributionDataType value)
Sets the value of the payrollInterfaceContributionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ContributionDataType contributionData

protected CurrencyObjectType currencyReference

protected GoalDataType goalData

protected PayrollInterfaceContributionDataType payrollInterfaceContributionData

Public Constructors

public EmployerContributionDataType ()

Public Methods

public ContributionDataType getContributionData ()

Gets the value of the contributionData property.

Returns

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public GoalDataType getGoalData ()

Gets the value of the goalData property.

Returns

public PayrollInterfaceContributionDataType getPayrollInterfaceContributionData ()

Gets the value of the payrollInterfaceContributionData property.

Returns

public void setContributionData (ContributionDataType value)

Sets the value of the contributionData property.

Parameters
value Allowed object is ContributionDataType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setGoalData (GoalDataType value)

Sets the value of the goalData property.

Parameters
value Allowed object is GoalDataType

public void setPayrollInterfaceContributionData (PayrollInterfaceContributionDataType value)

Sets the value of the payrollInterfaceContributionData property.

Parameters
value Allowed object is PayrollInterfaceContributionDataType