Class FlexOrderSettlementISPType

java.lang.Object
org.lfenergy.shapeshifter.api.FlexOrderSettlementISPType
All Implemented Interfaces:
Serializable

public class FlexOrderSettlementISPType extends Object implements Serializable

Java class for FlexOrderSettlementISPType complex type.

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


 <complexType name="FlexOrderSettlementISPType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Start" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="Duration" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" />
       <attribute name="BaselinePower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="OrderedFlexPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="ActualPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="DeliveredFlexPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="PowerDeficiency" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • start

      protected Long start
    • duration

      protected Long duration
    • baselinePower

      protected Long baselinePower
    • orderedFlexPower

      protected Long orderedFlexPower
    • actualPower

      protected Long actualPower
    • deliveredFlexPower

      protected Long deliveredFlexPower
    • powerDeficiency

      protected Long powerDeficiency
  • Constructor Details

    • FlexOrderSettlementISPType

      public FlexOrderSettlementISPType()
  • Method Details

    • getStart

      public Long getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      public void setStart(Long value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getDuration

      public long getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is String
    • setDuration

      public void setDuration(Long value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is String
    • getBaselinePower

      public Long getBaselinePower()
      Gets the value of the baselinePower property.
      Returns:
      possible object is String
    • setBaselinePower

      public void setBaselinePower(Long value)
      Sets the value of the baselinePower property.
      Parameters:
      value - allowed object is String
    • getOrderedFlexPower

      public Long getOrderedFlexPower()
      Gets the value of the orderedFlexPower property.
      Returns:
      possible object is String
    • setOrderedFlexPower

      public void setOrderedFlexPower(Long value)
      Sets the value of the orderedFlexPower property.
      Parameters:
      value - allowed object is String
    • getActualPower

      public Long getActualPower()
      Gets the value of the actualPower property.
      Returns:
      possible object is String
    • setActualPower

      public void setActualPower(Long value)
      Sets the value of the actualPower property.
      Parameters:
      value - allowed object is String
    • getDeliveredFlexPower

      public Long getDeliveredFlexPower()
      Gets the value of the deliveredFlexPower property.
      Returns:
      possible object is String
    • setDeliveredFlexPower

      public void setDeliveredFlexPower(Long value)
      Sets the value of the deliveredFlexPower property.
      Parameters:
      value - allowed object is String
    • getPowerDeficiency

      public long getPowerDeficiency()
      Gets the value of the powerDeficiency property.
      Returns:
      possible object is String
    • setPowerDeficiency

      public void setPowerDeficiency(Long value)
      Sets the value of the powerDeficiency property.
      Parameters:
      value - allowed object is String