public class

YTDTaxFilingDataForQuarterlyWorkerType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.YTDTaxFilingDataForQuarterlyWorkerType

Class Overview

YTD Tax Filing Data for Quarterly Worker

Java class for YTD_Tax_Filing_Data_for_Quarterly_WorkerType complex type.

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

 <complexType name="YTD_Tax_Filing_Data_for_Quarterly_WorkerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tax_Withheld" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Taxable_Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="32"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Subject_Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Gross_Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="W-2_Eligible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal grossWages
protected BigDecimal subjectWages
protected BigDecimal taxWithheld
protected BigDecimal taxableWages
protected Boolean w2Eligible
Public Constructors
YTDTaxFilingDataForQuarterlyWorkerType()
Public Methods
BigDecimal getGrossWages()
Gets the value of the grossWages property.
BigDecimal getSubjectWages()
Gets the value of the subjectWages property.
BigDecimal getTaxWithheld()
Gets the value of the taxWithheld property.
BigDecimal getTaxableWages()
Gets the value of the taxableWages property.
Boolean isW2Eligible()
Gets the value of the w2Eligible property.
void setGrossWages(BigDecimal value)
Sets the value of the grossWages property.
void setSubjectWages(BigDecimal value)
Sets the value of the subjectWages property.
void setTaxWithheld(BigDecimal value)
Sets the value of the taxWithheld property.
void setTaxableWages(BigDecimal value)
Sets the value of the taxableWages property.
void setW2Eligible(Boolean value)
Sets the value of the w2Eligible property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal grossWages

protected BigDecimal subjectWages

protected BigDecimal taxWithheld

protected BigDecimal taxableWages

protected Boolean w2Eligible

Public Constructors

public YTDTaxFilingDataForQuarterlyWorkerType ()

Public Methods

public BigDecimal getGrossWages ()

Gets the value of the grossWages property.

Returns
  • possible object is BigDecimal

public BigDecimal getSubjectWages ()

Gets the value of the subjectWages property.

Returns
  • possible object is BigDecimal

public BigDecimal getTaxWithheld ()

Gets the value of the taxWithheld property.

Returns
  • possible object is BigDecimal

public BigDecimal getTaxableWages ()

Gets the value of the taxableWages property.

Returns
  • possible object is BigDecimal

public Boolean isW2Eligible ()

Gets the value of the w2Eligible property.

Returns
  • possible object is Boolean

public void setGrossWages (BigDecimal value)

Sets the value of the grossWages property.

Parameters
value Allowed object is BigDecimal

public void setSubjectWages (BigDecimal value)

Sets the value of the subjectWages property.

Parameters
value Allowed object is BigDecimal

public void setTaxWithheld (BigDecimal value)

Sets the value of the taxWithheld property.

Parameters
value Allowed object is BigDecimal

public void setTaxableWages (BigDecimal value)

Sets the value of the taxableWages property.

Parameters
value Allowed object is BigDecimal

public void setW2Eligible (Boolean value)

Sets the value of the w2Eligible property.

Parameters
value Allowed object is Boolean