Class CommodityBasketByNotional
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityBasketBase
net.finmath.smartcontract.product.xml.CommodityBasketByNotional
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 Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.CommodityBasketBase
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the underlying property.Methods inherited from class net.finmath.smartcontract.product.xml.CommodityBasketBase
getId, setId
-
Field Details
-
underlying
-
-
Constructor Details
-
CommodityBasketByNotional
public CommodityBasketByNotional()
-
-
Method Details
-
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
setmethod 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
-