public class

YTDTaxFilingDataForQuarterlyWorkerType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.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="Tip_Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Uncollected_Tip_Tax" 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

Constants
long serialVersionUID
Fields
protected BigDecimal grossWages
protected BigDecimal subjectWages
protected BigDecimal taxWithheld
protected BigDecimal taxableWages
protected BigDecimal tipWages
protected BigDecimal uncollectedTipTax
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.
BigDecimal getTipWages()
Gets the value of the tipWages property.
BigDecimal getUncollectedTipTax()
Gets the value of the uncollectedTipTax property.
Boolean getW2Eligible()
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 setTipWages(BigDecimal value)
Sets the value of the tipWages property.
void setUncollectedTipTax(BigDecimal value)
Sets the value of the uncollectedTipTax property.
void setW2Eligible(Boolean value)
Sets the value of the w2Eligible property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal grossWages

protected BigDecimal subjectWages

protected BigDecimal taxWithheld

protected BigDecimal taxableWages

protected BigDecimal tipWages

protected BigDecimal uncollectedTipTax

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 BigDecimal getTipWages ()

Gets the value of the tipWages property.

Returns
  • possible object is BigDecimal

public BigDecimal getUncollectedTipTax ()

Gets the value of the uncollectedTipTax property.

Returns
  • possible object is BigDecimal

public Boolean getW2Eligible ()

Gets the value of the w2Eligible property. This getter has been renamed from isW2Eligible() to getW2Eligible() by cxf-xjc-boolean plugin.

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 setTipWages (BigDecimal value)

Sets the value of the tipWages property.

Parameters
value Allowed object is BigDecimal

public void setUncollectedTipTax (BigDecimal value)

Sets the value of the uncollectedTipTax 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