| java.lang.Object | |
| ↳ | com.workday.payroll.WorkerTaxTreatiesRequestCriteriaType |
Get Worker Tax Treaty Request Criteria. The values in this element are used to filter the list of Worker Tax Treaty instances returned by the Get Worker Tax Treaty Request.
Java class for Worker_Tax_Treaties_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Tax_Treaties_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" maxOccurs="unbounded" 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"/>
<element name="Income_Code_Subtype_Reference" type="{urn:com.workday/bsvc}Payroll_Income_Code_SubtypeObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| incomeCodeReference | |||||||||||
| incomeCodeSubtypeReference | |||||||||||
| taxYearReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the incomeCodeReference property.
| |||||||||||
Gets the value of the incomeCodeSubtypeReference 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 incomeCodeSubtypeReference 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 incomeCodeSubtypeReference property.
PayrollIncomeCodeSubtypeObjectType
Gets the value of the taxYearReference property.
CalendarYearObjectType
Gets the value of the workerReference 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 workerReference property.
For example, to add a new item, do as follows:
getWorkerReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerObjectType
Sets the value of the incomeCodeReference property.
| value | Allowed object is
PayrollIncomeCodeObjectType
|
|---|
Sets the value of the incomeCodeSubtypeReference property.
| value | Allowed object is
PayrollIncomeCodeSubtypeObjectType
|
|---|
Sets the value of the taxYearReference property.
| value | Allowed object is
CalendarYearObjectType
|
|---|
Sets the value of the workerReference property.
| workerReference | Allowed object is
WorkerObjectType
|
|---|