public class

PutWorkerTaxTreatyResponseDataType

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

Class Overview

Put Worker Tax Treaty Response Data

Java class for Put_Worker_Tax_Treaty_Response_DataType complex type.

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

 <complexType name="Put_Worker_Tax_Treaty_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Tax_Year_Reference" type="{urn:com.workday/bsvc}Calendar_YearObjectType" minOccurs="0"/>
         <element name="Income_Code_Reference" type="{urn:com.workday/bsvc}Payroll_Income_CodeObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayrollIncomeCodeObjectType incomeCodeReference
protected CalendarYearObjectType taxYearReference
protected WorkerObjectType workerReference
Public Constructors
PutWorkerTaxTreatyResponseDataType()
Public Methods
PayrollIncomeCodeObjectType getIncomeCodeReference()
Gets the value of the incomeCodeReference property.
CalendarYearObjectType getTaxYearReference()
Gets the value of the taxYearReference property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setIncomeCodeReference(PayrollIncomeCodeObjectType value)
Sets the value of the incomeCodeReference property.
void setTaxYearReference(CalendarYearObjectType value)
Sets the value of the taxYearReference 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 PayrollIncomeCodeObjectType incomeCodeReference

protected CalendarYearObjectType taxYearReference

protected WorkerObjectType workerReference

Public Constructors

public PutWorkerTaxTreatyResponseDataType ()

Public Methods

public PayrollIncomeCodeObjectType getIncomeCodeReference ()

Gets the value of the incomeCodeReference property.

Returns

public CalendarYearObjectType getTaxYearReference ()

Gets the value of the taxYearReference property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setIncomeCodeReference (PayrollIncomeCodeObjectType value)

Sets the value of the incomeCodeReference property.

Parameters
value Allowed object is PayrollIncomeCodeObjectType

public void setTaxYearReference (CalendarYearObjectType value)

Sets the value of the taxYearReference property.

Parameters
value Allowed object is CalendarYearObjectType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType