| java.lang.Object | |
| ↳ | workday.com.bsvc.QuarterlyDeductionTaxFilingDataType |
Wrapper element for Quarterly Deduction Data.
Java class for Quarterly_Deduction_Tax_Filing_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Quarterly_Deduction_Tax_Filing_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="Employer_Paid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Deduction_Reference" type="{urn:com.workday/bsvc}Payroll_CalculationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payroll_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Metadata_Payroll_WorktagObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Work_PSD_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Resident_PSD_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Tax_Filing_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SUI_Rate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Active_for_Month_1" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Active_for_12th_Day_Month_1" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Active_for_Month_2" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Active_for_12th_Day_Month_2" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Active_for_Month_3" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Active_for_12th_Day_Month_3" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Employee_Tax_Election_Data" type="{urn:com.workday/bsvc}Worker_Tax_ElectionsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="QTD_Data" type="{urn:com.workday/bsvc}QTD_Tax_Filing_Data_for_Quarterly_WorkerType" maxOccurs="unbounded" minOccurs="0"/>
<element name="YTD_Data" type="{urn:com.workday/bsvc}YTD_Tax_Filing_Data_for_Quarterly_WorkerType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activeFor12ThDayMonth1 | |||||||||||
| activeFor12ThDayMonth2 | |||||||||||
| activeFor12ThDayMonth3 | |||||||||||
| activeForMonth1 | |||||||||||
| activeForMonth2 | |||||||||||
| activeForMonth3 | |||||||||||
| deductionReference | |||||||||||
| employeeTaxElectionData | |||||||||||
| employerPaid | |||||||||||
| payrollTaxAuthorityReference | |||||||||||
| qtdData | |||||||||||
| residentPSDCode | |||||||||||
| suiRate | |||||||||||
| taxFilingCode | |||||||||||
| thirdPartySickPay | |||||||||||
| workPSDCode | |||||||||||
| ytdData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the employeeTaxElectionData property.
| |||||||||||
Gets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Gets the value of the qtdData property.
| |||||||||||
Gets the value of the residentPSDCode property.
| |||||||||||
Gets the value of the suiRate property.
| |||||||||||
Gets the value of the taxFilingCode property.
| |||||||||||
Gets the value of the workPSDCode property.
| |||||||||||
Gets the value of the ytdData property.
| |||||||||||
Gets the value of the activeFor12ThDayMonth1 property.
| |||||||||||
Gets the value of the activeFor12ThDayMonth2 property.
| |||||||||||
Gets the value of the activeFor12ThDayMonth3 property.
| |||||||||||
Gets the value of the activeForMonth1 property.
| |||||||||||
Gets the value of the activeForMonth2 property.
| |||||||||||
Gets the value of the activeForMonth3 property.
| |||||||||||
Gets the value of the employerPaid property.
| |||||||||||
Gets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the activeFor12ThDayMonth1 property.
| |||||||||||
Sets the value of the activeFor12ThDayMonth2 property.
| |||||||||||
Sets the value of the activeFor12ThDayMonth3 property.
| |||||||||||
Sets the value of the activeForMonth1 property.
| |||||||||||
Sets the value of the activeForMonth2 property.
| |||||||||||
Sets the value of the activeForMonth3 property.
| |||||||||||
Sets the value of the employerPaid property.
| |||||||||||
Sets the value of the residentPSDCode property.
| |||||||||||
Sets the value of the suiRate property.
| |||||||||||
Sets the value of the taxFilingCode property.
| |||||||||||
Sets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the workPSDCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deductionReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deductionReference property.
For example, to add a new item, do as follows:
getDeductionReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollCalculationObjectType
Gets the value of the employeeTaxElectionData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the employeeTaxElectionData property.
For example, to add a new item, do as follows:
getEmployeeTaxElectionData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerTaxElectionsType
Gets the value of the payrollTaxAuthorityReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the payrollTaxAuthorityReference property.
For example, to add a new item, do as follows:
getPayrollTaxAuthorityReference().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataPayrollWorktagObjectType
Gets the value of the qtdData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qtdData property.
For example, to add a new item, do as follows:
getQTDData().add(newItem);
Objects of the following type(s) are allowed in the list
QTDTaxFilingDataForQuarterlyWorkerType
Gets the value of the residentPSDCode property.
Gets the value of the suiRate property.
Gets the value of the taxFilingCode property.
Gets the value of the workPSDCode property.
Gets the value of the ytdData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ytdData property.
For example, to add a new item, do as follows:
getYTDData().add(newItem);
Objects of the following type(s) are allowed in the list
YTDTaxFilingDataForQuarterlyWorkerType
Gets the value of the activeFor12ThDayMonth1 property.
Gets the value of the activeFor12ThDayMonth2 property.
Gets the value of the activeFor12ThDayMonth3 property.
Gets the value of the activeForMonth1 property.
Gets the value of the activeForMonth2 property.
Gets the value of the activeForMonth3 property.
Gets the value of the employerPaid property.
Gets the value of the thirdPartySickPay property.
Sets the value of the activeFor12ThDayMonth1 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the activeFor12ThDayMonth2 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the activeFor12ThDayMonth3 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the activeForMonth1 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the activeForMonth2 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the activeForMonth3 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the employerPaid property.
| value | Allowed object is Boolean |
|---|
Sets the value of the residentPSDCode property.
| value | Allowed object is String |
|---|
Sets the value of the suiRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxFilingCode property.
| value | Allowed object is String |
|---|
Sets the value of the thirdPartySickPay property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workPSDCode property.
| value | Allowed object is String |
|---|