| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerInsuranceCoverageDataType |
Contains the insurance election information for the employee.
Java class for Worker_Insurance_Coverage_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Insurance_Coverage_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Insurance_Coverage_Level_Data" type="{urn:com.workday/bsvc}Insurance_Coverage_Level_DataType"/>
<element name="Benefit_Election_Data" type="{urn:com.workday/bsvc}Worker_Benefit_Election_DataType"/>
<element name="Dependent_Coverage_Data" type="{urn:com.workday/bsvc}Dependent_Coverage_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Beneficiary_Designation_Data" type="{urn:com.workday/bsvc}Beneficiary_Designation_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiaryDesignationData | |||||||||||
| benefitElectionData | |||||||||||
| dependentCoverageData | |||||||||||
| insuranceCoverageLevelData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryDesignationData property.
| |||||||||||
Gets the value of the benefitElectionData property.
| |||||||||||
Gets the value of the dependentCoverageData property.
| |||||||||||
Gets the value of the insuranceCoverageLevelData property.
| |||||||||||
Sets the value of the beneficiaryDesignationData property.
| |||||||||||
Sets the value of the benefitElectionData property.
| |||||||||||
Sets the value of the dependentCoverageData property.
| |||||||||||
Sets the value of the insuranceCoverageLevelData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beneficiaryDesignationData 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 beneficiaryDesignationData property.
For example, to add a new item, do as follows:
getBeneficiaryDesignationData().add(newItem);
Objects of the following type(s) are allowed in the list
BeneficiaryDesignationDataType
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 insuranceCoverageLevelData property.
InsuranceCoverageLevelDataType
Sets the value of the beneficiaryDesignationData property.
| beneficiaryDesignationData | Allowed object is
BeneficiaryDesignationDataType
|
|---|
Sets the value of the benefitElectionData property.
| value | Allowed object is
WorkerBenefitElectionDataType
|
|---|
Sets the value of the dependentCoverageData property.
| dependentCoverageData | Allowed object is
DependentCoverageDataType
|
|---|
Sets the value of the insuranceCoverageLevelData property.
| value | Allowed object is
InsuranceCoverageLevelDataType
|
|---|