Class ContractSettlementISPType

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

public class ContractSettlementISPType extends Object implements Serializable

Java class for ContractSettlementISPType complex type.

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


 <complexType name="ContractSettlementISPType">
   <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="ReservedPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="RequestedPower" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="AvailablePower" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="OfferedPower" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="OrderedPower" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • start

      protected Long start
    • duration

      protected Long duration
    • reservedPower

      protected Long reservedPower
    • requestedPower

      protected Long requestedPower
    • availablePower

      protected Long availablePower
    • offeredPower

      protected Long offeredPower
    • orderedPower

      protected Long orderedPower
  • Constructor Details

    • ContractSettlementISPType

      public ContractSettlementISPType()
  • 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
    • getReservedPower

      public Long getReservedPower()
      Gets the value of the reservedPower property.
      Returns:
      possible object is String
    • setReservedPower

      public void setReservedPower(Long value)
      Sets the value of the reservedPower property.
      Parameters:
      value - allowed object is String
    • getRequestedPower

      public Long getRequestedPower()
      Gets the value of the requestedPower property.
      Returns:
      possible object is String
    • setRequestedPower

      public void setRequestedPower(Long value)
      Sets the value of the requestedPower property.
      Parameters:
      value - allowed object is String
    • getAvailablePower

      public Long getAvailablePower()
      Gets the value of the availablePower property.
      Returns:
      possible object is String
    • setAvailablePower

      public void setAvailablePower(Long value)
      Sets the value of the availablePower property.
      Parameters:
      value - allowed object is String
    • getOfferedPower

      public Long getOfferedPower()
      Gets the value of the offeredPower property.
      Returns:
      possible object is String
    • setOfferedPower

      public void setOfferedPower(Long value)
      Sets the value of the offeredPower property.
      Parameters:
      value - allowed object is String
    • getOrderedPower

      public Long getOrderedPower()
      Gets the value of the orderedPower property.
      Returns:
      possible object is String
    • setOrderedPower

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