public class

EnrollInRetirementSavingsPlansDataType

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

Class Overview

Enroll in Retirement Savings Plans Data

Java class for Enroll_in_Retirement_Savings_Plans_DataType complex type.

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

 <complexType name="Enroll_in_Retirement_Savings_Plans_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Event_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Retirement_Savings_Election_Data" type="{urn:com.workday/bsvc}Retirement_Savings_Election_Data_for_Change_Retirement_Savings_PlansType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Retirement_Savings_Coverage_Type_Data" type="{urn:com.workday/bsvc}Benefit_Coverage_Type_for_Retirement_Savings_Elections_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerObjectType employeeReference
protected XMLGregorianCalendar eventDate
protected List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData
protected List<RetirementSavingsElectionDataForChangeRetirementSavingsPlansType> retirementSavingsElectionData
Public Constructors
EnrollInRetirementSavingsPlansDataType()
Public Methods
WorkerObjectType getEmployeeReference()
Gets the value of the employeeReference property.
XMLGregorianCalendar getEventDate()
Gets the value of the eventDate property.
List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> getRetirementSavingsCoverageTypeData()
Gets the value of the retirementSavingsCoverageTypeData property.
List<RetirementSavingsElectionDataForChangeRetirementSavingsPlansType> getRetirementSavingsElectionData()
Gets the value of the retirementSavingsElectionData property.
void setEmployeeReference(WorkerObjectType value)
Sets the value of the employeeReference property.
void setEventDate(XMLGregorianCalendar value)
Sets the value of the eventDate property.
void setRetirementSavingsCoverageTypeData(List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData)
Sets the value of the retirementSavingsCoverageTypeData property.
void setRetirementSavingsElectionData(List<RetirementSavingsElectionDataForChangeRetirementSavingsPlansType> retirementSavingsElectionData)
Sets the value of the retirementSavingsElectionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerObjectType employeeReference

protected XMLGregorianCalendar eventDate

protected List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData

protected List<RetirementSavingsElectionDataForChangeRetirementSavingsPlansType> retirementSavingsElectionData

Public Constructors

public EnrollInRetirementSavingsPlansDataType ()

Public Methods

public WorkerObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public XMLGregorianCalendar getEventDate ()

Gets the value of the eventDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> getRetirementSavingsCoverageTypeData ()

Gets the value of the retirementSavingsCoverageTypeData 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 retirementSavingsCoverageTypeData property.

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

    getRetirementSavingsCoverageTypeData().add(newItem);
 

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

public List<RetirementSavingsElectionDataForChangeRetirementSavingsPlansType> getRetirementSavingsElectionData ()

Gets the value of the retirementSavingsElectionData 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 retirementSavingsElectionData property.

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

    getRetirementSavingsElectionData().add(newItem);
 

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

public void setEmployeeReference (WorkerObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is WorkerObjectType

public void setEventDate (XMLGregorianCalendar value)

Sets the value of the eventDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRetirementSavingsCoverageTypeData (List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData)

Sets the value of the retirementSavingsCoverageTypeData property.

Parameters
retirementSavingsCoverageTypeData Allowed object is BenefitCoverageTypeForRetirementSavingsElectionsDataType

public void setRetirementSavingsElectionData (List<RetirementSavingsElectionDataForChangeRetirementSavingsPlansType> retirementSavingsElectionData)

Sets the value of the retirementSavingsElectionData property.

Parameters
retirementSavingsElectionData Allowed object is RetirementSavingsElectionDataForChangeRetirementSavingsPlansType