public class

InsuranceElectionDataChangeBenefitsType

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

Class Overview

Insurance election data

Java class for Insurance_Election_Data_Change_BenefitsType complex type.

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

 <complexType name="Insurance_Election_Data_Change_BenefitsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Insurance_Coverage_Plan_Reference" type="{urn:com.workday/bsvc}Insurance_Coverage_PlanObjectType"/>
         <element name="Dependent_Reference" type="{urn:com.workday/bsvc}DependentObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Coverage_Amount_Reference" type="{urn:com.workday/bsvc}Insurance_Coverage_Master_AmountObjectType"/>
         <element name="Beneficiary_Allocation_Data" type="{urn:com.workday/bsvc}Beneficiary_Allocation_for_Change_Benefits_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 List<BeneficiaryAllocationForChangeBenefitsDataType> beneficiaryAllocationData
protected BenefitIndividualRateDataForChangeBenefitsForLifeEventType benefitIndividualRateData
protected InsuranceCoverageMasterAmountObjectType coverageAmountReference
protected List<DependentObjectType> dependentReference
protected InsuranceCoveragePlanObjectType insuranceCoveragePlanReference
Public Constructors
InsuranceElectionDataChangeBenefitsType()
Public Methods
List<BeneficiaryAllocationForChangeBenefitsDataType> getBeneficiaryAllocationData()
Gets the value of the beneficiaryAllocationData property.
BenefitIndividualRateDataForChangeBenefitsForLifeEventType getBenefitIndividualRateData()
Gets the value of the benefitIndividualRateData property.
InsuranceCoverageMasterAmountObjectType getCoverageAmountReference()
Gets the value of the coverageAmountReference property.
List<DependentObjectType> getDependentReference()
Gets the value of the dependentReference property.
InsuranceCoveragePlanObjectType getInsuranceCoveragePlanReference()
Gets the value of the insuranceCoveragePlanReference property.
void setBeneficiaryAllocationData(List<BeneficiaryAllocationForChangeBenefitsDataType> beneficiaryAllocationData)
Sets the value of the beneficiaryAllocationData property.
void setBenefitIndividualRateData(BenefitIndividualRateDataForChangeBenefitsForLifeEventType value)
Sets the value of the benefitIndividualRateData property.
void setCoverageAmountReference(InsuranceCoverageMasterAmountObjectType value)
Sets the value of the coverageAmountReference property.
void setDependentReference(List<DependentObjectType> dependentReference)
Sets the value of the dependentReference property.
void setInsuranceCoveragePlanReference(InsuranceCoveragePlanObjectType value)
Sets the value of the insuranceCoveragePlanReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<BeneficiaryAllocationForChangeBenefitsDataType> beneficiaryAllocationData

protected InsuranceCoverageMasterAmountObjectType coverageAmountReference

protected List<DependentObjectType> dependentReference

protected InsuranceCoveragePlanObjectType insuranceCoveragePlanReference

Public Constructors

public InsuranceElectionDataChangeBenefitsType ()

Public Methods

public List<BeneficiaryAllocationForChangeBenefitsDataType> getBeneficiaryAllocationData ()

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

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

    getBeneficiaryAllocationData().add(newItem);
 

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

public BenefitIndividualRateDataForChangeBenefitsForLifeEventType getBenefitIndividualRateData ()

Gets the value of the benefitIndividualRateData property.

public InsuranceCoverageMasterAmountObjectType getCoverageAmountReference ()

Gets the value of the coverageAmountReference property.

Returns

public List<DependentObjectType> getDependentReference ()

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

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

    getDependentReference().add(newItem);
 

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

public InsuranceCoveragePlanObjectType getInsuranceCoveragePlanReference ()

Gets the value of the insuranceCoveragePlanReference property.

Returns

public void setBeneficiaryAllocationData (List<BeneficiaryAllocationForChangeBenefitsDataType> beneficiaryAllocationData)

Sets the value of the beneficiaryAllocationData property.

Parameters
beneficiaryAllocationData Allowed object is BeneficiaryAllocationForChangeBenefitsDataType

public void setBenefitIndividualRateData (BenefitIndividualRateDataForChangeBenefitsForLifeEventType value)

Sets the value of the benefitIndividualRateData property.

public void setCoverageAmountReference (InsuranceCoverageMasterAmountObjectType value)

Sets the value of the coverageAmountReference property.

Parameters
value Allowed object is InsuranceCoverageMasterAmountObjectType

public void setDependentReference (List<DependentObjectType> dependentReference)

Sets the value of the dependentReference property.

Parameters
dependentReference Allowed object is DependentObjectType

public void setInsuranceCoveragePlanReference (InsuranceCoveragePlanObjectType value)

Sets the value of the insuranceCoveragePlanReference property.

Parameters
value Allowed object is InsuranceCoveragePlanObjectType