public class

BenefitElectionChangeBenefitsDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected AdditionalBenefitsElectionDataType additionalBenefitsElectionData
protected XMLGregorianCalendar coverageBeginDate
protected XMLGregorianCalendar deductionBeginDate
protected HealthCareElectionChangeBenefitsDataType healthCareElectionData
protected HealthSavingsAccountElectionDataType healthSavingsAccountElectionData
protected InsuranceElectionDataChangeBenefitsType insuranceElectionData
protected XMLGregorianCalendar originalCoverageBeginDate
protected XMLGregorianCalendar originalDeductionBeginDate
protected RetirementSavingsElectionDataType retirementSavingsElectionData
protected SpendingAccountElectionDataType spendingAccountElectionData
Public Constructors
BenefitElectionChangeBenefitsDataType()
Public Methods
AdditionalBenefitsElectionDataType getAdditionalBenefitsElectionData()
Gets the value of the additionalBenefitsElectionData property.
XMLGregorianCalendar getCoverageBeginDate()
Gets the value of the coverageBeginDate property.
XMLGregorianCalendar getDeductionBeginDate()
Gets the value of the deductionBeginDate property.
HealthCareElectionChangeBenefitsDataType getHealthCareElectionData()
Gets the value of the healthCareElectionData property.
HealthSavingsAccountElectionDataType getHealthSavingsAccountElectionData()
Gets the value of the healthSavingsAccountElectionData property.
InsuranceElectionDataChangeBenefitsType getInsuranceElectionData()
Gets the value of the insuranceElectionData property.
XMLGregorianCalendar getOriginalCoverageBeginDate()
Gets the value of the originalCoverageBeginDate property.
XMLGregorianCalendar getOriginalDeductionBeginDate()
Gets the value of the originalDeductionBeginDate property.
RetirementSavingsElectionDataType getRetirementSavingsElectionData()
Gets the value of the retirementSavingsElectionData property.
SpendingAccountElectionDataType getSpendingAccountElectionData()
Gets the value of the spendingAccountElectionData property.
void setAdditionalBenefitsElectionData(AdditionalBenefitsElectionDataType value)
Sets the value of the additionalBenefitsElectionData property.
void setCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the coverageBeginDate property.
void setDeductionBeginDate(XMLGregorianCalendar value)
Sets the value of the deductionBeginDate property.
void setHealthCareElectionData(HealthCareElectionChangeBenefitsDataType value)
Sets the value of the healthCareElectionData property.
void setHealthSavingsAccountElectionData(HealthSavingsAccountElectionDataType value)
Sets the value of the healthSavingsAccountElectionData property.
void setInsuranceElectionData(InsuranceElectionDataChangeBenefitsType value)
Sets the value of the insuranceElectionData property.
void setOriginalCoverageBeginDate(XMLGregorianCalendar value)
Sets the value of the originalCoverageBeginDate property.
void setOriginalDeductionBeginDate(XMLGregorianCalendar value)
Sets the value of the originalDeductionBeginDate property.
void setRetirementSavingsElectionData(RetirementSavingsElectionDataType value)
Sets the value of the retirementSavingsElectionData property.
void setSpendingAccountElectionData(SpendingAccountElectionDataType value)
Sets the value of the spendingAccountElectionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AdditionalBenefitsElectionDataType additionalBenefitsElectionData

protected XMLGregorianCalendar coverageBeginDate

protected XMLGregorianCalendar deductionBeginDate

protected HealthCareElectionChangeBenefitsDataType healthCareElectionData

protected HealthSavingsAccountElectionDataType healthSavingsAccountElectionData

protected InsuranceElectionDataChangeBenefitsType insuranceElectionData

protected XMLGregorianCalendar originalCoverageBeginDate

protected XMLGregorianCalendar originalDeductionBeginDate

protected RetirementSavingsElectionDataType retirementSavingsElectionData

protected SpendingAccountElectionDataType spendingAccountElectionData

Public Constructors

public BenefitElectionChangeBenefitsDataType ()

Public Methods

public AdditionalBenefitsElectionDataType getAdditionalBenefitsElectionData ()

Gets the value of the additionalBenefitsElectionData property.

Returns

public XMLGregorianCalendar getCoverageBeginDate ()

Gets the value of the coverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDeductionBeginDate ()

Gets the value of the deductionBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public HealthCareElectionChangeBenefitsDataType getHealthCareElectionData ()

Gets the value of the healthCareElectionData property.

Returns

public HealthSavingsAccountElectionDataType getHealthSavingsAccountElectionData ()

Gets the value of the healthSavingsAccountElectionData property.

Returns

public InsuranceElectionDataChangeBenefitsType getInsuranceElectionData ()

Gets the value of the insuranceElectionData property.

Returns

public XMLGregorianCalendar getOriginalCoverageBeginDate ()

Gets the value of the originalCoverageBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getOriginalDeductionBeginDate ()

Gets the value of the originalDeductionBeginDate property.

Returns
  • possible object is XMLGregorianCalendar

public RetirementSavingsElectionDataType getRetirementSavingsElectionData ()

Gets the value of the retirementSavingsElectionData property.

Returns

public SpendingAccountElectionDataType getSpendingAccountElectionData ()

Gets the value of the spendingAccountElectionData property.

Returns

public void setAdditionalBenefitsElectionData (AdditionalBenefitsElectionDataType value)

Sets the value of the additionalBenefitsElectionData property.

Parameters
value Allowed object is AdditionalBenefitsElectionDataType

public void setCoverageBeginDate (XMLGregorianCalendar value)

Sets the value of the coverageBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDeductionBeginDate (XMLGregorianCalendar value)

Sets the value of the deductionBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setHealthCareElectionData (HealthCareElectionChangeBenefitsDataType value)

Sets the value of the healthCareElectionData property.

Parameters
value Allowed object is HealthCareElectionChangeBenefitsDataType

public void setHealthSavingsAccountElectionData (HealthSavingsAccountElectionDataType value)

Sets the value of the healthSavingsAccountElectionData property.

Parameters
value Allowed object is HealthSavingsAccountElectionDataType

public void setInsuranceElectionData (InsuranceElectionDataChangeBenefitsType value)

Sets the value of the insuranceElectionData property.

Parameters
value Allowed object is InsuranceElectionDataChangeBenefitsType

public void setOriginalCoverageBeginDate (XMLGregorianCalendar value)

Sets the value of the originalCoverageBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOriginalDeductionBeginDate (XMLGregorianCalendar value)

Sets the value of the originalDeductionBeginDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRetirementSavingsElectionData (RetirementSavingsElectionDataType value)

Sets the value of the retirementSavingsElectionData property.

Parameters
value Allowed object is RetirementSavingsElectionDataType

public void setSpendingAccountElectionData (SpendingAccountElectionDataType value)

Sets the value of the spendingAccountElectionData property.

Parameters
value Allowed object is SpendingAccountElectionDataType