public class

HealthSavingsAccountCoverageDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.HealthSavingsAccountCoverageDataType

Class Overview

Contains the spending account coverage information (elections) for an employee.

Java class for Health_Savings_Account_Coverage_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Health_Savings_Account_Coverage_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Election_Data" type="{urn:com.workday/bsvc}Worker_Benefit_Election_DataType" minOccurs="0"/>
         <element name="Health_Savings_Account_Election_Info_Data" type="{urn:com.workday/bsvc}Health_Savings_Account_Election_Info_DataType" minOccurs="0"/>
         <element name="Employee_Contribution_Data" type="{urn:com.workday/bsvc}Employee_Contribution_DataType" minOccurs="0"/>
         <element name="Employer_Contribution_Data" type="{urn:com.workday/bsvc}Employer_Contribution_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected WorkerBenefitElectionDataType benefitElectionData
protected EmployeeContributionDataType employeeContributionData
protected EmployerContributionDataType employerContributionData
protected HealthSavingsAccountElectionInfoDataType healthSavingsAccountElectionInfoData
Public Constructors
HealthSavingsAccountCoverageDataType()
Public Methods
WorkerBenefitElectionDataType getBenefitElectionData()
Gets the value of the benefitElectionData property.
EmployeeContributionDataType getEmployeeContributionData()
Gets the value of the employeeContributionData property.
EmployerContributionDataType getEmployerContributionData()
Gets the value of the employerContributionData property.
HealthSavingsAccountElectionInfoDataType getHealthSavingsAccountElectionInfoData()
Gets the value of the healthSavingsAccountElectionInfoData property.
void setBenefitElectionData(WorkerBenefitElectionDataType value)
Sets the value of the benefitElectionData property.
void setEmployeeContributionData(EmployeeContributionDataType value)
Sets the value of the employeeContributionData property.
void setEmployerContributionData(EmployerContributionDataType value)
Sets the value of the employerContributionData property.
void setHealthSavingsAccountElectionInfoData(HealthSavingsAccountElectionInfoDataType value)
Sets the value of the healthSavingsAccountElectionInfoData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected WorkerBenefitElectionDataType benefitElectionData

protected EmployeeContributionDataType employeeContributionData

protected EmployerContributionDataType employerContributionData

protected HealthSavingsAccountElectionInfoDataType healthSavingsAccountElectionInfoData

Public Constructors

public HealthSavingsAccountCoverageDataType ()

Public Methods

public WorkerBenefitElectionDataType getBenefitElectionData ()

Gets the value of the benefitElectionData property.

Returns

public EmployeeContributionDataType getEmployeeContributionData ()

Gets the value of the employeeContributionData property.

Returns

public EmployerContributionDataType getEmployerContributionData ()

Gets the value of the employerContributionData property.

Returns

public HealthSavingsAccountElectionInfoDataType getHealthSavingsAccountElectionInfoData ()

Gets the value of the healthSavingsAccountElectionInfoData property.

Returns

public void setBenefitElectionData (WorkerBenefitElectionDataType value)

Sets the value of the benefitElectionData property.

Parameters
value Allowed object is WorkerBenefitElectionDataType

public void setEmployeeContributionData (EmployeeContributionDataType value)

Sets the value of the employeeContributionData property.

Parameters
value Allowed object is EmployeeContributionDataType

public void setEmployerContributionData (EmployerContributionDataType value)

Sets the value of the employerContributionData property.

Parameters
value Allowed object is EmployerContributionDataType

public void setHealthSavingsAccountElectionInfoData (HealthSavingsAccountElectionInfoDataType value)

Sets the value of the healthSavingsAccountElectionInfoData property.

Parameters
value Allowed object is HealthSavingsAccountElectionInfoDataType