| java.lang.Object | |
| ↳ | workday.com.bsvc.HealthSavingsAccountCoverageDataType |
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>
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitElectionData property.
| |||||||||||
Gets the value of the employeeContributionData property.
| |||||||||||
Gets the value of the employerContributionData property.
| |||||||||||
Gets the value of the healthSavingsAccountElectionInfoData property.
| |||||||||||
Sets the value of the benefitElectionData property.
| |||||||||||
Sets the value of the employeeContributionData property.
| |||||||||||
Sets the value of the employerContributionData property.
| |||||||||||
Sets the value of the healthSavingsAccountElectionInfoData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the benefitElectionData property.
WorkerBenefitElectionDataType
Gets the value of the employeeContributionData property.
EmployeeContributionDataType
Gets the value of the employerContributionData property.
EmployerContributionDataType
Gets the value of the healthSavingsAccountElectionInfoData property.
HealthSavingsAccountElectionInfoDataType
Sets the value of the benefitElectionData property.
| value | Allowed object is
WorkerBenefitElectionDataType
|
|---|
Sets the value of the employeeContributionData property.
| value | Allowed object is
EmployeeContributionDataType
|
|---|
Sets the value of the employerContributionData property.
| value | Allowed object is
EmployerContributionDataType
|
|---|
Sets the value of the healthSavingsAccountElectionInfoData property.
| value | Allowed object is
HealthSavingsAccountElectionInfoDataType
|
|---|

