Package com.xero.models.payrollnz
Class TaxLine
- java.lang.Object
-
- com.xero.models.payrollnz.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 IDBooleangetManualAdjustment()Identifies if the tax line is a manual adjustmentUUIDgetTaxLineID()Xero identifier for payroll tax lineTaxLineglobalTaxTypeID(String globalTaxTypeID)Tax type IDinthashCode()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 IDvoidsetManualAdjustment(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
-
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
-
-