Class ElectricityDelivery
java.lang.Object
net.finmath.smartcontract.product.xml.ElectricityDelivery
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ElectricityDeliveryPoint
protected ElectricityDeliveryType
protected CommodityDeliveryPoint
protected PartyReference
protected InterconnectionPoint
protected ElectricityTransmissionContingency
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deliveryPoint property.Gets the value of the deliveryType property.Gets the value of the deliveryZone property.Gets the value of the electingPartyReference property.Gets the value of the interconnectionPoint property.Gets the value of the transmissionContingency property.void
Sets the value of the deliveryPoint property.void
Sets the value of the deliveryType property.void
Sets the value of the deliveryZone property.void
Sets the value of the electingPartyReference property.void
Sets the value of the interconnectionPoint property.void
Sets the value of the transmissionContingency property.
-
Field Details
-
deliveryPoint
-
deliveryType
-
transmissionContingency
-
interconnectionPoint
-
deliveryZone
-
electingPartyReference
-
-
Constructor Details
-
ElectricityDelivery
public ElectricityDelivery()
-
-
Method Details
-
getDeliveryPoint
Gets the value of the deliveryPoint property.- Returns:
- possible object is
ElectricityDeliveryPoint
-
setDeliveryPoint
Sets the value of the deliveryPoint property.- Parameters:
value
- allowed object isElectricityDeliveryPoint
-
getDeliveryType
Gets the value of the deliveryType property.- Returns:
- possible object is
ElectricityDeliveryType
-
setDeliveryType
Sets the value of the deliveryType property.- Parameters:
value
- allowed object isElectricityDeliveryType
-
getTransmissionContingency
Gets the value of the transmissionContingency property.- Returns:
- possible object is
ElectricityTransmissionContingency
-
setTransmissionContingency
Sets the value of the transmissionContingency property.- Parameters:
value
- allowed object isElectricityTransmissionContingency
-
getInterconnectionPoint
Gets the value of the interconnectionPoint property.- Returns:
- possible object is
InterconnectionPoint
-
setInterconnectionPoint
Sets the value of the interconnectionPoint property.- Parameters:
value
- allowed object isInterconnectionPoint
-
getDeliveryZone
Gets the value of the deliveryZone property.- Returns:
- possible object is
CommodityDeliveryPoint
-
setDeliveryZone
Sets the value of the deliveryZone property.- Parameters:
value
- allowed object isCommodityDeliveryPoint
-
getElectingPartyReference
Gets the value of the electingPartyReference property.- Returns:
- possible object is
PartyReference
-
setElectingPartyReference
Sets the value of the electingPartyReference property.- Parameters:
value
- allowed object isPartyReference
-