public class

WorkerHealthSavingsAccountDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.WorkerHealthSavingsAccountDataType

Class Overview

Contains the health savings account information for an employee.

Java class for Worker_Health_Savings_Account_DataType complex type.

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

 <complexType name="Worker_Health_Savings_Account_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Health_Savings_Account_Period_Data" type="{urn:com.workday/bsvc}Worker_Health_Savings_Account_Period_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<WorkerHealthSavingsAccountPeriodDataType> healthSavingsAccountPeriodData
Public Constructors
WorkerHealthSavingsAccountDataType()
Public Methods
List<WorkerHealthSavingsAccountPeriodDataType> getHealthSavingsAccountPeriodData()
Gets the value of the healthSavingsAccountPeriodData property.
void setHealthSavingsAccountPeriodData(List<WorkerHealthSavingsAccountPeriodDataType> healthSavingsAccountPeriodData)
Sets the value of the healthSavingsAccountPeriodData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<WorkerHealthSavingsAccountPeriodDataType> healthSavingsAccountPeriodData

Public Constructors

public WorkerHealthSavingsAccountDataType ()

Public Methods

public List<WorkerHealthSavingsAccountPeriodDataType> getHealthSavingsAccountPeriodData ()

Gets the value of the healthSavingsAccountPeriodData 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 healthSavingsAccountPeriodData property.

For example, to add a new item, do as follows:

    getHealthSavingsAccountPeriodData().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkerHealthSavingsAccountPeriodDataType

public void setHealthSavingsAccountPeriodData (List<WorkerHealthSavingsAccountPeriodDataType> healthSavingsAccountPeriodData)

Sets the value of the healthSavingsAccountPeriodData property.

Parameters
healthSavingsAccountPeriodData Allowed object is WorkerHealthSavingsAccountPeriodDataType