Class ElectricityProduct

java.lang.Object
net.finmath.smartcontract.product.xml.ElectricityProduct

public class ElectricityProduct extends Object
The specification of the electricity to be delivered.

Java class for ElectricityProduct complex type.

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

 <complexType name="ElectricityProduct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityProductTypeEnum"/>
         <element name="voltage" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>