| java.lang.Object | |
| ↳ | com.workday.payroll.NonQualifiedPensionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| nonSection457ContribYTD | |||||||||||
| nonSection457DistYTD | |||||||||||
| section457ContribYTD | |||||||||||
| section457DistYTD | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the nonSection457ContribYTD property.
| |||||||||||
Gets the value of the nonSection457DistYTD property.
| |||||||||||
Gets the value of the section457ContribYTD property.
| |||||||||||
Gets the value of the section457DistYTD property.
| |||||||||||
Sets the value of the nonSection457ContribYTD property.
| |||||||||||
Sets the value of the nonSection457DistYTD property.
| |||||||||||
Sets the value of the section457ContribYTD property.
| |||||||||||
Sets the value of the section457DistYTD property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the nonSection457ContribYTD property.
Gets the value of the nonSection457DistYTD property.
Gets the value of the section457ContribYTD property.
Gets the value of the section457DistYTD property.
Sets the value of the nonSection457ContribYTD property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the nonSection457DistYTD property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the section457ContribYTD property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the section457DistYTD property.
| value | Allowed object is BigDecimal |
|---|