Class ProductComponentIdentifier

java.lang.Object
net.finmath.smartcontract.product.xml.ProductComponentIdentifier

public class ProductComponentIdentifier extends Object
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 Details

  • Constructor Details

    • ProductComponentIdentifier

      public ProductComponentIdentifier()
  • Method Details

    • getPremiumProductReference

      public ProductReference getPremiumProductReference()
      Gets the value of the premiumProductReference property.
      Returns:
      possible object is ProductReference
    • setPremiumProductReference

      public void setPremiumProductReference(ProductReference value)
      Sets the value of the premiumProductReference property.
      Parameters:
      value - allowed object is ProductReference
    • getIssuer

      public IssuerId getIssuer()
      Gets the value of the issuer property.
      Returns:
      possible object is IssuerId
    • setIssuer

      public void setIssuer(IssuerId value)
      Sets the value of the issuer property.
      Parameters:
      value - allowed object is IssuerId
    • getTradeId

      public TradeId getTradeId()
      Gets the value of the tradeId property.
      Returns:
      possible object is TradeId
    • setTradeId

      public void setTradeId(TradeId value)
      Sets the value of the tradeId property.
      Parameters:
      value - allowed object is TradeId