Uses of Class
net.finmath.smartcontract.product.xml.LetterOfCreditReference
Packages that use LetterOfCreditReference
-
Uses of LetterOfCreditReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LetterOfCreditReferenceModifier and TypeFieldDescriptionprotected LetterOfCreditReference
LcEvent.letterOfCreditReference
protected LetterOfCreditReference
OutstandingsPosition.letterOfCreditReference
Methods in net.finmath.smartcontract.product.xml that return LetterOfCreditReferenceModifier and TypeMethodDescriptionObjectFactory.createLetterOfCreditReference()
Create an instance ofLetterOfCreditReference
LcEvent.getLetterOfCreditReference()
Gets the value of the letterOfCreditReference property.OutstandingsPosition.getLetterOfCreditReference()
Gets the value of the letterOfCreditReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type LetterOfCreditReferenceModifier and TypeMethodDescriptionvoid
LcEvent.setLetterOfCreditReference
(LetterOfCreditReference value) Sets the value of the letterOfCreditReference property.void
OutstandingsPosition.setLetterOfCreditReference
(LetterOfCreditReference value) Sets the value of the letterOfCreditReference property.