public class

QuarterlyTaxFilingCategoryDataType

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

Class Overview

Tax Category Data

Java class for Quarterly_Tax_Filing_Category_DataType complex type.

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

 <complexType name="Quarterly_Tax_Filing_Category_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Third_Party_Sick_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Tax_Filing_Category_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Total_Tax_Filing_Category_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="YTD_Total_Tax_Filing_Category_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

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType taxFilingCategoryReference
protected Boolean thirdPartySickPay
protected BigDecimal totalTaxFilingCategoryAmount
protected BigDecimal ytdTotalTaxFilingCategoryAmount
Public Constructors
QuarterlyTaxFilingCategoryDataType()
Public Methods
UniqueIdentifierObjectType getTaxFilingCategoryReference()
Gets the value of the taxFilingCategoryReference property.
Boolean getThirdPartySickPay()
Gets the value of the thirdPartySickPay property.
BigDecimal getTotalTaxFilingCategoryAmount()
Gets the value of the totalTaxFilingCategoryAmount property.
BigDecimal getYTDTotalTaxFilingCategoryAmount()
Gets the value of the ytdTotalTaxFilingCategoryAmount property.
void setTaxFilingCategoryReference(UniqueIdentifierObjectType value)
Sets the value of the taxFilingCategoryReference property.
void setThirdPartySickPay(Boolean value)
Sets the value of the thirdPartySickPay property.
void setTotalTaxFilingCategoryAmount(BigDecimal value)
Sets the value of the totalTaxFilingCategoryAmount property.
void setYTDTotalTaxFilingCategoryAmount(BigDecimal value)
Sets the value of the ytdTotalTaxFilingCategoryAmount property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType taxFilingCategoryReference

protected Boolean thirdPartySickPay

protected BigDecimal totalTaxFilingCategoryAmount

protected BigDecimal ytdTotalTaxFilingCategoryAmount

Public Constructors

public QuarterlyTaxFilingCategoryDataType ()

Public Methods

public UniqueIdentifierObjectType getTaxFilingCategoryReference ()

Gets the value of the taxFilingCategoryReference property.

Returns

public Boolean getThirdPartySickPay ()

Gets the value of the thirdPartySickPay property. This getter has been renamed from isThirdPartySickPay() to getThirdPartySickPay() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getTotalTaxFilingCategoryAmount ()

Gets the value of the totalTaxFilingCategoryAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getYTDTotalTaxFilingCategoryAmount ()

Gets the value of the ytdTotalTaxFilingCategoryAmount property.

Returns
  • possible object is BigDecimal

public void setTaxFilingCategoryReference (UniqueIdentifierObjectType value)

Sets the value of the taxFilingCategoryReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setThirdPartySickPay (Boolean value)

Sets the value of the thirdPartySickPay property.

Parameters
value Allowed object is Boolean

public void setTotalTaxFilingCategoryAmount (BigDecimal value)

Sets the value of the totalTaxFilingCategoryAmount property.

Parameters
value Allowed object is BigDecimal

public void setYTDTotalTaxFilingCategoryAmount (BigDecimal value)

Sets the value of the ytdTotalTaxFilingCategoryAmount property.

Parameters
value Allowed object is BigDecimal