Uses of Class
net.finmath.smartcontract.product.xml.PortfolioReferenceBase
Packages that use PortfolioReferenceBase
-
Uses of PortfolioReferenceBase in net.finmath.smartcontract.product.xml
Subclasses of PortfolioReferenceBase in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
A structure used to group together individual messages that can be acted on at a group level.class
A structure used to group together individual messages that can be acted on at a group level.Fields in net.finmath.smartcontract.product.xml declared as PortfolioReferenceBaseModifier and TypeFieldDescriptionprotected PortfolioReferenceBase
ConsentGranted.portfolioReference
protected PortfolioReferenceBase
ConsentRefused.portfolioReference
Methods in net.finmath.smartcontract.product.xml that return PortfolioReferenceBaseModifier and TypeMethodDescriptionObjectFactory.createPortfolioReferenceBase()
Create an instance ofPortfolioReferenceBase
ConsentGranted.getPortfolioReference()
Gets the value of the portfolioReference property.ConsentRefused.getPortfolioReference()
Gets the value of the portfolioReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type PortfolioReferenceBaseModifier and TypeMethodDescriptionvoid
ConsentGranted.setPortfolioReference(PortfolioReferenceBase value)
Sets the value of the portfolioReference property.void
ConsentRefused.setPortfolioReference(PortfolioReferenceBase value)
Sets the value of the portfolioReference property.