public class

YTDTaxFilingDataForPeriodicWorkerType

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

Class Overview

YTD Tax Filing Data for Periodic Worker

Java class for YTD_Tax_Filing_Data_for_Periodic_WorkerType complex type.

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

 <complexType name="YTD_Tax_Filing_Data_for_Periodic_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_Amount" 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

Fields
protected BigDecimal grossAmount
protected BigDecimal subjectWages
protected BigDecimal taxWithheld
protected BigDecimal taxableWages
Public Constructors
YTDTaxFilingDataForPeriodicWorkerType()
Public Methods
BigDecimal getGrossAmount()
Gets the value of the grossAmount 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 setGrossAmount(BigDecimal value)
Sets the value of the grossAmount 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

Fields

protected BigDecimal grossAmount

protected BigDecimal subjectWages

protected BigDecimal taxWithheld

protected BigDecimal taxableWages

Public Constructors

public YTDTaxFilingDataForPeriodicWorkerType ()

Public Methods

public BigDecimal getGrossAmount ()

Gets the value of the grossAmount 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 setGrossAmount (BigDecimal value)

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