Class GasPhysicalQuantity

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
net.finmath.smartcontract.product.xml.GasPhysicalQuantity

public class GasPhysicalQuantity extends CommodityPhysicalQuantityBase
The quantity of gas to be delivered.

Java class for GasPhysicalQuantity complex type.

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

 <complexType name="GasPhysicalQuantity">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantityBase">
       <choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedPhysicalQuantity.model"/>
         <sequence>
           <element name="minPhysicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" maxOccurs="unbounded"/>
           <element name="maxPhysicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" maxOccurs="unbounded"/>
           <element name="electingParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         </sequence>
       </choice>
     </extension>
   </complexContent>
 </complexType>