Class ElectricityDelivery

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

public class ElectricityDelivery extends Object
The physical delivery conditions for electricity.

Java class for ElectricityDelivery complex type.

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

 <complexType name="ElectricityDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="deliveryPoint" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityDeliveryPoint"/>
           <element name="deliveryType" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityDeliveryType" minOccurs="0"/>
           <element name="transmissionContingency" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityTransmissionContingency" minOccurs="0"/>
           <element name="interconnectionPoint" type="{http://www.fpml.org/FpML-5/confirmation}InterconnectionPoint" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="deliveryZone" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint"/>
           <element name="electingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>