Class DSOPortfolioQuery

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

public class DSOPortfolioQuery extends PayloadMessageType implements Serializable

Java class for DSOPortfolioQueryType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="DSOPortfolioQueryType">
   <complexContent>
     <extension base="{}PayloadMessageType">
       <attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
       <attribute name="Period" use="required" type="{}PeriodType" />
       <attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • timeZone

      protected String timeZone
    • period

      protected LocalDate period
    • entityAddress

      protected String entityAddress
  • Constructor Details

    • DSOPortfolioQuery

      public DSOPortfolioQuery()
  • Method Details

    • 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
    • getEntityAddress

      public String getEntityAddress()
      Gets the value of the entityAddress property.
      Returns:
      possible object is String
    • setEntityAddress

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