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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the forceMajeure property.voidsetForceMajeure(boolean value)Sets the value of the forceMajeure property.
- 
Field Details- 
forceMajeureprotected boolean forceMajeure
 
- 
- 
Constructor Details- 
ElectricityDeliveryFirmpublic ElectricityDeliveryFirm()
 
- 
- 
Method Details- 
isForceMajeurepublic boolean isForceMajeure()Gets the value of the forceMajeure property.
- 
setForceMajeurepublic void setForceMajeure(boolean value)Sets the value of the forceMajeure property.
 
-