Uses of Class
net.finmath.smartcontract.product.xml.LoanContract
Packages that use LoanContract
-
Uses of LoanContract in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LoanContractModifier and TypeFieldDescriptionprotected LoanContractLoanContractNotification.contractprotected LoanContractPrepaymentNotification.contractFields in net.finmath.smartcontract.product.xml with type parameters of type LoanContractModifier and TypeFieldDescriptionprotected List<LoanContract> AccrualOptionChangeNotification.contractprotected List<LoanContract> RolloverNotification.CurrentContracts.contractprotected List<LoanContract> RolloverNotificationRetracted.CurrentContracts.contractMethods in net.finmath.smartcontract.product.xml that return LoanContractModifier and TypeMethodDescriptionObjectFactory.createLoanContract()Create an instance ofLoanContractLoanContractNotification.getContract()Gets the value of the contract property.PrepaymentNotification.getContract()Gets the value of the contract property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type LoanContractModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createAccrualOptionChangeNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createFacilityRateChangeNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createLoanContractNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createNonRecurringFeePaymentNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createPrepaymentNotificationRetractedContract(LoanContract value) AccrualOptionChangeNotification.getContract()Gets the value of the contract property.RolloverNotification.CurrentContracts.getContract()Gets the value of the contract property.RolloverNotificationRetracted.CurrentContracts.getContract()Gets the value of the contract property.Methods in net.finmath.smartcontract.product.xml with parameters of type LoanContractModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createAccrualOptionChangeNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createFacilityRateChangeNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createLoanContractNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createNonRecurringFeePaymentNotificationRetractedContract(LoanContract value) jakarta.xml.bind.JAXBElement<LoanContract> ObjectFactory.createPrepaymentNotificationRetractedContract(LoanContract value) voidLoanContractNotification.setContract(LoanContract value) Sets the value of the contract property.voidPrepaymentNotification.setContract(LoanContract value) Sets the value of the contract property.