public class

EmployerContributionPercentageDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.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

Constants
long serialVersionUID
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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