Class StrategyComponentIdentification

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

public class StrategyComponentIdentification extends Object
Associates trade identifiers with components of a strategy.

Java class for StrategyComponentIdentification complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StrategyComponentIdentification">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tradeIdentifierReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifierReference" maxOccurs="unbounded"/>
         <element name="componentReference" type="{http://www.fpml.org/FpML-5/confirmation}ProductReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StrategyComponentIdentification

      public StrategyComponentIdentification()
  • Method Details

    • getTradeIdentifierReference

      public List<PartyTradeIdentifierReference> getTradeIdentifierReference()
      Gets the value of the tradeIdentifierReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the tradeIdentifierReference property.

      For example, to add a new item, do as follows:

          getTradeIdentifierReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyTradeIdentifierReference

    • getComponentReference

      public ProductReference getComponentReference()
      Gets the value of the componentReference property.
      Returns:
      possible object is ProductReference
    • setComponentReference

      public void setComponentReference(ProductReference value)
      Sets the value of the componentReference property.
      Parameters:
      value - allowed object is ProductReference