Class ElectricityDeliveryUnitFirm

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

public class ElectricityDeliveryUnitFirm extends Object
The physical delivery obligation options specific to a unit firm transaction.

Java class for ElectricityDeliveryUnitFirm complex type.

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

 <complexType name="ElectricityDeliveryUnitFirm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="generationAsset" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • applicable

      protected boolean applicable
    • generationAsset

      protected CommodityDeliveryPoint generationAsset
  • Constructor Details

    • ElectricityDeliveryUnitFirm

      public ElectricityDeliveryUnitFirm()
  • Method Details

    • isApplicable

      public boolean isApplicable()
      Gets the value of the applicable property.
    • setApplicable

      public void setApplicable(boolean value)
      Sets the value of the applicable property.
    • getGenerationAsset

      public CommodityDeliveryPoint getGenerationAsset()
      Gets the value of the generationAsset property.
      Returns:
      possible object is CommodityDeliveryPoint
    • setGenerationAsset

      public void setGenerationAsset(CommodityDeliveryPoint value)
      Sets the value of the generationAsset property.
      Parameters:
      value - allowed object is CommodityDeliveryPoint