| java.lang.Object | |
| ↳ | com.workday.hr.EmployeeContributionPercentageDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contributionPercentageMaximum | |||||||||||
| electionPercentage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contributionPercentageMaximum property.
| |||||||||||
Gets the value of the electionPercentage property.
| |||||||||||
Sets the value of the contributionPercentageMaximum property.
| |||||||||||
Sets the value of the electionPercentage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the contributionPercentageMaximum property.
Gets the value of the electionPercentage property.
Sets the value of the contributionPercentageMaximum property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the electionPercentage property.
| value | Allowed object is BigDecimal |
|---|

