| java.lang.Object | |
| ↳ | com.workday.payroll.PutWorkerTaxTreatyResponseDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| incomeCodeReference | |||||||||||
| taxYearReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the incomeCodeReference property.
| |||||||||||
Gets the value of the taxYearReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the incomeCodeReference property.
| |||||||||||
Sets the value of the taxYearReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the incomeCodeReference property.
PayrollIncomeCodeObjectType
Gets the value of the taxYearReference property.
CalendarYearObjectType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the incomeCodeReference property.
| value | Allowed object is
PayrollIncomeCodeObjectType
|
|---|
Sets the value of the taxYearReference property.
| value | Allowed object is
CalendarYearObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|