Package com.xero.models.payrollau
Class PaidLeaveEarningsLine
java.lang.Object
com.xero.models.payrollau.PaidLeaveEarningsLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPaid leave amountbooleanPaid leave amountXero leave type identifierReset the STP categorisations for the leave type.The amount of leave loading applied for the leave type that is subject to Superannuation Guarantee Contributions.The amount of leave loading applied for the leave type that is exempt from Superannuation Guarantee Contributions.inthashCode()leaveTypeID(UUID leaveTypeID) Xero leave type identifierresetSTPCategorisation(Boolean resetSTPCategorisation) Reset the STP categorisations for the leave type.voidPaid leave amountvoidsetLeaveTypeID(UUID leaveTypeID) Xero leave type identifiervoidsetResetSTPCategorisation(Boolean resetSTPCategorisation) Reset the STP categorisations for the leave type.voidsetSgCAppliedLeaveLoadingAmount(Double sgCAppliedLeaveLoadingAmount) The amount of leave loading applied for the leave type that is subject to Superannuation Guarantee Contributions.voidsetSgCExemptedLeaveLoadingAmount(Double sgCExemptedLeaveLoadingAmount) The amount of leave loading applied for the leave type that is exempt from Superannuation Guarantee Contributions.sgCAppliedLeaveLoadingAmount(Double sgCAppliedLeaveLoadingAmount) The amount of leave loading applied for the leave type that is subject to Superannuation Guarantee Contributions.sgCExemptedLeaveLoadingAmount(Double sgCExemptedLeaveLoadingAmount) The amount of leave loading applied for the leave type that is exempt from Superannuation Guarantee Contributions.toString()
-
Constructor Details
-
PaidLeaveEarningsLine
public PaidLeaveEarningsLine()
-
-
Method Details
-
leaveTypeID
Xero leave type identifier- Parameters:
leaveTypeID- UUID- Returns:
- PaidLeaveEarningsLine
-
getLeaveTypeID
-
setLeaveTypeID
Xero leave type identifier- Parameters:
leaveTypeID- UUID
-
amount
Paid leave amount- Parameters:
amount- Double- Returns:
- PaidLeaveEarningsLine
-
getAmount
-
setAmount
-
sgCAppliedLeaveLoadingAmount
The amount of leave loading applied for the leave type that is subject to Superannuation Guarantee Contributions. *Only applicable for Leave Types with Annual Leave Categories- Parameters:
sgCAppliedLeaveLoadingAmount- Double- Returns:
- PaidLeaveEarningsLine
-
getSgCAppliedLeaveLoadingAmount
The amount of leave loading applied for the leave type that is subject to Superannuation Guarantee Contributions. *Only applicable for Leave Types with Annual Leave Categories- Returns:
- sgCAppliedLeaveLoadingAmount
-
setSgCAppliedLeaveLoadingAmount
The amount of leave loading applied for the leave type that is subject to Superannuation Guarantee Contributions. *Only applicable for Leave Types with Annual Leave Categories- Parameters:
sgCAppliedLeaveLoadingAmount- Double
-
sgCExemptedLeaveLoadingAmount
The amount of leave loading applied for the leave type that is exempt from Superannuation Guarantee Contributions. *Only applicable for Leave Types with Annual Leave Categories- Parameters:
sgCExemptedLeaveLoadingAmount- Double- Returns:
- PaidLeaveEarningsLine
-
getSgCExemptedLeaveLoadingAmount
The amount of leave loading applied for the leave type that is exempt from Superannuation Guarantee Contributions. *Only applicable for Leave Types with Annual Leave Categories- Returns:
- sgCExemptedLeaveLoadingAmount
-
setSgCExemptedLeaveLoadingAmount
The amount of leave loading applied for the leave type that is exempt from Superannuation Guarantee Contributions. *Only applicable for Leave Types with Annual Leave Categories- Parameters:
sgCExemptedLeaveLoadingAmount- Double
-
resetSTPCategorisation
Reset the STP categorisations for the leave type. *Only applicable for Leave Types with Annual Leave Categories- Parameters:
resetSTPCategorisation- Boolean- Returns:
- PaidLeaveEarningsLine
-
getResetSTPCategorisation
Reset the STP categorisations for the leave type. *Only applicable for Leave Types with Annual Leave Categories- Returns:
- resetSTPCategorisation
-
setResetSTPCategorisation
Reset the STP categorisations for the leave type. *Only applicable for Leave Types with Annual Leave Categories- Parameters:
resetSTPCategorisation- Boolean
-
equals
-
hashCode
-
toString
-