Class ElectricityDeliveryFirm
java.lang.Object
net.finmath.smartcontract.product.xml.ElectricityDeliveryFirm
The physical delivery obligation options specific to a firm transaction.
Java class for ElectricityDeliveryFirm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectricityDeliveryFirm"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="forceMajeure" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the forceMajeure property.void
setForceMajeure
(boolean value) Sets the value of the forceMajeure property.
-
Field Details
-
forceMajeure
protected boolean forceMajeure
-
-
Constructor Details
-
ElectricityDeliveryFirm
public ElectricityDeliveryFirm()
-
-
Method Details
-
isForceMajeure
public boolean isForceMajeure()Gets the value of the forceMajeure property. -
setForceMajeure
public void setForceMajeure(boolean value) Sets the value of the forceMajeure property.
-