| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeT1WithholdingDataType |
T1 (CAN) Tax Withholding information
Java class for Payee_T1_Withholding_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_T1_Withholding_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Creation_Date_Time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Last_Updated_By_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Basic_Personal_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Child_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Age_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Pension_Income_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Education_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Disability_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Spouse_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Dependent_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Caregiver_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Infirm_Dependents_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Amount_Transferred_From_Spouse" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Amount_Transferred_from_Dependents" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Total_Claim_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="More_than_One_Employer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Total_Income_Less_Than_Claim_Amount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Additional_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="8"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Prescribed_Zone_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="14"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="ESS_Electronic_Signature_Confirmation" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
</sequence>
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalAmount | |||||||||||
| ageAmount | |||||||||||
| amountTransferredFromDependents | |||||||||||
| amountTransferredFromSpouse | |||||||||||
| basicPersonalAmount | |||||||||||
| caregiverAmount | |||||||||||
| childAmount | |||||||||||
| creationDateTime | |||||||||||
| currencyReference | |||||||||||
| dependentAmount | |||||||||||
| disabilityAmount | |||||||||||
| educationAmount | |||||||||||
| effectiveDate | |||||||||||
| essElectronicSignatureConfirmation | |||||||||||
| infirmDependentsAmount | |||||||||||
| lastUpdatedByWorkerReference | |||||||||||
| moreThanOneEmployer | |||||||||||
| pensionIncomeAmount | |||||||||||
| prescribedZoneAmount | |||||||||||
| spouseAmount | |||||||||||
| totalClaimAmount | |||||||||||
| totalIncomeLessThanClaimAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalAmount property.
| |||||||||||
Gets the value of the ageAmount property.
| |||||||||||
Gets the value of the amountTransferredFromDependents property.
| |||||||||||
Gets the value of the amountTransferredFromSpouse property.
| |||||||||||
Gets the value of the basicPersonalAmount property.
| |||||||||||
Gets the value of the caregiverAmount property.
| |||||||||||
Gets the value of the childAmount property.
| |||||||||||
Gets the value of the creationDateTime property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the dependentAmount property.
| |||||||||||
Gets the value of the disabilityAmount property.
| |||||||||||
Gets the value of the essElectronicSignatureConfirmation property.
| |||||||||||
Gets the value of the educationAmount property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the infirmDependentsAmount property.
| |||||||||||
Gets the value of the lastUpdatedByWorkerReference property.
| |||||||||||
Gets the value of the moreThanOneEmployer property.
| |||||||||||
Gets the value of the pensionIncomeAmount property.
| |||||||||||
Gets the value of the prescribedZoneAmount property.
| |||||||||||
Gets the value of the spouseAmount property.
| |||||||||||
Gets the value of the totalClaimAmount property.
| |||||||||||
Gets the value of the totalIncomeLessThanClaimAmount property.
| |||||||||||
Sets the value of the additionalAmount property.
| |||||||||||
Sets the value of the ageAmount property.
| |||||||||||
Sets the value of the amountTransferredFromDependents property.
| |||||||||||
Sets the value of the amountTransferredFromSpouse property.
| |||||||||||
Sets the value of the basicPersonalAmount property.
| |||||||||||
Sets the value of the caregiverAmount property.
| |||||||||||
Sets the value of the childAmount property.
| |||||||||||
Sets the value of the creationDateTime property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the dependentAmount property.
| |||||||||||
Sets the value of the disabilityAmount property.
| |||||||||||
Sets the value of the essElectronicSignatureConfirmation property.
| |||||||||||
Sets the value of the educationAmount property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the infirmDependentsAmount property.
| |||||||||||
Sets the value of the lastUpdatedByWorkerReference property.
| |||||||||||
Sets the value of the moreThanOneEmployer property.
| |||||||||||
Sets the value of the pensionIncomeAmount property.
| |||||||||||
Sets the value of the prescribedZoneAmount property.
| |||||||||||
Sets the value of the spouseAmount property.
| |||||||||||
Sets the value of the totalClaimAmount property.
| |||||||||||
Sets the value of the totalIncomeLessThanClaimAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalAmount property.
Gets the value of the ageAmount property.
Gets the value of the amountTransferredFromDependents property.
Gets the value of the amountTransferredFromSpouse property.
Gets the value of the basicPersonalAmount property.
Gets the value of the caregiverAmount property.
Gets the value of the childAmount property.
Gets the value of the creationDateTime property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the dependentAmount property.
Gets the value of the disabilityAmount property.
Gets the value of the essElectronicSignatureConfirmation property.
Gets the value of the educationAmount property.
Gets the value of the effectiveDate property.
Gets the value of the infirmDependentsAmount property.
Gets the value of the lastUpdatedByWorkerReference property.
WorkerObjectType
Gets the value of the moreThanOneEmployer property. This getter has been renamed from isMoreThanOneEmployer() to getMoreThanOneEmployer() by cxf-xjc-boolean plugin.
Gets the value of the pensionIncomeAmount property.
Gets the value of the prescribedZoneAmount property.
Gets the value of the spouseAmount property.
Gets the value of the totalClaimAmount property.
Gets the value of the totalIncomeLessThanClaimAmount property. This getter has been renamed from isTotalIncomeLessThanClaimAmount() to getTotalIncomeLessThanClaimAmount() by cxf-xjc-boolean plugin.
Sets the value of the additionalAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the ageAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the amountTransferredFromDependents property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the amountTransferredFromSpouse property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the basicPersonalAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the caregiverAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the childAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the creationDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the dependentAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the disabilityAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the essElectronicSignatureConfirmation property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the educationAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the infirmDependentsAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the lastUpdatedByWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the moreThanOneEmployer property.
| value | Allowed object is Boolean |
|---|
Sets the value of the pensionIncomeAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the prescribedZoneAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the spouseAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalClaimAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalIncomeLessThanClaimAmount property.
| value | Allowed object is Boolean |
|---|