public class

EmployeeContributionPercentageDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EmployeeContributionPercentageDataType

Class Overview

This section holds the employee's election and the maximum the employee can elect when the benefit plan uses percentages as elections.

Java class for Employee_Contribution_Percentage_DataType complex type.

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

 <complexType name="Employee_Contribution_Percentage_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Election_Percentage">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="5"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Contribution_Percentage_Maximum">
           <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 contributionPercentageMaximum
protected BigDecimal electionPercentage
Public Constructors
EmployeeContributionPercentageDataType()
Public Methods
BigDecimal getContributionPercentageMaximum()
Gets the value of the contributionPercentageMaximum property.
BigDecimal getElectionPercentage()
Gets the value of the electionPercentage property.
void setContributionPercentageMaximum(BigDecimal value)
Sets the value of the contributionPercentageMaximum 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 contributionPercentageMaximum

protected BigDecimal electionPercentage

Public Constructors

public EmployeeContributionPercentageDataType ()

Public Methods

public BigDecimal getContributionPercentageMaximum ()

Gets the value of the contributionPercentageMaximum property.

Returns
  • possible object is BigDecimal

public BigDecimal getElectionPercentage ()

Gets the value of the electionPercentage property.

Returns
  • possible object is BigDecimal

public void setContributionPercentageMaximum (BigDecimal value)

Sets the value of the contributionPercentageMaximum property.

Parameters
value Allowed object is BigDecimal

public void setElectionPercentage (BigDecimal value)

Sets the value of the electionPercentage property.

Parameters
value Allowed object is BigDecimal