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 TypeClassDescriptionclassA structure used to group together individual messages that can be acted on at a group level.classA 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 PortfolioReferenceBaseConsentGranted.portfolioReferenceprotected PortfolioReferenceBaseConsentRefused.portfolioReferenceMethods in net.finmath.smartcontract.product.xml that return PortfolioReferenceBaseModifier and TypeMethodDescriptionObjectFactory.createPortfolioReferenceBase()Create an instance ofPortfolioReferenceBaseConsentGranted.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 TypeMethodDescriptionvoidConsentGranted.setPortfolioReference(PortfolioReferenceBase value) Sets the value of the portfolioReference property.voidConsentRefused.setPortfolioReference(PortfolioReferenceBase value) Sets the value of the portfolioReference property.