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

