public class

HealthCareElectionChangeBenefitsDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.HealthCareElectionChangeBenefitsDataType

Class Overview

Health Care Election data for the Change Benefits web services

Java class for Health_Care_Election_Change_Benefits_DataType complex type.

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

 <complexType name="Health_Care_Election_Change_Benefits_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Health_Care_Coverage_Plan_Reference" type="{urn:com.workday/bsvc}Health_Care_Coverage_PlanObjectType"/>
         <element name="Health_Care_Coverage_Target_Reference" type="{urn:com.workday/bsvc}Health_Care_Coverage_TargetObjectType"/>
         <element name="Provider_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Dependent_Election_Data" type="{urn:com.workday/bsvc}Dependent_Election_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Benefit_Individual_Rate_Data" type="{urn:com.workday/bsvc}Benefit_Individual_Rate_Data_for_Change_Benefits_for_Life_EventType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BenefitIndividualRateDataForChangeBenefitsForLifeEventType benefitIndividualRateData
protected List<DependentElectionDataType> dependentElectionData
protected HealthCareCoveragePlanObjectType healthCareCoveragePlanReference
protected HealthCareCoverageTargetObjectType healthCareCoverageTargetReference
protected String providerID
Public Constructors
HealthCareElectionChangeBenefitsDataType()
Public Methods
BenefitIndividualRateDataForChangeBenefitsForLifeEventType getBenefitIndividualRateData()
Gets the value of the benefitIndividualRateData property.
List<DependentElectionDataType> getDependentElectionData()
Gets the value of the dependentElectionData property.
HealthCareCoveragePlanObjectType getHealthCareCoveragePlanReference()
Gets the value of the healthCareCoveragePlanReference property.
HealthCareCoverageTargetObjectType getHealthCareCoverageTargetReference()
Gets the value of the healthCareCoverageTargetReference property.
String getProviderID()
Gets the value of the providerID property.
void setBenefitIndividualRateData(BenefitIndividualRateDataForChangeBenefitsForLifeEventType value)
Sets the value of the benefitIndividualRateData property.
void setDependentElectionData(List<DependentElectionDataType> dependentElectionData)
Sets the value of the dependentElectionData property.
void setHealthCareCoveragePlanReference(HealthCareCoveragePlanObjectType value)
Sets the value of the healthCareCoveragePlanReference property.
void setHealthCareCoverageTargetReference(HealthCareCoverageTargetObjectType value)
Sets the value of the healthCareCoverageTargetReference property.
void setProviderID(String value)
Sets the value of the providerID property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<DependentElectionDataType> dependentElectionData

protected HealthCareCoveragePlanObjectType healthCareCoveragePlanReference

protected HealthCareCoverageTargetObjectType healthCareCoverageTargetReference

protected String providerID

Public Constructors

public HealthCareElectionChangeBenefitsDataType ()

Public Methods

public BenefitIndividualRateDataForChangeBenefitsForLifeEventType getBenefitIndividualRateData ()

Gets the value of the benefitIndividualRateData property.

public List<DependentElectionDataType> getDependentElectionData ()

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

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

    getDependentElectionData().add(newItem);
 

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

public HealthCareCoveragePlanObjectType getHealthCareCoveragePlanReference ()

Gets the value of the healthCareCoveragePlanReference property.

Returns

public HealthCareCoverageTargetObjectType getHealthCareCoverageTargetReference ()

Gets the value of the healthCareCoverageTargetReference property.

Returns

public String getProviderID ()

Gets the value of the providerID property.

Returns
  • possible object is String

public void setBenefitIndividualRateData (BenefitIndividualRateDataForChangeBenefitsForLifeEventType value)

Sets the value of the benefitIndividualRateData property.

public void setDependentElectionData (List<DependentElectionDataType> dependentElectionData)

Sets the value of the dependentElectionData property.

Parameters
dependentElectionData Allowed object is DependentElectionDataType

public void setHealthCareCoveragePlanReference (HealthCareCoveragePlanObjectType value)

Sets the value of the healthCareCoveragePlanReference property.

Parameters
value Allowed object is HealthCareCoveragePlanObjectType

public void setHealthCareCoverageTargetReference (HealthCareCoverageTargetObjectType value)

Sets the value of the healthCareCoverageTargetReference property.

Parameters
value Allowed object is HealthCareCoverageTargetObjectType

public void setProviderID (String value)

Sets the value of the providerID property.

Parameters
value Allowed object is String