public class

QTDTaxFilingDataForQuarterlyWorkerType

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

Class Overview

QTD Tax Filing Data for Quarterly Worker

Java class for QTD_Tax_Filing_Data_for_Quarterly_WorkerType complex type.

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

 <complexType name="QTD_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="26"/>
               <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="18"/>
               <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>
       </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
Public Constructors
QTDTaxFilingDataForQuarterlyWorkerType()
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.
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.
[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

Public Constructors

public QTDTaxFilingDataForQuarterlyWorkerType ()

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 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