Class DSOPortfolioUpdateCongestionPoint

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

public class DSOPortfolioUpdateCongestionPoint extends Object implements Serializable
A congestion point that the DSO wants the CRO to update

Java class for DSOPortfolioUpdateCongestionPoint complex type.

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


 <complexType name="DSOPortfolioUpdateCongestionPoint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Connection" type="{}DSOPortfolioUpdateConnectionType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
       <attribute name="StartPeriod" use="required" type="{}PeriodType" />
       <attribute name="EndPeriod" type="{}PeriodType" />
       <attribute name="MutexOffersSupported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="DayAheadRedispatchBy" use="required" type="{}RedispatchByType" />
       <attribute name="IntradayRedispatchBy" type="{}RedispatchByType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • DSOPortfolioUpdateCongestionPoint

      public DSOPortfolioUpdateCongestionPoint()
  • Method Details

    • getConnections

      public List<DSOPortfolioUpdateConnectionType> getConnections()
      Gets the value of the connections property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the connections property.

      For example, to add a new item, do as follows:

          getConnections().add(newItem);
       

      Objects of the following type(s) are allowed in the list DSOPortfolioUpdateConnectionType

      Returns:
      The value of the connections property.
    • getEntityAddress

      public String getEntityAddress()
      Gets the value of the entityAddress property.
      Returns:
      possible object is String
    • setEntityAddress

      public void setEntityAddress(String value)
      Sets the value of the entityAddress property.
      Parameters:
      value - allowed object is String
    • getStartPeriod

      public LocalDate getStartPeriod()
      Gets the value of the startPeriod property.
      Returns:
      possible object is String
    • setStartPeriod

      public void setStartPeriod(LocalDate value)
      Sets the value of the startPeriod property.
      Parameters:
      value - allowed object is String
    • getEndPeriod

      public LocalDate getEndPeriod()
      Gets the value of the endPeriod property.
      Returns:
      possible object is String
    • setEndPeriod

      public void setEndPeriod(LocalDate value)
      Sets the value of the endPeriod property.
      Parameters:
      value - allowed object is String
    • isMutexOffersSupported

      public boolean isMutexOffersSupported()
      Gets the value of the mutexOffersSupported property.
    • setMutexOffersSupported

      public void setMutexOffersSupported(boolean value)
      Sets the value of the mutexOffersSupported property.
    • getDayAheadRedispatchBy

      public RedispatchByType getDayAheadRedispatchBy()
      Gets the value of the dayAheadRedispatchBy property.
      Returns:
      possible object is RedispatchByType
    • setDayAheadRedispatchBy

      public void setDayAheadRedispatchBy(RedispatchByType value)
      Sets the value of the dayAheadRedispatchBy property.
      Parameters:
      value - allowed object is RedispatchByType
    • getIntradayRedispatchBy

      public RedispatchByType getIntradayRedispatchBy()
      Gets the value of the intradayRedispatchBy property.
      Returns:
      possible object is RedispatchByType
    • setIntradayRedispatchBy

      public void setIntradayRedispatchBy(RedispatchByType value)
      Sets the value of the intradayRedispatchBy property.
      Parameters:
      value - allowed object is RedispatchByType