| java.lang.Object | |
| ↳ | com.workday.payroll.PeridoicWorkerTaxFilingDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyReference | |||||||||||
| payrollResultData | |||||||||||
| thirdPartyProvidesSickPayW2 | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the payrollResultData property.
| |||||||||||
Gets the value of the thirdPartyProvidesSickPayW2 property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the payrollResultData property.
| |||||||||||
Sets the value of the thirdPartyProvidesSickPayW2 property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyReference property.
CompanyObjectType
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
Gets the value of the thirdPartyProvidesSickPayW2 property. This getter has been renamed from isThirdPartyProvidesSickPayW2() to getThirdPartyProvidesSickPayW2() by cxf-xjc-boolean plugin.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the companyReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the payrollResultData property.
| payrollResultData | Allowed object is
PayrollResultDataType
|
|---|
Sets the value of the thirdPartyProvidesSickPayW2 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|