| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerHealthCareCoverageDataType |
Contains the health care coverage information (elections) for an employee.
Java class for Worker_Health_Care_Coverage_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Health_Care_Coverage_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Health_Care_Coverage_Target_Reference" type="{urn:com.workday/bsvc}Health_Care_Coverage_TargetObjectType" minOccurs="0"/>
<element name="Original_Coverage_Begin_Date_for_Coverage_Target" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Provider_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Benefit_Election_Data" type="{urn:com.workday/bsvc}Worker_Benefit_Election_DataType" minOccurs="0"/>
<element name="Dependent_Coverage_Data" type="{urn:com.workday/bsvc}Dependent_Coverage_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitElectionData | |||||||||||
| dependentCoverageData | |||||||||||
| healthCareCoverageTargetReference | |||||||||||
| originalCoverageBeginDateForCoverageTarget | |||||||||||
| providerID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitElectionData property.
| |||||||||||
Gets the value of the dependentCoverageData property.
| |||||||||||
Gets the value of the healthCareCoverageTargetReference property.
| |||||||||||
Gets the value of the originalCoverageBeginDateForCoverageTarget property.
| |||||||||||
Gets the value of the providerID property.
| |||||||||||
Sets the value of the benefitElectionData property.
| |||||||||||
Sets the value of the healthCareCoverageTargetReference property.
| |||||||||||
Sets the value of the originalCoverageBeginDateForCoverageTarget property.
| |||||||||||
Sets the value of the providerID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the benefitElectionData property.
WorkerBenefitElectionDataType
Gets the value of the dependentCoverageData 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 dependentCoverageData property.
For example, to add a new item, do as follows:
getDependentCoverageData().add(newItem);
Objects of the following type(s) are allowed in the list
DependentCoverageDataType
Gets the value of the healthCareCoverageTargetReference property.
HealthCareCoverageTargetObjectType
Gets the value of the originalCoverageBeginDateForCoverageTarget property.
Gets the value of the providerID property.
Sets the value of the benefitElectionData property.
| value | Allowed object is
WorkerBenefitElectionDataType
|
|---|
Sets the value of the healthCareCoverageTargetReference property.
| value | Allowed object is
HealthCareCoverageTargetObjectType
|
|---|
Sets the value of the originalCoverageBeginDateForCoverageTarget property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the providerID property.
| value | Allowed object is String |
|---|

