Class GasProduct

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

public class GasProduct extends Object
A type defining the characteristics of the gas being traded in a physically settled gas transaction.

Java class for GasProduct complex type.

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

 <complexType name="GasProduct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}GasProductTypeEnum"/>
         <choice minOccurs="0">
           <element name="calorificValue" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
           <element name="quality" type="{http://www.fpml.org/FpML-5/confirmation}GasQuality"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>