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

  • Constructor Details

    • GasPhysicalQuantity

      public GasPhysicalQuantity()
  • Method Details

    • getPhysicalQuantity

      public CommodityNotionalQuantity getPhysicalQuantity()
      Gets the value of the physicalQuantity property.
      Returns:
      possible object is CommodityNotionalQuantity
    • setPhysicalQuantity

      public void setPhysicalQuantity(CommodityNotionalQuantity value)
      Sets the value of the physicalQuantity property.
      Parameters:
      value - allowed object is CommodityNotionalQuantity
    • getPhysicalQuantitySchedule

      public CommodityPhysicalQuantitySchedule getPhysicalQuantitySchedule()
      Gets the value of the physicalQuantitySchedule property.
      Returns:
      possible object is CommodityPhysicalQuantitySchedule
    • setPhysicalQuantitySchedule

      public void setPhysicalQuantitySchedule(CommodityPhysicalQuantitySchedule value)
      Sets the value of the physicalQuantitySchedule property.
      Parameters:
      value - allowed object is CommodityPhysicalQuantitySchedule
    • getTotalPhysicalQuantity

      public UnitQuantity getTotalPhysicalQuantity()
      Gets the value of the totalPhysicalQuantity property.
      Returns:
      possible object is UnitQuantity
    • setTotalPhysicalQuantity

      public void setTotalPhysicalQuantity(UnitQuantity value)
      Sets the value of the totalPhysicalQuantity property.
      Parameters:
      value - allowed object is UnitQuantity
    • getMinPhysicalQuantity

      public List<CommodityNotionalQuantity> getMinPhysicalQuantity()
      Gets the value of the minPhysicalQuantity property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the minPhysicalQuantity property.

      For example, to add a new item, do as follows:

          getMinPhysicalQuantity().add(newItem);
       

      Objects of the following type(s) are allowed in the list CommodityNotionalQuantity

    • getMaxPhysicalQuantity

      public List<CommodityNotionalQuantity> getMaxPhysicalQuantity()
      Gets the value of the maxPhysicalQuantity property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the maxPhysicalQuantity property.

      For example, to add a new item, do as follows:

          getMaxPhysicalQuantity().add(newItem);
       

      Objects of the following type(s) are allowed in the list CommodityNotionalQuantity

    • getElectingParty

      public PartyReference getElectingParty()
      Gets the value of the electingParty property.
      Returns:
      possible object is PartyReference
    • setElectingParty

      public void setElectingParty(PartyReference value)
      Sets the value of the electingParty property.
      Parameters:
      value - allowed object is PartyReference