| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerAdditionalBenefitsCoverageDataType |
Contains the additional benefits coverage information (elections) for an employee.
Java class for Worker_Additional_Benefits_Coverage_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Additional_Benefits_Coverage_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Additional_Benefits_Coverage_Target_Reference" type="{urn:com.workday/bsvc}Additional_Benefits_Coverage_TargetObjectType" minOccurs="0"/>
<element name="Original_Coverage_Begin_Date_for_Coverage_Target" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Benefit_Election_Data" type="{urn:com.workday/bsvc}Worker_Benefit_Election_DataType" minOccurs="0"/>
<element name="Percent_Contribution_Data" type="{urn:com.workday/bsvc}Employee_Contribution_Percentage_DataType" minOccurs="0"/>
<element name="Amount_Contribution_Data" type="{urn:com.workday/bsvc}Employee_Contribution_Amount_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalBenefitsCoverageTargetReference | |||||||||||
| amountContributionData | |||||||||||
| benefitElectionData | |||||||||||
| originalCoverageBeginDateForCoverageTarget | |||||||||||
| percentContributionData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalBenefitsCoverageTargetReference property.
| |||||||||||
Gets the value of the amountContributionData property.
| |||||||||||
Gets the value of the benefitElectionData property.
| |||||||||||
Gets the value of the originalCoverageBeginDateForCoverageTarget property.
| |||||||||||
Gets the value of the percentContributionData property.
| |||||||||||
Sets the value of the additionalBenefitsCoverageTargetReference property.
| |||||||||||
Sets the value of the amountContributionData property.
| |||||||||||
Sets the value of the benefitElectionData property.
| |||||||||||
Sets the value of the originalCoverageBeginDateForCoverageTarget property.
| |||||||||||
Sets the value of the percentContributionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalBenefitsCoverageTargetReference property.
AdditionalBenefitsCoverageTargetObjectType
Gets the value of the amountContributionData 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 amountContributionData property.
For example, to add a new item, do as follows:
getAmountContributionData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeContributionAmountDataType
Gets the value of the benefitElectionData property.
WorkerBenefitElectionDataType
Gets the value of the originalCoverageBeginDateForCoverageTarget property.
Gets the value of the percentContributionData property.
EmployeeContributionPercentageDataType
Sets the value of the additionalBenefitsCoverageTargetReference property.
| value | Allowed object is
AdditionalBenefitsCoverageTargetObjectType
|
|---|
Sets the value of the amountContributionData property.
| amountContributionData | Allowed object is
EmployeeContributionAmountDataType
|
|---|
Sets the value of the benefitElectionData property.
| value | Allowed object is
WorkerBenefitElectionDataType
|
|---|
Sets the value of the originalCoverageBeginDateForCoverageTarget property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the percentContributionData property.
| value | Allowed object is
EmployeeContributionPercentageDataType
|
|---|