public class

QuarterlyTaxFilingCategoryDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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.
BigDecimal getTotalTaxFilingCategoryAmount()
Gets the value of the totalTaxFilingCategoryAmount property.
BigDecimal getYTDTotalTaxFilingCategoryAmount()
Gets the value of the ytdTotalTaxFilingCategoryAmount property.
Boolean isThirdPartySickPay()
Gets the value of the thirdPartySickPay 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

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 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 Boolean isThirdPartySickPay ()

Gets the value of the thirdPartySickPay property.

Returns
  • possible object is Boolean

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