Package org.lfenergy.shapeshifter.api
Class AGRPortfolioQueryResponse
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.PayloadMessageResponseType
org.lfenergy.shapeshifter.api.AGRPortfolioQueryResponse
- All Implemented Interfaces:
Serializable
Java class for AGRPortfolioQueryResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AGRPortfolioQueryResponseType">
<complexContent>
<extension base="{}PayloadMessageResponseType">
<sequence>
<element name="DSO-View" type="{}AGRPortfolioQueryResponseDSOViewType" maxOccurs="unbounded"/>
</sequence>
<attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
<attribute name="AGRPortfolioQueryMessageID" use="required" type="{}UUIDType" />
<attribute name="Period" use="required" type="{}PeriodType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<AGRPortfolioQueryResponseDSOViewType>protected 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 agrPortfolioQueryMessageID property.Gets the value of the dsoViews property.Gets the value of the period property.Gets the value of the timeZone property.voidSets the value of the agrPortfolioQueryMessageID 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
-
dsoViews
-
timeZone
-
agrPortfolioQueryMessageID
-
period
-
-
Constructor Details
-
AGRPortfolioQueryResponse
public AGRPortfolioQueryResponse()
-
-
Method Details
-
getDSOViews
Gets the value of the dsoViews 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 dsoViews property.For example, to add a new item, do as follows:
getDSOViews().add(newItem);Objects of the following type(s) are allowed in the list
AGRPortfolioQueryResponseDSOViewType- Returns:
- The value of the dsoViews property.
-
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
-
getAGRPortfolioQueryMessageID
Gets the value of the agrPortfolioQueryMessageID property.- Returns:
- possible object is
String
-
setAGRPortfolioQueryMessageID
Sets the value of the agrPortfolioQueryMessageID 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
-