public class

EmployeeContributionDataType

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

Class Overview

Contains the spending account election information including the contribution, payroll interface contribution, goal, and annual contribution information.

Java class for Employee_Contribution_DataType complex type.

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

 <complexType name="Employee_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="Annual_Contribution_Data" type="{urn:com.workday/bsvc}Annual_Contribution_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 AnnualContributionDataType annualContributionData
protected ContributionDataType contributionData
protected CurrencyObjectType currencyReference
protected GoalDataType goalData
protected PayrollInterfaceContributionDataType payrollInterfaceContributionData
Public Constructors
EmployeeContributionDataType()
Public Methods
AnnualContributionDataType getAnnualContributionData()
Gets the value of the annualContributionData property.
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 setAnnualContributionData(AnnualContributionDataType value)
Sets the value of the annualContributionData 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 AnnualContributionDataType annualContributionData

protected ContributionDataType contributionData

protected CurrencyObjectType currencyReference

protected GoalDataType goalData

protected PayrollInterfaceContributionDataType payrollInterfaceContributionData

Public Constructors

public EmployeeContributionDataType ()

Public Methods

public AnnualContributionDataType getAnnualContributionData ()

Gets the value of the annualContributionData property.

Returns

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 setAnnualContributionData (AnnualContributionDataType value)

Sets the value of the annualContributionData property.

Parameters
value Allowed object is AnnualContributionDataType

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