public class

EmployeeDefinedContributionElectionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.EmployeeDefinedContributionElectionDataType

Class Overview

Retirement Savings Elections to be added, updated or deleted.

Java class for Employee_Defined_Contribution_Election_DataType complex type.

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

 <complexType name="Employee_Defined_Contribution_Election_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Takes_Effect_On_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Defined_Contribution_Election_Data" type="{urn:com.workday/bsvc}Defined_Contribution_Election_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<DefinedContributionElectionDataType> definedContributionElectionData
protected EmployeeObjectType employeeReference
protected XMLGregorianCalendar takesEffectOnDate
Public Constructors
EmployeeDefinedContributionElectionDataType()
Public Methods
List<DefinedContributionElectionDataType> getDefinedContributionElectionData()
Gets the value of the definedContributionElectionData property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
XMLGregorianCalendar getTakesEffectOnDate()
Gets the value of the takesEffectOnDate property.
void setDefinedContributionElectionData(List<DefinedContributionElectionDataType> definedContributionElectionData)
Sets the value of the definedContributionElectionData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setTakesEffectOnDate(XMLGregorianCalendar value)
Sets the value of the takesEffectOnDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<DefinedContributionElectionDataType> definedContributionElectionData

protected EmployeeObjectType employeeReference

protected XMLGregorianCalendar takesEffectOnDate

Public Constructors

public EmployeeDefinedContributionElectionDataType ()

Public Methods

public List<DefinedContributionElectionDataType> getDefinedContributionElectionData ()

Gets the value of the definedContributionElectionData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the definedContributionElectionData property.

For example, to add a new item, do as follows:

    getDefinedContributionElectionData().add(newItem);
 

Objects of the following type(s) are allowed in the list DefinedContributionElectionDataType

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public XMLGregorianCalendar getTakesEffectOnDate ()

Gets the value of the takesEffectOnDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setDefinedContributionElectionData (List<DefinedContributionElectionDataType> definedContributionElectionData)

Sets the value of the definedContributionElectionData property.

Parameters
definedContributionElectionData Allowed object is DefinedContributionElectionDataType

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setTakesEffectOnDate (XMLGregorianCalendar value)

Sets the value of the takesEffectOnDate property.

Parameters
value Allowed object is XMLGregorianCalendar