Class DSOPortfolioQueryResponse

All Implemented Interfaces:
Serializable

public class DSOPortfolioQueryResponse extends PayloadMessageResponseType implements 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 Details

  • Constructor Details

    • DSOPortfolioQueryResponse

      public DSOPortfolioQueryResponse()
  • Method Details

    • getCongestionPoint

      public DSOPortfolioQueryCongestionPointType getCongestionPoint()
      Gets the value of the congestionPoint property.
      Returns:
      possible object is DSOPortfolioQueryCongestionPointType
    • setCongestionPoint

      public void setCongestionPoint(DSOPortfolioQueryCongestionPointType value)
      Sets the value of the congestionPoint property.
      Parameters:
      value - allowed object is DSOPortfolioQueryCongestionPointType
    • getDSOPortfolioQueryMessageID

      public String getDSOPortfolioQueryMessageID()
      Gets the value of the dsoPortfolioQueryMessageID property.
      Returns:
      possible object is String
    • setDSOPortfolioQueryMessageID

      public void setDSOPortfolioQueryMessageID(String value)
      Sets the value of the dsoPortfolioQueryMessageID property.
      Parameters:
      value - allowed object is String
    • 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
    • getPeriod

      public LocalDate getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is String
    • setPeriod

      public void setPeriod(LocalDate value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is String