Class GasDelivery

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

public class GasDelivery extends Object
The specification of the gas to be delivered.

Java class for GasDelivery complex type.

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

 <complexType name="GasDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoints.model"/>
         <element name="deliveryType" type="{http://www.fpml.org/FpML-5/confirmation}DeliveryTypeEnum"/>
         <element name="interconnectionPoint" type="{http://www.fpml.org/FpML-5/confirmation}InterconnectionPoint" minOccurs="0"/>
         <sequence minOccurs="0">
           <element name="buyerHub" type="{http://www.fpml.org/FpML-5/confirmation}CommodityHub"/>
           <element name="sellerHub" type="{http://www.fpml.org/FpML-5/confirmation}CommodityHub"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>