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>