| java.lang.Object | |
| ↳ | com.workday.benefits.InsuranceElectionDataChangeBenefitsType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryAllocationData property.
| |||||||||||
Gets the value of the benefitIndividualRateData property.
| |||||||||||
Gets the value of the coverageAmountReference property.
| |||||||||||
Gets the value of the dependentReference property.
| |||||||||||
Gets the value of the insuranceCoveragePlanReference property.
| |||||||||||
Sets the value of the beneficiaryAllocationData property.
| |||||||||||
Sets the value of the benefitIndividualRateData property.
| |||||||||||
Sets the value of the coverageAmountReference property.
| |||||||||||
Sets the value of the dependentReference property.
| |||||||||||
Sets the value of the insuranceCoveragePlanReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the benefitIndividualRateData property.
BenefitIndividualRateDataForChangeBenefitsForLifeEventType
Gets the value of the coverageAmountReference property.
InsuranceCoverageMasterAmountObjectType
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
Gets the value of the insuranceCoveragePlanReference property.
InsuranceCoveragePlanObjectType
Sets the value of the beneficiaryAllocationData property.
| beneficiaryAllocationData | Allowed object is
BeneficiaryAllocationForChangeBenefitsDataType
|
|---|
Sets the value of the benefitIndividualRateData property.
| value | Allowed object is
BenefitIndividualRateDataForChangeBenefitsForLifeEventType
|
|---|
Sets the value of the coverageAmountReference property.
| value | Allowed object is
InsuranceCoverageMasterAmountObjectType
|
|---|
Sets the value of the dependentReference property.
| dependentReference | Allowed object is
DependentObjectType
|
|---|
Sets the value of the insuranceCoveragePlanReference property.
| value | Allowed object is
InsuranceCoveragePlanObjectType
|
|---|