Package com.xero.models.payrolluk
Class EmployeeTax
java.lang.Object
com.xero.models.payrolluk.EmployeeTax
public class EmployeeTax extends Object
EmployeeTax
-
Constructor Summary
Constructors Constructor Description EmployeeTax() -
Method Summary
Modifier and Type Method Description EmployeeTaxdirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate)booleanequals(Object o)org.threeten.bp.LocalDategetDirectorshipStartDate()The directorship start dateBooleangetHasPostGraduateLoans()Describes whether the employee has post graduate loansBooleangetIsDirector()Describes whether the employee is directorStringgetNicCalculationMethod()NICs calculation methodDoublegetPreviousTaxablePay()The previous taxable payDoublegetPreviousTaxPaid()The tax amount previously paidStringgetStarterDeclaration()Starter declaration.StringgetStarterType()The Starter type.StringgetStudentLoanDeduction()The employee's student loan deduction typeStringgetTaxCode()The Tax code.BooleangetW1M1()Describes whether the tax settings is W1M1inthashCode()EmployeeTaxhasPostGraduateLoans(Boolean hasPostGraduateLoans)EmployeeTaxisDirector(Boolean isDirector)EmployeeTaxnicCalculationMethod(String nicCalculationMethod)EmployeeTaxpreviousTaxablePay(Double previousTaxablePay)EmployeeTaxpreviousTaxPaid(Double previousTaxPaid)voidsetDirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate)voidsetHasPostGraduateLoans(Boolean hasPostGraduateLoans)voidsetIsDirector(Boolean isDirector)voidsetNicCalculationMethod(String nicCalculationMethod)voidsetPreviousTaxablePay(Double previousTaxablePay)voidsetPreviousTaxPaid(Double previousTaxPaid)voidsetStarterDeclaration(String starterDeclaration)voidsetStarterType(String starterType)voidsetStudentLoanDeduction(String studentLoanDeduction)voidsetTaxCode(String taxCode)voidsetW1M1(Boolean w1M1)EmployeeTaxstarterDeclaration(String starterDeclaration)EmployeeTaxstarterType(String starterType)EmployeeTaxstudentLoanDeduction(String studentLoanDeduction)EmployeeTaxtaxCode(String taxCode)StringtoString()EmployeeTaxw1M1(Boolean w1M1)
-
Constructor Details
-
EmployeeTax
public EmployeeTax()
-
-
Method Details
-
starterType
-
getStarterType
The Starter type.- Returns:
- starterType
-
setStarterType
-
starterDeclaration
-
getStarterDeclaration
Starter declaration.- Returns:
- starterDeclaration
-
setStarterDeclaration
-
taxCode
-
getTaxCode
The Tax code.- Returns:
- taxCode
-
setTaxCode
-
w1M1
-
getW1M1
Describes whether the tax settings is W1M1- Returns:
- w1M1
-
setW1M1
-
previousTaxablePay
-
getPreviousTaxablePay
The previous taxable pay- Returns:
- previousTaxablePay
-
setPreviousTaxablePay
-
previousTaxPaid
-
getPreviousTaxPaid
The tax amount previously paid- Returns:
- previousTaxPaid
-
setPreviousTaxPaid
-
studentLoanDeduction
-
getStudentLoanDeduction
The employee's student loan deduction type- Returns:
- studentLoanDeduction
-
setStudentLoanDeduction
-
hasPostGraduateLoans
-
getHasPostGraduateLoans
Describes whether the employee has post graduate loans- Returns:
- hasPostGraduateLoans
-
setHasPostGraduateLoans
-
isDirector
-
getIsDirector
Describes whether the employee is director- Returns:
- isDirector
-
setIsDirector
-
directorshipStartDate
-
getDirectorshipStartDate
public org.threeten.bp.LocalDate getDirectorshipStartDate()The directorship start date- Returns:
- directorshipStartDate
-
setDirectorshipStartDate
public void setDirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate) -
nicCalculationMethod
-
getNicCalculationMethod
NICs calculation method- Returns:
- nicCalculationMethod
-
setNicCalculationMethod
-
equals
-
hashCode
public int hashCode() -
toString
-