public class

WorkerHealthCareDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkerHealthCareDataType

Class Overview

Contains the health care data for an employee.

Java class for Worker_Health_Care_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<WorkerHealthCarePeriodDataType> healthCarePeriodData
Public Constructors
WorkerHealthCareDataType()
Public Methods
List<WorkerHealthCarePeriodDataType> getHealthCarePeriodData()
Gets the value of the healthCarePeriodData property.
void setHealthCarePeriodData(List<WorkerHealthCarePeriodDataType> healthCarePeriodData)
Sets the value of the healthCarePeriodData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<WorkerHealthCarePeriodDataType> healthCarePeriodData

Public Constructors

public WorkerHealthCareDataType ()

Public Methods

public List<WorkerHealthCarePeriodDataType> getHealthCarePeriodData ()

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

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

    getHealthCarePeriodData().add(newItem);
 

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

public void setHealthCarePeriodData (List<WorkerHealthCarePeriodDataType> healthCarePeriodData)

Sets the value of the healthCarePeriodData property.

Parameters
healthCarePeriodData Allowed object is WorkerHealthCarePeriodDataType