Package com.xero.models.payrollnz
Class SuperannuationLine
- java.lang.Object
-
- com.xero.models.payrollnz.SuperannuationLine
-
public class SuperannuationLine extends Object
SuperannuationLine
-
-
Constructor Summary
Constructors Constructor Description SuperannuationLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SuperannuationLineamount(Double amount)The amount of the superannuation lineSuperannuationLinedisplayName(String displayName)Benefit display namebooleanequals(Object o)SuperannuationLinefixedAmount(Double fixedAmount)Superannuation fixed amountDoublegetAmount()The amount of the superannuation lineStringgetDisplayName()Benefit display nameDoublegetFixedAmount()Superannuation fixed amountBooleangetManualAdjustment()manual adjustment madeDoublegetPercentage()Superannuation rate percentageUUIDgetSuperannuationTypeID()Xero identifier for payroll superannuation typeinthashCode()SuperannuationLinemanualAdjustment(Boolean manualAdjustment)manual adjustment madeSuperannuationLinepercentage(Double percentage)Superannuation rate percentagevoidsetAmount(Double amount)The amount of the superannuation linevoidsetDisplayName(String displayName)Benefit display namevoidsetFixedAmount(Double fixedAmount)Superannuation fixed amountvoidsetManualAdjustment(Boolean manualAdjustment)manual adjustment madevoidsetPercentage(Double percentage)Superannuation rate percentagevoidsetSuperannuationTypeID(UUID superannuationTypeID)Xero identifier for payroll superannuation typeSuperannuationLinesuperannuationTypeID(UUID superannuationTypeID)Xero identifier for payroll superannuation typeStringtoString()
-
-
-
Method Detail
-
superannuationTypeID
public SuperannuationLine superannuationTypeID(UUID superannuationTypeID)
Xero identifier for payroll superannuation type- Parameters:
superannuationTypeID- UUID- Returns:
- SuperannuationLine
-
getSuperannuationTypeID
public UUID getSuperannuationTypeID()
Xero identifier for payroll superannuation type- Returns:
- superannuationTypeID
-
setSuperannuationTypeID
public void setSuperannuationTypeID(UUID superannuationTypeID)
Xero identifier for payroll superannuation type- Parameters:
superannuationTypeID- UUID
-
displayName
public SuperannuationLine displayName(String displayName)
Benefit display name- Parameters:
displayName- String- Returns:
- SuperannuationLine
-
getDisplayName
public String getDisplayName()
Benefit display name- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
Benefit display name- Parameters:
displayName- String
-
amount
public SuperannuationLine amount(Double amount)
The amount of the superannuation line- Parameters:
amount- Double- Returns:
- SuperannuationLine
-
getAmount
public Double getAmount()
The amount of the superannuation line- Returns:
- amount
-
setAmount
public void setAmount(Double amount)
The amount of the superannuation line- Parameters:
amount- Double
-
fixedAmount
public SuperannuationLine fixedAmount(Double fixedAmount)
Superannuation fixed amount- Parameters:
fixedAmount- Double- Returns:
- SuperannuationLine
-
getFixedAmount
public Double getFixedAmount()
Superannuation fixed amount- Returns:
- fixedAmount
-
setFixedAmount
public void setFixedAmount(Double fixedAmount)
Superannuation fixed amount- Parameters:
fixedAmount- Double
-
percentage
public SuperannuationLine percentage(Double percentage)
Superannuation rate percentage- Parameters:
percentage- Double- Returns:
- SuperannuationLine
-
getPercentage
public Double getPercentage()
Superannuation rate percentage- Returns:
- percentage
-
setPercentage
public void setPercentage(Double percentage)
Superannuation rate percentage- Parameters:
percentage- Double
-
manualAdjustment
public SuperannuationLine manualAdjustment(Boolean manualAdjustment)
manual adjustment made- Parameters:
manualAdjustment- Boolean- Returns:
- SuperannuationLine
-
getManualAdjustment
public Boolean getManualAdjustment()
manual adjustment made- Returns:
- manualAdjustment
-
setManualAdjustment
public void setManualAdjustment(Boolean manualAdjustment)
manual adjustment made- Parameters:
manualAdjustment- Boolean
-
-