Package org.lfenergy.shapeshifter.api
Class DSOPortfolioUpdateCongestionPoint
java.lang.Object
org.lfenergy.shapeshifter.api.DSOPortfolioUpdateCongestionPoint
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<DSOPortfolioUpdateConnectionType>protected RedispatchByTypeprotected LocalDateprotected Stringprotected RedispatchByTypeprotected booleanprotected LocalDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connections property.Gets the value of the dayAheadRedispatchBy property.Gets the value of the endPeriod property.Gets the value of the entityAddress property.Gets the value of the intradayRedispatchBy property.Gets the value of the startPeriod property.booleanGets the value of the mutexOffersSupported property.voidSets the value of the dayAheadRedispatchBy property.voidsetEndPeriod(LocalDate value) Sets the value of the endPeriod property.voidsetEntityAddress(String value) Sets the value of the entityAddress property.voidSets the value of the intradayRedispatchBy property.voidsetMutexOffersSupported(boolean value) Sets the value of the mutexOffersSupported property.voidsetStartPeriod(LocalDate value) Sets the value of the startPeriod property.
-
Field Details
-
connections
-
entityAddress
-
startPeriod
-
endPeriod
-
mutexOffersSupported
protected boolean mutexOffersSupported -
dayAheadRedispatchBy
-
intradayRedispatchBy
-
-
Constructor Details
-
DSOPortfolioUpdateCongestionPoint
public DSOPortfolioUpdateCongestionPoint()
-
-
Method Details
-
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
setmethod 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
Gets the value of the entityAddress property.- Returns:
- possible object is
String
-
setEntityAddress
Sets the value of the entityAddress property.- Parameters:
value- allowed object isString
-
getStartPeriod
Gets the value of the startPeriod property.- Returns:
- possible object is
String
-
setStartPeriod
Sets the value of the startPeriod property.- Parameters:
value- allowed object isString
-
getEndPeriod
Gets the value of the endPeriod property.- Returns:
- possible object is
String
-
setEndPeriod
Sets the value of the endPeriod property.- Parameters:
value- allowed object isString
-
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
Gets the value of the dayAheadRedispatchBy property.- Returns:
- possible object is
RedispatchByType
-
setDayAheadRedispatchBy
Sets the value of the dayAheadRedispatchBy property.- Parameters:
value- allowed object isRedispatchByType
-
getIntradayRedispatchBy
Gets the value of the intradayRedispatchBy property.- Returns:
- possible object is
RedispatchByType
-
setIntradayRedispatchBy
Sets the value of the intradayRedispatchBy property.- Parameters:
value- allowed object isRedispatchByType
-