public class

EmployerContributionPercentageDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.EmployerContributionPercentageDataType

Class Overview

This section holds the employer contribution if the plan includes employer contributions and the contributions are stated in percentages.

Java class for Employer_Contribution_Percentage_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Employer_Contribution_Percentage_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Election_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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal electionPercentage
Public Constructors
EmployerContributionPercentageDataType()
Public Methods
BigDecimal getElectionPercentage()
Gets the value of the electionPercentage property.
void setElectionPercentage(BigDecimal value)
Sets the value of the electionPercentage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal electionPercentage

Public Constructors

public EmployerContributionPercentageDataType ()

Public Methods

public BigDecimal getElectionPercentage ()

Gets the value of the electionPercentage property.

Returns
  • possible object is BigDecimal

public void setElectionPercentage (BigDecimal value)

Sets the value of the electionPercentage property.

Parameters
value Allowed object is BigDecimal