Class GasPhysicalLeg

java.lang.Object

public class GasPhysicalLeg extends PhysicalSwapLeg
Physically settled leg of a physically settled gas transaction.

Java class for GasPhysicalLeg complex type.

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

 <complexType name="GasPhysicalLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PhysicalSwapLeg">
       <sequence>
         <element name="deliveryPeriods" type="{http://www.fpml.org/FpML-5/confirmation}GasDeliveryPeriods"/>
         <element name="gas" type="{http://www.fpml.org/FpML-5/confirmation}GasProduct"/>
         <element name="deliveryConditions" type="{http://www.fpml.org/FpML-5/confirmation}GasDelivery"/>
         <element name="deliveryQuantity" type="{http://www.fpml.org/FpML-5/confirmation}GasPhysicalQuantity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>