public class

NonQualifiedPensionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.NonQualifiedPensionDataType

Class Overview

This is wrapper element for Annual Non Qualified plans Data.

Java class for Non-Qualified_Pension_DataType complex type.

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

 <complexType name="Non-Qualified_Pension_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Section_457_Dist_YTD" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="18"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Non-section_457_Dist_YTD" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Section_457_Contrib_YTD" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Non-section_457_Contrib_YTD" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal nonSection457ContribYTD
protected BigDecimal nonSection457DistYTD
protected BigDecimal section457ContribYTD
protected BigDecimal section457DistYTD
Public Constructors
NonQualifiedPensionDataType()
Public Methods
BigDecimal getNonSection457ContribYTD()
Gets the value of the nonSection457ContribYTD property.
BigDecimal getNonSection457DistYTD()
Gets the value of the nonSection457DistYTD property.
BigDecimal getSection457ContribYTD()
Gets the value of the section457ContribYTD property.
BigDecimal getSection457DistYTD()
Gets the value of the section457DistYTD property.
void setNonSection457ContribYTD(BigDecimal value)
Sets the value of the nonSection457ContribYTD property.
void setNonSection457DistYTD(BigDecimal value)
Sets the value of the nonSection457DistYTD property.
void setSection457ContribYTD(BigDecimal value)
Sets the value of the section457ContribYTD property.
void setSection457DistYTD(BigDecimal value)
Sets the value of the section457DistYTD property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal nonSection457ContribYTD

protected BigDecimal nonSection457DistYTD

protected BigDecimal section457ContribYTD

protected BigDecimal section457DistYTD

Public Constructors

public NonQualifiedPensionDataType ()

Public Methods

public BigDecimal getNonSection457ContribYTD ()

Gets the value of the nonSection457ContribYTD property.

Returns
  • possible object is BigDecimal

public BigDecimal getNonSection457DistYTD ()

Gets the value of the nonSection457DistYTD property.

Returns
  • possible object is BigDecimal

public BigDecimal getSection457ContribYTD ()

Gets the value of the section457ContribYTD property.

Returns
  • possible object is BigDecimal

public BigDecimal getSection457DistYTD ()

Gets the value of the section457DistYTD property.

Returns
  • possible object is BigDecimal

public void setNonSection457ContribYTD (BigDecimal value)

Sets the value of the nonSection457ContribYTD property.

Parameters
value Allowed object is BigDecimal

public void setNonSection457DistYTD (BigDecimal value)

Sets the value of the nonSection457DistYTD property.

Parameters
value Allowed object is BigDecimal

public void setSection457ContribYTD (BigDecimal value)

Sets the value of the section457ContribYTD property.

Parameters
value Allowed object is BigDecimal

public void setSection457DistYTD (BigDecimal value)

Sets the value of the section457DistYTD property.

Parameters
value Allowed object is BigDecimal