| java.lang.Object | |
| ↳ | workday.com.bsvc.QTDTaxFilingDataForPeriodicCompanyType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| grossWages | |||||||||||
| subjectWages | |||||||||||
| taxWithheld | |||||||||||
| taxableWages | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the grossWages property.
| |||||||||||
Gets the value of the subjectWages property.
| |||||||||||
Gets the value of the taxWithheld property.
| |||||||||||
Gets the value of the taxableWages property.
| |||||||||||
Sets the value of the grossWages property.
| |||||||||||
Sets the value of the subjectWages property.
| |||||||||||
Sets the value of the taxWithheld property.
| |||||||||||
Sets the value of the taxableWages property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the grossWages property.
Gets the value of the subjectWages property.
Gets the value of the taxWithheld property.
Gets the value of the taxableWages property.
Sets the value of the grossWages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the subjectWages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxWithheld property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxableWages property.
| value | Allowed object is BigDecimal |
|---|

