Uses of Class
net.finmath.smartcontract.product.xml.LoanContractReference
Packages that use LoanContractReference
-
Uses of LoanContractReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LoanContractReferenceModifier and TypeFieldDescriptionprotected LoanContractReferenceLoanContractEvent.loanContractReferenceprotected LoanContractReferenceOutstandingsPosition.loanContractReferenceFields in net.finmath.smartcontract.product.xml with type parameters of type LoanContractReferenceModifier and TypeFieldDescriptionprotected List<LoanContractReference> FacilityContractEvent.loanContractReferenceMethods in net.finmath.smartcontract.product.xml that return LoanContractReferenceModifier and TypeMethodDescriptionObjectFactory.createLoanContractReference()Create an instance ofLoanContractReferenceLoanContractEvent.getLoanContractReference()Gets the value of the loanContractReference property.OutstandingsPosition.getLoanContractReference()Gets the value of the loanContractReference property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type LoanContractReferenceModifier and TypeMethodDescriptionFacilityContractEvent.getLoanContractReference()Gets the value of the loanContractReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type LoanContractReferenceModifier and TypeMethodDescriptionvoidLoanContractEvent.setLoanContractReference(LoanContractReference value) Sets the value of the loanContractReference property.voidOutstandingsPosition.setLoanContractReference(LoanContractReference value) Sets the value of the loanContractReference property.