Class GasPhysicalLeg


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>
 
  • Field Details

  • Constructor Details

    • GasPhysicalLeg

      public GasPhysicalLeg()
  • Method Details

    • getDeliveryPeriods

      public GasDeliveryPeriods getDeliveryPeriods()
      Gets the value of the deliveryPeriods property.
      Returns:
      possible object is GasDeliveryPeriods
    • setDeliveryPeriods

      public void setDeliveryPeriods(GasDeliveryPeriods value)
      Sets the value of the deliveryPeriods property.
      Parameters:
      value - allowed object is GasDeliveryPeriods
    • getGas

      public GasProduct getGas()
      Gets the value of the gas property.
      Returns:
      possible object is GasProduct
    • setGas

      public void setGas(GasProduct value)
      Sets the value of the gas property.
      Parameters:
      value - allowed object is GasProduct
    • getDeliveryConditions

      public GasDelivery getDeliveryConditions()
      Gets the value of the deliveryConditions property.
      Returns:
      possible object is GasDelivery
    • setDeliveryConditions

      public void setDeliveryConditions(GasDelivery value)
      Sets the value of the deliveryConditions property.
      Parameters:
      value - allowed object is GasDelivery
    • getDeliveryQuantity

      public GasPhysicalQuantity getDeliveryQuantity()
      Gets the value of the deliveryQuantity property.
      Returns:
      possible object is GasPhysicalQuantity
    • setDeliveryQuantity

      public void setDeliveryQuantity(GasPhysicalQuantity value)
      Sets the value of the deliveryQuantity property.
      Parameters:
      value - allowed object is GasPhysicalQuantity