Package com.xero.models.payrolluk
Class EmployeeTax
java.lang.Object
com.xero.models.payrolluk.EmployeeTax
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate) The directorship start datebooleanorg.threeten.bp.LocalDateThe directorship start dateDescribes whether the employee has post graduate loansDescribes whether the employee is directorNICs calculation methodThe previous taxable payThe tax amount previously paidStarter declaration.The Starter type.The employee's student loan deduction typeThe Tax code.getW1M1()Describes whether the tax settings is W1M1inthashCode()hasPostGraduateLoans(Boolean hasPostGraduateLoans) Describes whether the employee has post graduate loansisDirector(Boolean isDirector) Describes whether the employee is directornicCalculationMethod(String nicCalculationMethod) NICs calculation methodpreviousTaxablePay(Double previousTaxablePay) The previous taxable paypreviousTaxPaid(Double previousTaxPaid) The tax amount previously paidvoidsetDirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate) The directorship start datevoidsetHasPostGraduateLoans(Boolean hasPostGraduateLoans) Describes whether the employee has post graduate loansvoidsetIsDirector(Boolean isDirector) Describes whether the employee is directorvoidsetNicCalculationMethod(String nicCalculationMethod) NICs calculation methodvoidsetPreviousTaxablePay(Double previousTaxablePay) The previous taxable payvoidsetPreviousTaxPaid(Double previousTaxPaid) The tax amount previously paidvoidsetStarterDeclaration(String starterDeclaration) Starter declaration.voidsetStarterType(String starterType) The Starter type.voidsetStudentLoanDeduction(String studentLoanDeduction) The employee's student loan deduction typevoidsetTaxCode(String taxCode) The Tax code.voidDescribes whether the tax settings is W1M1starterDeclaration(String starterDeclaration) Starter declaration.starterType(String starterType) The Starter type.studentLoanDeduction(String studentLoanDeduction) The employee's student loan deduction typeThe Tax code.toString()Describes whether the tax settings is W1M1
-
Constructor Details
-
EmployeeTax
public EmployeeTax()
-
-
Method Details
-
starterType
The Starter type.- Parameters:
starterType- String- Returns:
- EmployeeTax
-
getStarterType
-
setStarterType
-
starterDeclaration
Starter declaration.- Parameters:
starterDeclaration- String- Returns:
- EmployeeTax
-
getStarterDeclaration
-
setStarterDeclaration
Starter declaration.- Parameters:
starterDeclaration- String
-
taxCode
The Tax code.- Parameters:
taxCode- String- Returns:
- EmployeeTax
-
getTaxCode
-
setTaxCode
-
w1M1
Describes whether the tax settings is W1M1- Parameters:
w1M1- Boolean- Returns:
- EmployeeTax
-
getW1M1
-
setW1M1
Describes whether the tax settings is W1M1- Parameters:
w1M1- Boolean
-
previousTaxablePay
The previous taxable pay- Parameters:
previousTaxablePay- Double- Returns:
- EmployeeTax
-
getPreviousTaxablePay
-
setPreviousTaxablePay
The previous taxable pay- Parameters:
previousTaxablePay- Double
-
previousTaxPaid
The tax amount previously paid- Parameters:
previousTaxPaid- Double- Returns:
- EmployeeTax
-
getPreviousTaxPaid
-
setPreviousTaxPaid
The tax amount previously paid- Parameters:
previousTaxPaid- Double
-
studentLoanDeduction
The employee's student loan deduction type- Parameters:
studentLoanDeduction- String- Returns:
- EmployeeTax
-
getStudentLoanDeduction
The employee's student loan deduction type- Returns:
- studentLoanDeduction
-
setStudentLoanDeduction
The employee's student loan deduction type- Parameters:
studentLoanDeduction- String
-
hasPostGraduateLoans
Describes whether the employee has post graduate loans- Parameters:
hasPostGraduateLoans- Boolean- Returns:
- EmployeeTax
-
getHasPostGraduateLoans
Describes whether the employee has post graduate loans- Returns:
- hasPostGraduateLoans
-
setHasPostGraduateLoans
Describes whether the employee has post graduate loans- Parameters:
hasPostGraduateLoans- Boolean
-
isDirector
Describes whether the employee is director- Parameters:
isDirector- Boolean- Returns:
- EmployeeTax
-
getIsDirector
-
setIsDirector
Describes whether the employee is director- Parameters:
isDirector- Boolean
-
directorshipStartDate
The directorship start date- Parameters:
directorshipStartDate- LocalDate- Returns:
- EmployeeTax
-
getDirectorshipStartDate
public org.threeten.bp.LocalDate getDirectorshipStartDate()The directorship start date- Returns:
- directorshipStartDate
-
setDirectorshipStartDate
public void setDirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate) The directorship start date- Parameters:
directorshipStartDate- LocalDate
-
nicCalculationMethod
NICs calculation method- Parameters:
nicCalculationMethod- String- Returns:
- EmployeeTax
-
getNicCalculationMethod
-
setNicCalculationMethod
NICs calculation method- Parameters:
nicCalculationMethod- String
-
equals
-
hashCode
-
toString
-