Package com.xero.models.payrollnz
Class StatutoryDeductionLine
- java.lang.Object
-
- com.xero.models.payrollnz.StatutoryDeductionLine
-
public class StatutoryDeductionLine extends Object
StatutoryDeductionLine
-
-
Constructor Summary
Constructors Constructor Description StatutoryDeductionLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatutoryDeductionLineamount(Double amount)The amount of the statutory deduction linebooleanequals(Object o)StatutoryDeductionLinefixedAmount(Double fixedAmount)Fixed AmountDoublegetAmount()The amount of the statutory deduction lineDoublegetFixedAmount()Fixed AmountBooleangetManualAdjustment()Identifies if the tax line is a manual adjustmentUUIDgetStatutoryDeductionTypeID()Xero identifier for payroll statutory deduction typeinthashCode()StatutoryDeductionLinemanualAdjustment(Boolean manualAdjustment)Identifies if the tax line is a manual adjustmentvoidsetAmount(Double amount)The amount of the statutory deduction linevoidsetFixedAmount(Double fixedAmount)Fixed AmountvoidsetManualAdjustment(Boolean manualAdjustment)Identifies if the tax line is a manual adjustmentvoidsetStatutoryDeductionTypeID(UUID statutoryDeductionTypeID)Xero identifier for payroll statutory deduction typeStatutoryDeductionLinestatutoryDeductionTypeID(UUID statutoryDeductionTypeID)Xero identifier for payroll statutory deduction typeStringtoString()
-
-
-
Method Detail
-
statutoryDeductionTypeID
public StatutoryDeductionLine statutoryDeductionTypeID(UUID statutoryDeductionTypeID)
Xero identifier for payroll statutory deduction type- Parameters:
statutoryDeductionTypeID- UUID- Returns:
- StatutoryDeductionLine
-
getStatutoryDeductionTypeID
public UUID getStatutoryDeductionTypeID()
Xero identifier for payroll statutory deduction type- Returns:
- statutoryDeductionTypeID
-
setStatutoryDeductionTypeID
public void setStatutoryDeductionTypeID(UUID statutoryDeductionTypeID)
Xero identifier for payroll statutory deduction type- Parameters:
statutoryDeductionTypeID- UUID
-
amount
public StatutoryDeductionLine amount(Double amount)
The amount of the statutory deduction line- Parameters:
amount- Double- Returns:
- StatutoryDeductionLine
-
getAmount
public Double getAmount()
The amount of the statutory deduction line- Returns:
- amount
-
setAmount
public void setAmount(Double amount)
The amount of the statutory deduction line- Parameters:
amount- Double
-
fixedAmount
public StatutoryDeductionLine fixedAmount(Double fixedAmount)
Fixed Amount- Parameters:
fixedAmount- Double- Returns:
- StatutoryDeductionLine
-
getFixedAmount
public Double getFixedAmount()
Fixed Amount- Returns:
- fixedAmount
-
setFixedAmount
public void setFixedAmount(Double fixedAmount)
Fixed Amount- Parameters:
fixedAmount- Double
-
manualAdjustment
public StatutoryDeductionLine manualAdjustment(Boolean manualAdjustment)
Identifies if the tax line is a manual adjustment- Parameters:
manualAdjustment- Boolean- Returns:
- StatutoryDeductionLine
-
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
-
-