Package com.xero.models.payrolluk
Class TaxLine
- java.lang.Object
-
- com.xero.models.payrolluk.TaxLine
-
public class TaxLine extends Object
TaxLine
-
-
Constructor Summary
Constructors Constructor Description TaxLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxLineamount(Double amount)The amount of the tax lineTaxLinedescription(String description)Tax line descriptionbooleanequals(Object o)DoublegetAmount()The amount of the tax lineStringgetDescription()Tax line descriptionStringgetGlobalTaxTypeID()Tax type IDBooleangetIsEmployerTax()Identifies if the amount is paid for by the employee or employer.BooleangetManualAdjustment()Identifies if the tax line is a manual adjustmentUUIDgetTaxLineID()Xero identifier for payroll tax lineTaxLineglobalTaxTypeID(String globalTaxTypeID)Tax type IDinthashCode()TaxLineisEmployerTax(Boolean isEmployerTax)Identifies if the amount is paid for by the employee or employer.TaxLinemanualAdjustment(Boolean manualAdjustment)Identifies if the tax line is a manual adjustmentvoidsetAmount(Double amount)The amount of the tax linevoidsetDescription(String description)Tax line descriptionvoidsetGlobalTaxTypeID(String globalTaxTypeID)Tax type IDvoidsetIsEmployerTax(Boolean isEmployerTax)Identifies if the amount is paid for by the employee or employer.voidsetManualAdjustment(Boolean manualAdjustment)Identifies if the tax line is a manual adjustmentvoidsetTaxLineID(UUID taxLineID)Xero identifier for payroll tax lineTaxLinetaxLineID(UUID taxLineID)Xero identifier for payroll tax lineStringtoString()
-
-
-
Method Detail
-
taxLineID
public TaxLine taxLineID(UUID taxLineID)
Xero identifier for payroll tax line- Parameters:
taxLineID- UUID- Returns:
- TaxLine
-
getTaxLineID
public UUID getTaxLineID()
Xero identifier for payroll tax line- Returns:
- taxLineID
-
setTaxLineID
public void setTaxLineID(UUID taxLineID)
Xero identifier for payroll tax line- Parameters:
taxLineID- UUID
-
description
public TaxLine description(String description)
Tax line description- Parameters:
description- String- Returns:
- TaxLine
-
getDescription
public String getDescription()
Tax line description- Returns:
- description
-
setDescription
public void setDescription(String description)
Tax line description- Parameters:
description- String
-
isEmployerTax
public TaxLine isEmployerTax(Boolean isEmployerTax)
Identifies if the amount is paid for by the employee or employer. True if employer pays the tax- Parameters:
isEmployerTax- Boolean- Returns:
- TaxLine
-
getIsEmployerTax
public Boolean getIsEmployerTax()
Identifies if the amount is paid for by the employee or employer. True if employer pays the tax- Returns:
- isEmployerTax
-
setIsEmployerTax
public void setIsEmployerTax(Boolean isEmployerTax)
Identifies if the amount is paid for by the employee or employer. True if employer pays the tax- Parameters:
isEmployerTax- Boolean
-
amount
public TaxLine amount(Double amount)
The amount of the tax line- Parameters:
amount- Double- Returns:
- TaxLine
-
getAmount
public Double getAmount()
The amount of the tax line- Returns:
- amount
-
setAmount
public void setAmount(Double amount)
The amount of the tax line- Parameters:
amount- Double
-
globalTaxTypeID
public TaxLine globalTaxTypeID(String globalTaxTypeID)
Tax type ID- Parameters:
globalTaxTypeID- String- Returns:
- TaxLine
-
getGlobalTaxTypeID
public String getGlobalTaxTypeID()
Tax type ID- Returns:
- globalTaxTypeID
-
setGlobalTaxTypeID
public void setGlobalTaxTypeID(String globalTaxTypeID)
Tax type ID- Parameters:
globalTaxTypeID- String
-
manualAdjustment
public TaxLine manualAdjustment(Boolean manualAdjustment)
Identifies if the tax line is a manual adjustment- Parameters:
manualAdjustment- Boolean- Returns:
- TaxLine
-
getManualAdjustment
public Boolean getManualAdjustment()
Identifies if the tax line is a manual adjustment- Returns:
- manualAdjustment
-
setManualAdjustment
public void setManualAdjustment(Boolean manualAdjustment)
Identifies if the tax line is a manual adjustment- Parameters:
manualAdjustment- Boolean
-
-