| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitCoverageTypeForRetirementSavingsElectionsDataType |
Benefit coverage type level values
Java class for Benefit_Coverage_Type_for_Retirement_Savings_Elections_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Coverage_Type_for_Retirement_Savings_Elections_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Benefit_Coverage_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Coverage_TypeObjectType"/>
<choice>
<element name="Employee_Contribution_Percentage" 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="Employee_Contribution_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Retirement_Savings_Election_for_Coverage_Type_Data" type="{urn:com.workday/bsvc}Retirement_Savings_Election_for_Coverage_Type_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitCoverageTypeReference | |||||||||||
| employeeContributionAmount | |||||||||||
| employeeContributionPercentage | |||||||||||
| retirementSavingsElectionForCoverageTypeData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitCoverageTypeReference property.
| |||||||||||
Gets the value of the employeeContributionAmount property.
| |||||||||||
Gets the value of the employeeContributionPercentage property.
| |||||||||||
Gets the value of the retirementSavingsElectionForCoverageTypeData property.
| |||||||||||
Sets the value of the benefitCoverageTypeReference property.
| |||||||||||
Sets the value of the employeeContributionAmount property.
| |||||||||||
Sets the value of the employeeContributionPercentage property.
| |||||||||||
Sets the value of the retirementSavingsElectionForCoverageTypeData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitCoverageTypeReference property.
BenefitCoverageTypeObjectType
Gets the value of the employeeContributionAmount property.
Gets the value of the employeeContributionPercentage property.
Gets the value of the retirementSavingsElectionForCoverageTypeData 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 retirementSavingsElectionForCoverageTypeData property.
For example, to add a new item, do as follows:
getRetirementSavingsElectionForCoverageTypeData().add(newItem);
Objects of the following type(s) are allowed in the list
RetirementSavingsElectionForCoverageTypeDataType
Sets the value of the benefitCoverageTypeReference property.
| value | Allowed object is
BenefitCoverageTypeObjectType
|
|---|
Sets the value of the employeeContributionAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the employeeContributionPercentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the retirementSavingsElectionForCoverageTypeData property.
| retirementSavingsElectionForCoverageTypeData | Allowed object is
RetirementSavingsElectionForCoverageTypeDataType
|
|---|