Class ProductComponentIdentifier
java.lang.Object
net.finmath.smartcontract.product.xml.ProductComponentIdentifier
Deprecated: A type defining a USI for the a subproduct component of a
strategy.
Java class for ProductComponentIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductComponentIdentifier"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="premiumProductReference" type="{http://www.fpml.org/FpML-5/confirmation}ProductReference" minOccurs="0"/> <element name="issuer" type="{http://www.fpml.org/FpML-5/confirmation}IssuerId"/> <element name="tradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the issuer property.Gets the value of the premiumProductReference property.Gets the value of the tradeId property.void
Sets the value of the issuer property.void
Sets the value of the premiumProductReference property.void
setTradeId
(TradeId value) Sets the value of the tradeId property.
-
Field Details
-
issuer
-
tradeId
-
Constructor Details
-
ProductComponentIdentifier
public ProductComponentIdentifier()
-
-
Method Details
-
getPremiumProductReference
Gets the value of the premiumProductReference property.- Returns:
- possible object is
ProductReference
-
setPremiumProductReference
Sets the value of the premiumProductReference property.- Parameters:
value
- allowed object isProductReference
-
getIssuer
-
setIssuer
-
getTradeId
-
setTradeId
-