Class CommodityBasketByNotional

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityBasketBase
net.finmath.smartcontract.product.xml.CommodityBasketByNotional

public class CommodityBasketByNotional extends CommodityBasketBase

Java class for CommodityBasketByNotional complex type.

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

 <complexType name="CommodityBasketByNotional">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityBasketBase">
       <sequence>
         <element name="underlying" type="{http://www.fpml.org/FpML-5/confirmation}CommodityBasketUnderlyingByNotional" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityBasketByNotional

      public CommodityBasketByNotional()
  • Method Details

    • getUnderlying

      public List<CommodityBasketUnderlyingByNotional> getUnderlying()
      Gets the value of the underlying 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 underlying property.

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

          getUnderlying().add(newItem);
       

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