| java.lang.Object | |
| ↳ | com.workday.benefits.RetirementSavingsElectionDataForChangeRetirementSavingsPlansType |
Retirement Savings Election Data
Java class for Retirement_Savings_Election_Data_for_Change_Retirement_Savings_PlansType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Retirement_Savings_Election_Data_for_Change_Retirement_Savings_PlansType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Original_Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Deduction_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Loaded_Original_Deduction_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Elect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Retirement_Savings_Plan_Reference" type="{urn:com.workday/bsvc}Retirement_Savings_PlanObjectType"/>
<choice>
<element name="Election_Percentage" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Election_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Beneficiary_Allocation_Data" type="{urn:com.workday/bsvc}Beneficiary_Allocation_for_Change_Benefits_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiaryAllocationData | |||||||||||
| coverageBeginDate | |||||||||||
| deductionBeginDate | |||||||||||
| elect | |||||||||||
| electionAmount | |||||||||||
| electionPercentage | |||||||||||
| loadedOriginalDeductionBeginDate | |||||||||||
| originalCoverageBeginDate | |||||||||||
| retirementSavingsPlanReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryAllocationData property.
| |||||||||||
Gets the value of the coverageBeginDate property.
| |||||||||||
Gets the value of the deductionBeginDate property.
| |||||||||||
Gets the value of the elect property.
| |||||||||||
Gets the value of the electionAmount property.
| |||||||||||
Gets the value of the electionPercentage property.
| |||||||||||
Gets the value of the loadedOriginalDeductionBeginDate property.
| |||||||||||
Gets the value of the originalCoverageBeginDate property.
| |||||||||||
Gets the value of the retirementSavingsPlanReference property.
| |||||||||||
Sets the value of the beneficiaryAllocationData property.
| |||||||||||
Sets the value of the coverageBeginDate property.
| |||||||||||
Sets the value of the deductionBeginDate property.
| |||||||||||
Sets the value of the elect property.
| |||||||||||
Sets the value of the electionAmount property.
| |||||||||||
Sets the value of the electionPercentage property.
| |||||||||||
Sets the value of the loadedOriginalDeductionBeginDate property.
| |||||||||||
Sets the value of the originalCoverageBeginDate property.
| |||||||||||
Sets the value of the retirementSavingsPlanReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beneficiaryAllocationData 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 beneficiaryAllocationData property.
For example, to add a new item, do as follows:
getBeneficiaryAllocationData().add(newItem);
Objects of the following type(s) are allowed in the list
BeneficiaryAllocationForChangeBenefitsDataType
Gets the value of the coverageBeginDate property.
Gets the value of the deductionBeginDate property.
Gets the value of the elect property. This getter has been renamed from isElect() to getElect() by cxf-xjc-boolean plugin.
Gets the value of the electionAmount property.
Gets the value of the electionPercentage property.
Gets the value of the loadedOriginalDeductionBeginDate property.
Gets the value of the originalCoverageBeginDate property.
Gets the value of the retirementSavingsPlanReference property.
RetirementSavingsPlanObjectType
Sets the value of the beneficiaryAllocationData property.
| beneficiaryAllocationData | Allowed object is
BeneficiaryAllocationForChangeBenefitsDataType
|
|---|
Sets the value of the coverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the deductionBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the elect property.
| value | Allowed object is Boolean |
|---|
Sets the value of the electionAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the electionPercentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the loadedOriginalDeductionBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the originalCoverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the retirementSavingsPlanReference property.
| value | Allowed object is
RetirementSavingsPlanObjectType
|
|---|