| java.lang.Object | |
| ↳ | com.workday.payroll.QuarterlyTaxFilingCategoryDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| taxFilingCategoryReference | |||||||||||
| thirdPartySickPay | |||||||||||
| totalTaxFilingCategoryAmount | |||||||||||
| ytdTotalTaxFilingCategoryAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the taxFilingCategoryReference property.
| |||||||||||
Gets the value of the thirdPartySickPay property.
| |||||||||||
Gets the value of the totalTaxFilingCategoryAmount property.
| |||||||||||
Gets the value of the ytdTotalTaxFilingCategoryAmount property.
| |||||||||||
Sets the value of the taxFilingCategoryReference property.
| |||||||||||
Sets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the totalTaxFilingCategoryAmount property.
| |||||||||||
Sets the value of the ytdTotalTaxFilingCategoryAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the taxFilingCategoryReference property.
UniqueIdentifierObjectType
Gets the value of the thirdPartySickPay property. This getter has been renamed from isThirdPartySickPay() to getThirdPartySickPay() by cxf-xjc-boolean plugin.
Gets the value of the totalTaxFilingCategoryAmount property.
Gets the value of the ytdTotalTaxFilingCategoryAmount property.
Sets the value of the taxFilingCategoryReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the thirdPartySickPay property.
| value | Allowed object is Boolean |
|---|
Sets the value of the totalTaxFilingCategoryAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the ytdTotalTaxFilingCategoryAmount property.
| value | Allowed object is BigDecimal |
|---|