public class

AnnualContributionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.AnnualContributionDataType

Class Overview

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="10"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal annualContributionAmount
protected BigDecimal priorContributionAmount
protected BigDecimal remainingPeriods
Public Constructors
AnnualContributionDataType()
Public Methods
BigDecimal getAnnualContributionAmount()
Gets the value of the annualContributionAmount property.
BigDecimal getPriorContributionAmount()
Gets the value of the priorContributionAmount property.
BigDecimal getRemainingPeriods()
Gets the value of the remainingPeriods property.
void setAnnualContributionAmount(BigDecimal value)
Sets the value of the annualContributionAmount property.
void setPriorContributionAmount(BigDecimal value)
Sets the value of the priorContributionAmount property.
void setRemainingPeriods(BigDecimal value)
Sets the value of the remainingPeriods property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal annualContributionAmount

protected BigDecimal priorContributionAmount

protected BigDecimal remainingPeriods

Public Constructors

public AnnualContributionDataType ()

Public Methods

public BigDecimal getAnnualContributionAmount ()

Gets the value of the annualContributionAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getPriorContributionAmount ()

Gets the value of the priorContributionAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getRemainingPeriods ()

Gets the value of the remainingPeriods property.

Returns
  • possible object is BigDecimal

public void setAnnualContributionAmount (BigDecimal value)

Sets the value of the annualContributionAmount property.

Parameters
value Allowed object is BigDecimal

public void setPriorContributionAmount (BigDecimal value)

Sets the value of the priorContributionAmount property.

Parameters
value Allowed object is BigDecimal

public void setRemainingPeriods (BigDecimal value)

Sets the value of the remainingPeriods property.

Parameters
value Allowed object is BigDecimal