Class ElectricityPhysicalQuantity

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

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

Java class for ElectricityPhysicalQuantity complex type.

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

 <complexType name="ElectricityPhysicalQuantity">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantityBase">
       <sequence>
         <choice>
           <element name="physicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityPhysicalDeliveryQuantity" maxOccurs="unbounded"/>
           <element name="physicalQuantitySchedule" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityPhysicalDeliveryQuantitySchedule" maxOccurs="unbounded"/>
         </choice>
         <element name="totalPhysicalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}UnitQuantity" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ElectricityPhysicalQuantity

      public ElectricityPhysicalQuantity()
  • Method Details

    • getPhysicalQuantity

      public List<ElectricityPhysicalDeliveryQuantity> getPhysicalQuantity()
      Gets the value of the physicalQuantity 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 physicalQuantity property.

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

          getPhysicalQuantity().add(newItem);
       

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

    • getPhysicalQuantitySchedule

      public List<ElectricityPhysicalDeliveryQuantitySchedule> getPhysicalQuantitySchedule()
      Gets the value of the physicalQuantitySchedule 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 physicalQuantitySchedule property.

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

          getPhysicalQuantitySchedule().add(newItem);
       

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

    • 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