| java.lang.Object | |
| ↳ | com.workday.benefits.AdditionalBenefitsElectionDataType |
Additional Benefits Election data
Java class for Additional_Benefits_Election_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Additional_Benefits_Election_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Additional_Benefits_Plan_Reference" type="{urn:com.workday/bsvc}Additional_Benefits_PlanObjectType"/>
<element name="Additional_Benefits_Coverage_Target_Reference" type="{urn:com.workday/bsvc}Additional_Benefits_Coverage_TargetObjectType" minOccurs="0"/>
<choice>
<element name="Additional_Benefits_Percentage_Contribution_Value" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Additional_Benefits_Flat_Contribution_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</choice>
<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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalBenefitsCoverageTargetReference | |||||||||||
| additionalBenefitsFlatContributionAmount | |||||||||||
| additionalBenefitsPercentageContributionValue | |||||||||||
| additionalBenefitsPlanReference | |||||||||||
| benefitIndividualRateData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalBenefitsCoverageTargetReference property.
| |||||||||||
Gets the value of the additionalBenefitsFlatContributionAmount property.
| |||||||||||
Gets the value of the additionalBenefitsPercentageContributionValue property.
| |||||||||||
Gets the value of the additionalBenefitsPlanReference property.
| |||||||||||
Gets the value of the benefitIndividualRateData property.
| |||||||||||
Sets the value of the additionalBenefitsCoverageTargetReference property.
| |||||||||||
Sets the value of the additionalBenefitsFlatContributionAmount property.
| |||||||||||
Sets the value of the additionalBenefitsPercentageContributionValue property.
| |||||||||||
Sets the value of the additionalBenefitsPlanReference property.
| |||||||||||
Sets the value of the benefitIndividualRateData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalBenefitsCoverageTargetReference property.
AdditionalBenefitsCoverageTargetObjectType
Gets the value of the additionalBenefitsFlatContributionAmount property.
Gets the value of the additionalBenefitsPercentageContributionValue property.
Gets the value of the additionalBenefitsPlanReference property.
AdditionalBenefitsPlanObjectType
Gets the value of the benefitIndividualRateData property.
BenefitIndividualRateDataForChangeBenefitsForLifeEventType
Sets the value of the additionalBenefitsCoverageTargetReference property.
| value | Allowed object is
AdditionalBenefitsCoverageTargetObjectType
|
|---|
Sets the value of the additionalBenefitsFlatContributionAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the additionalBenefitsPercentageContributionValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the additionalBenefitsPlanReference property.
| value | Allowed object is
AdditionalBenefitsPlanObjectType
|
|---|
Sets the value of the benefitIndividualRateData property.
| value | Allowed object is
BenefitIndividualRateDataForChangeBenefitsForLifeEventType
|
|---|