public class

PutPayrollWorkerTaxTreatyRequestType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PutPayrollWorkerTaxTreatyRequestType

Class Overview

Create or Update a Tax Treaty for a Worker

Java class for Put_Payroll_Worker_Tax_Treaty_RequestType complex type.

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

 <complexType name="Put_Payroll_Worker_Tax_Treaty_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Tax_Treaty_Data" type="{urn:com.workday/bsvc}Worker_Tax_Treaty_DataType" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String version
protected WorkerTaxTreatyDataType workerTaxTreatyData
Public Constructors
PutPayrollWorkerTaxTreatyRequestType()
Public Methods
String getVersion()
Gets the value of the version property.
WorkerTaxTreatyDataType getWorkerTaxTreatyData()
Gets the value of the workerTaxTreatyData property.
void setVersion(String value)
Sets the value of the version property.
void setWorkerTaxTreatyData(WorkerTaxTreatyDataType value)
Sets the value of the workerTaxTreatyData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String version

protected WorkerTaxTreatyDataType workerTaxTreatyData

Public Constructors

public PutPayrollWorkerTaxTreatyRequestType ()

Public Methods

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerTaxTreatyDataType getWorkerTaxTreatyData ()

Gets the value of the workerTaxTreatyData property.

Returns

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerTaxTreatyData (WorkerTaxTreatyDataType value)

Sets the value of the workerTaxTreatyData property.

Parameters
value Allowed object is WorkerTaxTreatyDataType