Package org.lfenergy.shapeshifter.api
Class AGRPortfolioQueryResponseCongestionPointType
java.lang.Object
org.lfenergy.shapeshifter.api.AGRPortfolioQueryResponseCongestionPointType
- All Implemented Interfaces:
Serializable
Java class for AGRPortfolioQueryResponseCongestionPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AGRPortfolioQueryResponseCongestionPointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Connection" type="{}AGRPortfolioQueryResponseConnectionType" maxOccurs="unbounded"/>
</sequence>
<attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
<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<AGRPortfolioQueryResponseConnectionType>protected RedispatchByTypeprotected Stringprotected RedispatchByTypeprotected boolean -
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 entityAddress property.Gets the value of the intradayRedispatchBy property.booleanGets the value of the mutexOffersSupported property.voidSets the value of the dayAheadRedispatchBy 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.
-
Field Details
-
connections
-
entityAddress
-
mutexOffersSupported
protected boolean mutexOffersSupported -
dayAheadRedispatchBy
-
intradayRedispatchBy
-
-
Constructor Details
-
AGRPortfolioQueryResponseCongestionPointType
public AGRPortfolioQueryResponseCongestionPointType()
-
-
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
AGRPortfolioQueryResponseConnectionType- 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
-
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
-