| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerTaxTreatyDataType |
Worker Tax Treaty Data
Java class for Worker_Tax_Treaty_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Tax_Treaty_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Tax_Year_Reference" type="{urn:com.workday/bsvc}Calendar_YearObjectType"/>
<element name="Treaty_Benefit_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Treaty_Benefit_End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Maximum_Benefit_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Income_Code_Reference" type="{urn:com.workday/bsvc}Payroll_Income_CodeObjectType"/>
<element name="Tax_Residency_Country_Code_Reference" type="{urn:com.workday/bsvc}Payroll_IRS_CountryObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| incomeCodeReference | |||||||||||
| maximumBenefitAmount | |||||||||||
| taxResidencyCountryCodeReference | |||||||||||
| taxYearReference | |||||||||||
| treatyBenefitEndDate | |||||||||||
| treatyBenefitStartDate | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the incomeCodeReference property.
| |||||||||||
Gets the value of the maximumBenefitAmount property.
| |||||||||||
Gets the value of the taxResidencyCountryCodeReference property.
| |||||||||||
Gets the value of the taxYearReference property.
| |||||||||||
Gets the value of the treatyBenefitEndDate property.
| |||||||||||
Gets the value of the treatyBenefitStartDate property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the incomeCodeReference property.
| |||||||||||
Sets the value of the maximumBenefitAmount property.
| |||||||||||
Sets the value of the taxResidencyCountryCodeReference property.
| |||||||||||
Sets the value of the taxYearReference property.
| |||||||||||
Sets the value of the treatyBenefitEndDate property.
| |||||||||||
Sets the value of the treatyBenefitStartDate 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 maximumBenefitAmount property.
Gets the value of the taxResidencyCountryCodeReference property.
PayrollIRSCountryObjectType
Gets the value of the taxYearReference property.
CalendarYearObjectType
Gets the value of the treatyBenefitEndDate property.
Gets the value of the treatyBenefitStartDate property.
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 maximumBenefitAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxResidencyCountryCodeReference property.
| value | Allowed object is
PayrollIRSCountryObjectType
|
|---|
Sets the value of the taxYearReference property.
| value | Allowed object is
CalendarYearObjectType
|
|---|
Sets the value of the treatyBenefitEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the treatyBenefitStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|