public class

QTDTaxFilingDataForPeriodicCompanyType

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

Class Overview

QTD Tax Filing Data for Periodic Company

Java class for QTD_Tax_Filing_Data_for_Periodic_CompanyType complex type.

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

 <complexType name="QTD_Tax_Filing_Data_for_Periodic_CompanyType">
   <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="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
Public Constructors
QTDTaxFilingDataForPeriodicCompanyType()
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.
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.
[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

Public Constructors

public QTDTaxFilingDataForPeriodicCompanyType ()

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