Package com.xero.models.payrolluk
Class EmployeeStatutoryLeaveBalance
java.lang.Object
com.xero.models.payrolluk.EmployeeStatutoryLeaveBalance
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of statutory leavestatic enumThe units will be \"Hours\" -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbalanceRemaining(Double balanceRemaining) The balance remaining for the corresponding leave type as of specified date.booleanThe balance remaining for the corresponding leave type as of specified date.The type of statutory leavegetUnits()The units will be \"Hours\"inthashCode()The type of statutory leavevoidsetBalanceRemaining(Double balanceRemaining) The balance remaining for the corresponding leave type as of specified date.voidThe type of statutory leavevoidThe units will be \"Hours\"toString()The units will be \"Hours\"
-
Constructor Details
-
EmployeeStatutoryLeaveBalance
public EmployeeStatutoryLeaveBalance()
-
-
Method Details
-
leaveType
public EmployeeStatutoryLeaveBalance leaveType(EmployeeStatutoryLeaveBalance.LeaveTypeEnum leaveType) The type of statutory leave- Parameters:
leaveType- LeaveTypeEnum- Returns:
- EmployeeStatutoryLeaveBalance
-
getLeaveType
The type of statutory leave- Returns:
- leaveType
-
setLeaveType
The type of statutory leave- Parameters:
leaveType- LeaveTypeEnum
-
balanceRemaining
The balance remaining for the corresponding leave type as of specified date.- Parameters:
balanceRemaining- Double- Returns:
- EmployeeStatutoryLeaveBalance
-
getBalanceRemaining
The balance remaining for the corresponding leave type as of specified date.- Returns:
- balanceRemaining
-
setBalanceRemaining
The balance remaining for the corresponding leave type as of specified date.- Parameters:
balanceRemaining- Double
-
units
The units will be \"Hours\"- Parameters:
units- UnitsEnum- Returns:
- EmployeeStatutoryLeaveBalance
-
getUnits
The units will be \"Hours\"- Returns:
- units
-
setUnits
The units will be \"Hours\"- Parameters:
units- UnitsEnum
-
equals
-
hashCode
-
toString
-