| java.lang.Object | |
| ↳ | com.workday.benefits.EmployeeDefinedContributionElectionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| definedContributionElectionData | |||||||||||
| employeeReference | |||||||||||
| takesEffectOnDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the definedContributionElectionData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the takesEffectOnDate property.
| |||||||||||
Sets the value of the definedContributionElectionData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the takesEffectOnDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the takesEffectOnDate property.
Sets the value of the definedContributionElectionData property.
| definedContributionElectionData | Allowed object is
DefinedContributionElectionDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the takesEffectOnDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|