| java.lang.Object | |
| ↳ | com.workday.benefits.HealthCareElectionChangeBenefitsDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitIndividualRateData | |||||||||||
| dependentElectionData | |||||||||||
| healthCareCoveragePlanReference | |||||||||||
| healthCareCoverageTargetReference | |||||||||||
| providerID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitIndividualRateData property.
| |||||||||||
Gets the value of the dependentElectionData property.
| |||||||||||
Gets the value of the healthCareCoveragePlanReference property.
| |||||||||||
Gets the value of the healthCareCoverageTargetReference property.
| |||||||||||
Gets the value of the providerID property.
| |||||||||||
Sets the value of the benefitIndividualRateData property.
| |||||||||||
Sets the value of the dependentElectionData property.
| |||||||||||
Sets the value of the healthCareCoveragePlanReference property.
| |||||||||||
Sets the value of the healthCareCoverageTargetReference property.
| |||||||||||
Sets the value of the providerID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitIndividualRateData property.
BenefitIndividualRateDataForChangeBenefitsForLifeEventType
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
Gets the value of the healthCareCoveragePlanReference property.
HealthCareCoveragePlanObjectType
Gets the value of the healthCareCoverageTargetReference property.
HealthCareCoverageTargetObjectType
Gets the value of the providerID property.
Sets the value of the benefitIndividualRateData property.
| value | Allowed object is
BenefitIndividualRateDataForChangeBenefitsForLifeEventType
|
|---|
Sets the value of the dependentElectionData property.
| dependentElectionData | Allowed object is
DependentElectionDataType
|
|---|
Sets the value of the healthCareCoveragePlanReference property.
| value | Allowed object is
HealthCareCoveragePlanObjectType
|
|---|
Sets the value of the healthCareCoverageTargetReference property.
| value | Allowed object is
HealthCareCoverageTargetObjectType
|
|---|
Sets the value of the providerID property.
| value | Allowed object is String |
|---|