| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitElectionChangeBenefitsDataType |
Generic benefit election data for this election
Java class for Benefit_Election_Change_Benefits_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Election_Change_Benefits_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coverage_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<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="Original_Deduction_Begin_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<choice>
<element name="Health_Care_Election_Data" type="{urn:com.workday/bsvc}Health_Care_Election_Change_Benefits_DataType"/>
<element name="Health_Savings_Account_Election_Data" type="{urn:com.workday/bsvc}Health_Savings_Account_Election_DataType"/>
<element name="Spending_Account_Election_Data" type="{urn:com.workday/bsvc}Spending_Account_Election_DataType"/>
<element name="Insurance_Election_Data" type="{urn:com.workday/bsvc}Insurance_Election_Data_Change_BenefitsType"/>
<element name="Retirement_Savings_Election_Data" type="{urn:com.workday/bsvc}Retirement_Savings_Election_DataType"/>
<element name="Additional_Benefits_Election_Data" type="{urn:com.workday/bsvc}Additional_Benefits_Election_DataType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalBenefitsElectionData | |||||||||||
| coverageBeginDate | |||||||||||
| deductionBeginDate | |||||||||||
| healthCareElectionData | |||||||||||
| healthSavingsAccountElectionData | |||||||||||
| insuranceElectionData | |||||||||||
| originalCoverageBeginDate | |||||||||||
| originalDeductionBeginDate | |||||||||||
| retirementSavingsElectionData | |||||||||||
| spendingAccountElectionData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalBenefitsElectionData property.
| |||||||||||
Gets the value of the coverageBeginDate property.
| |||||||||||
Gets the value of the deductionBeginDate property.
| |||||||||||
Gets the value of the healthCareElectionData property.
| |||||||||||
Gets the value of the healthSavingsAccountElectionData property.
| |||||||||||
Gets the value of the insuranceElectionData property.
| |||||||||||
Gets the value of the originalCoverageBeginDate property.
| |||||||||||
Gets the value of the originalDeductionBeginDate property.
| |||||||||||
Gets the value of the retirementSavingsElectionData property.
| |||||||||||
Gets the value of the spendingAccountElectionData property.
| |||||||||||
Sets the value of the additionalBenefitsElectionData property.
| |||||||||||
Sets the value of the coverageBeginDate property.
| |||||||||||
Sets the value of the deductionBeginDate property.
| |||||||||||
Sets the value of the healthCareElectionData property.
| |||||||||||
Sets the value of the healthSavingsAccountElectionData property.
| |||||||||||
Sets the value of the insuranceElectionData property.
| |||||||||||
Sets the value of the originalCoverageBeginDate property.
| |||||||||||
Sets the value of the originalDeductionBeginDate property.
| |||||||||||
Sets the value of the retirementSavingsElectionData property.
| |||||||||||
Sets the value of the spendingAccountElectionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalBenefitsElectionData property.
AdditionalBenefitsElectionDataType
Gets the value of the coverageBeginDate property.
Gets the value of the deductionBeginDate property.
Gets the value of the healthCareElectionData property.
HealthCareElectionChangeBenefitsDataType
Gets the value of the healthSavingsAccountElectionData property.
HealthSavingsAccountElectionDataType
Gets the value of the insuranceElectionData property.
InsuranceElectionDataChangeBenefitsType
Gets the value of the originalCoverageBeginDate property.
Gets the value of the originalDeductionBeginDate property.
Gets the value of the retirementSavingsElectionData property.
RetirementSavingsElectionDataType
Gets the value of the spendingAccountElectionData property.
SpendingAccountElectionDataType
Sets the value of the additionalBenefitsElectionData property.
| value | Allowed object is
AdditionalBenefitsElectionDataType
|
|---|
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 healthCareElectionData property.
| value | Allowed object is
HealthCareElectionChangeBenefitsDataType
|
|---|
Sets the value of the healthSavingsAccountElectionData property.
| value | Allowed object is
HealthSavingsAccountElectionDataType
|
|---|
Sets the value of the insuranceElectionData property.
| value | Allowed object is
InsuranceElectionDataChangeBenefitsType
|
|---|
Sets the value of the originalCoverageBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the originalDeductionBeginDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the retirementSavingsElectionData property.
| value | Allowed object is
RetirementSavingsElectionDataType
|
|---|
Sets the value of the spendingAccountElectionData property.
| value | Allowed object is
SpendingAccountElectionDataType
|
|---|