Package org.lfenergy.shapeshifter.api
Class DSOPortfolioQueryResponse
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.PayloadMessageResponseType
org.lfenergy.shapeshifter.api.DSOPortfolioQueryResponse
- All Implemented Interfaces:
Serializable
Java class for DSOPortfolioQueryResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSOPortfolioQueryResponseType">
<complexContent>
<extension base="{}PayloadMessageResponseType">
<sequence>
<element name="CongestionPoint" type="{}DSOPortfolioQueryCongestionPointType" minOccurs="0"/>
</sequence>
<attribute name="DSOPortfolioQueryMessageID" use="required" type="{}UUIDType" />
<attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
<attribute name="Period" use="required" type="{}PeriodType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DSOPortfolioQueryCongestionPointTypeprotected Stringprotected LocalDateprotected StringFields inherited from class org.lfenergy.shapeshifter.api.PayloadMessageResponseType
rejectionReason, resultFields inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
conversationID, messageID, recipientDomain, senderDomain, timeStamp, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the congestionPoint property.Gets the value of the dsoPortfolioQueryMessageID property.Gets the value of the period property.Gets the value of the timeZone property.voidSets the value of the congestionPoint property.voidSets the value of the dsoPortfolioQueryMessageID property.voidSets the value of the period property.voidsetTimeZone(String value) Sets the value of the timeZone property.Methods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageResponseType
getRejectionReason, getResult, setRejectionReason, setResultMethods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
getConversationID, getMessageID, getRecipientDomain, getSenderDomain, getTimeStamp, getVersion, setConversationID, setMessageID, setRecipientDomain, setSenderDomain, setTimeStamp, setVersion
-
Field Details
-
congestionPoint
-
dsoPortfolioQueryMessageID
-
timeZone
-
period
-
-
Constructor Details
-
DSOPortfolioQueryResponse
public DSOPortfolioQueryResponse()
-
-
Method Details
-
getCongestionPoint
Gets the value of the congestionPoint property.- Returns:
- possible object is
DSOPortfolioQueryCongestionPointType
-
setCongestionPoint
Sets the value of the congestionPoint property.- Parameters:
value- allowed object isDSOPortfolioQueryCongestionPointType
-
getDSOPortfolioQueryMessageID
Gets the value of the dsoPortfolioQueryMessageID property.- Returns:
- possible object is
String
-
setDSOPortfolioQueryMessageID
Sets the value of the dsoPortfolioQueryMessageID property.- Parameters:
value- allowed object isString
-
getTimeZone
Gets the value of the timeZone property.- Returns:
- possible object is
String
-
setTimeZone
Sets the value of the timeZone property.- Parameters:
value- allowed object isString
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
String
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isString
-