Uses of Class
com.xero.models.payrollau.LeaveLine
Packages that use LeaveLine
-
Uses of LeaveLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeaveLineModifier and TypeMethodDescriptionLeaveLine.annualNumberOfUnits(Double annualNumberOfUnits) Hours of leave accrued each yearLeaveLine.calculationType(LeaveLineCalculationType calculationType) calculationTypeLeaveLine.employmentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType) employmentTerminationPaymentTypeLeaveLine.entitlementFinalPayPayoutType(EntitlementFinalPayPayoutType entitlementFinalPayPayoutType) entitlementFinalPayPayoutTypeLeaveLine.fullTimeNumberOfUnitsPerPeriod(Double fullTimeNumberOfUnitsPerPeriod) Normal ordinary earnings number of units for leave line.LeaveLine.includeSuperannuationGuaranteeContribution(Boolean includeSuperannuationGuaranteeContribution) amount of leave lineLeaveLine.leaveTypeID(UUID leaveTypeID) Xero leave type identifierLeaveLine.numberOfUnits(Double numberOfUnits) Number of units for leave line.Methods in com.xero.models.payrollau that return types with arguments of type LeaveLineModifier and TypeMethodDescriptionLeaveLines.getEmployee()Get employeeEmployee.getLeaveLines()Get leaveLinesOpeningBalances.getLeaveLines()Get leaveLinesPayTemplate.getLeaveLines()Get leaveLinesMethods in com.xero.models.payrollau with parameters of type LeaveLineModifier and TypeMethodDescriptionLeaveLines.addEmployeeItem(LeaveLine employeeItem) employeeEmployee.addLeaveLinesItem(LeaveLine leaveLinesItem) leaveLinesOpeningBalances.addLeaveLinesItem(LeaveLine leaveLinesItem) leaveLinesPayTemplate.addLeaveLinesItem(LeaveLine leaveLinesItem) leaveLinesMethod parameters in com.xero.models.payrollau with type arguments of type LeaveLineModifier and TypeMethodDescriptionemployeeEmployee.leaveLines(List<LeaveLine> leaveLines) leaveLinesOpeningBalances.leaveLines(List<LeaveLine> leaveLines) leaveLinesPayTemplate.leaveLines(List<LeaveLine> leaveLines) leaveLinesvoidLeaveLines.setEmployee(List<LeaveLine> employee) employeevoidEmployee.setLeaveLines(List<LeaveLine> leaveLines) leaveLinesvoidOpeningBalances.setLeaveLines(List<LeaveLine> leaveLines) leaveLinesvoidPayTemplate.setLeaveLines(List<LeaveLine> leaveLines) leaveLines