| java.lang.Object | |
| ↳ | com.workday.benefits.EnrollInRetirementSavingsPlansDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| eventDate | |||||||||||
| retirementSavingsCoverageTypeData | |||||||||||
| retirementSavingsElectionData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the eventDate property.
| |||||||||||
Gets the value of the retirementSavingsCoverageTypeData property.
| |||||||||||
Gets the value of the retirementSavingsElectionData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the eventDate property.
| |||||||||||
Sets the value of the retirementSavingsCoverageTypeData property.
| |||||||||||
Sets the value of the retirementSavingsElectionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReference property.
WorkerObjectType
Gets the value of the eventDate property.
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
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
Sets the value of the employeeReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the eventDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the retirementSavingsCoverageTypeData property.
| retirementSavingsCoverageTypeData | Allowed object is
BenefitCoverageTypeForRetirementSavingsElectionsDataType
|
|---|
Sets the value of the retirementSavingsElectionData property.
| retirementSavingsElectionData | Allowed object is
RetirementSavingsElectionDataForChangeRetirementSavingsPlansType
|
|---|