public class

PeridoicWorkerTaxFilingDataType

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

Class Overview

Peridoic Worker Tax Filing Data

Java class for Peridoic_Worker_Tax_Filing_DataType complex type.

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

 <complexType name="Peridoic_Worker_Tax_Filing_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
         <element name="Third_Party_Provides_Sick_Pay_W-2" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Payroll_Result_Data" type="{urn:com.workday/bsvc}Payroll_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompanyObjectType companyReference
protected List<PayrollResultDataType> payrollResultData
protected Boolean thirdPartyProvidesSickPayW2
protected WorkerObjectType workerReference
Public Constructors
PeridoicWorkerTaxFilingDataType()
Public Methods
CompanyObjectType getCompanyReference()
Gets the value of the companyReference property.
List<PayrollResultDataType> getPayrollResultData()
Gets the value of the payrollResultData property.
Boolean getThirdPartyProvidesSickPayW2()
Gets the value of the thirdPartyProvidesSickPayW2 property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setCompanyReference(CompanyObjectType value)
Sets the value of the companyReference property.
void setPayrollResultData(List<PayrollResultDataType> payrollResultData)
Sets the value of the payrollResultData property.
void setThirdPartyProvidesSickPayW2(Boolean value)
Sets the value of the thirdPartyProvidesSickPayW2 property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompanyObjectType companyReference

protected List<PayrollResultDataType> payrollResultData

protected Boolean thirdPartyProvidesSickPayW2

protected WorkerObjectType workerReference

Public Constructors

public PeridoicWorkerTaxFilingDataType ()

Public Methods

public CompanyObjectType getCompanyReference ()

Gets the value of the companyReference property.

Returns

public List<PayrollResultDataType> getPayrollResultData ()

Gets the value of the payrollResultData 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 payrollResultData property.

For example, to add a new item, do as follows:

    getPayrollResultData().add(newItem);
 

Objects of the following type(s) are allowed in the list PayrollResultDataType

public Boolean getThirdPartyProvidesSickPayW2 ()

Gets the value of the thirdPartyProvidesSickPayW2 property. This getter has been renamed from isThirdPartyProvidesSickPayW2() to getThirdPartyProvidesSickPayW2() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setCompanyReference (CompanyObjectType value)

Sets the value of the companyReference property.

Parameters
value Allowed object is CompanyObjectType

public void setPayrollResultData (List<PayrollResultDataType> payrollResultData)

Sets the value of the payrollResultData property.

Parameters
payrollResultData Allowed object is PayrollResultDataType

public void setThirdPartyProvidesSickPayW2 (Boolean value)

Sets the value of the thirdPartyProvidesSickPayW2 property.

Parameters
value Allowed object is Boolean

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType