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 LoanContractReference
LoanContractEvent.loanContractReference
protected LoanContractReference
OutstandingsPosition.loanContractReference
Fields in net.finmath.smartcontract.product.xml with type parameters of type LoanContractReferenceModifier and TypeFieldDescriptionprotected List<LoanContractReference>
FacilityContractEvent.loanContractReference
Methods in net.finmath.smartcontract.product.xml that return LoanContractReferenceModifier and TypeMethodDescriptionObjectFactory.createLoanContractReference()
Create an instance ofLoanContractReference
LoanContractEvent.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 TypeMethodDescriptionvoid
LoanContractEvent.setLoanContractReference(LoanContractReference value)
Sets the value of the loanContractReference property.void
OutstandingsPosition.setLoanContractReference(LoanContractReference value)
Sets the value of the loanContractReference property.