Package org.lfenergy.shapeshifter.api
Class DSOPortfolioUpdate
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.DSOPortfolioUpdate
- All Implemented Interfaces:
Serializable
Java class for DSOPortfolioUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSOPortfolioUpdateType">
<complexContent>
<extension base="{}PayloadMessageType">
<sequence>
<element name="CongestionPoint" type="{}DSOPortfolioUpdateCongestionPoint" maxOccurs="unbounded"/>
</sequence>
<attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DSOPortfolioUpdateCongestionPoint>protected StringFields 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 congestionPoints property.Gets the value of the timeZone property.voidsetTimeZone(String value) Sets the value of the timeZone property.Methods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
getConversationID, getMessageID, getRecipientDomain, getSenderDomain, getTimeStamp, getVersion, setConversationID, setMessageID, setRecipientDomain, setSenderDomain, setTimeStamp, setVersion
-
Field Details
-
congestionPoints
-
timeZone
-
-
Constructor Details
-
DSOPortfolioUpdate
public DSOPortfolioUpdate()
-
-
Method Details
-
getCongestionPoints
Gets the value of the congestionPoints 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 congestionPoints property.For example, to add a new item, do as follows:
getCongestionPoints().add(newItem);Objects of the following type(s) are allowed in the list
DSOPortfolioUpdateCongestionPoint- Returns:
- The value of the congestionPoints 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
-