Uses of Class
net.finmath.smartcontract.product.xml.ProductReference
Packages that use ProductReference
-
Uses of ProductReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ProductReferenceModifier and TypeFieldDescriptionprotected ProductReferenceStrategyComponentIdentification.componentReferenceprotected ProductReferenceUnderlyingAsset.definitionprotected ProductReferenceProductComponentIdentifier.premiumProductReferenceprotected ProductReferenceStrategy.premiumProductReferenceMethods in net.finmath.smartcontract.product.xml that return ProductReferenceModifier and TypeMethodDescriptionObjectFactory.createProductReference()Create an instance ofProductReferenceStrategyComponentIdentification.getComponentReference()Gets the value of the componentReference property.UnderlyingAsset.getDefinition()Gets the value of the definition property.ProductComponentIdentifier.getPremiumProductReference()Gets the value of the premiumProductReference property.Strategy.getPremiumProductReference()Gets the value of the premiumProductReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type ProductReferenceModifier and TypeMethodDescriptionvoidStrategyComponentIdentification.setComponentReference(ProductReference value) Sets the value of the componentReference property.voidUnderlyingAsset.setDefinition(ProductReference value) Sets the value of the definition property.voidProductComponentIdentifier.setPremiumProductReference(ProductReference value) Sets the value of the premiumProductReference property.voidStrategy.setPremiumProductReference(ProductReference value) Sets the value of the premiumProductReference property.