Class DSOPortfolioUpdate

java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.DSOPortfolioUpdate
All Implemented Interfaces:
Serializable

public class DSOPortfolioUpdate extends PayloadMessageType implements 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 Details

  • Constructor Details

    • DSOPortfolioUpdate

      public DSOPortfolioUpdate()
  • Method Details

    • getCongestionPoints

      public List<DSOPortfolioUpdateCongestionPoint> 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 set method 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

      public String getTimeZone()
      Gets the value of the timeZone property.
      Returns:
      possible object is String
    • setTimeZone

      public void setTimeZone(String value)
      Sets the value of the timeZone property.
      Parameters:
      value - allowed object is String