| java.lang.Object | |
| ↳ | com.workday.payroll.PutPayrollWorkerTaxTreatyRequestType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| version | |||||||||||
| workerTaxTreatyData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the version property.
| |||||||||||
Gets the value of the workerTaxTreatyData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerTaxTreatyData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the version property.
Gets the value of the workerTaxTreatyData property.
WorkerTaxTreatyDataType
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerTaxTreatyData property.
| value | Allowed object is
WorkerTaxTreatyDataType
|
|---|