| java.lang.Object | |
| ↳ | workday.com.bsvc.AnnualContributionDataType |
The annual contribution for the spending account election.
Java class for Annual_Contribution_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Annual_Contribution_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annual_Contribution_Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Prior_Contribution_Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Remaining_Periods">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="3"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| annualContributionAmount | |||||||||||
| priorContributionAmount | |||||||||||
| remainingPeriods | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the annualContributionAmount property.
| |||||||||||
Gets the value of the priorContributionAmount property.
| |||||||||||
Gets the value of the remainingPeriods property.
| |||||||||||
Sets the value of the annualContributionAmount property.
| |||||||||||
Sets the value of the priorContributionAmount property.
| |||||||||||
Sets the value of the remainingPeriods property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the annualContributionAmount property.
Gets the value of the priorContributionAmount property.
Gets the value of the remainingPeriods property.
Sets the value of the annualContributionAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the priorContributionAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the remainingPeriods property.
| value | Allowed object is BigDecimal |
|---|

