Class AGRPortfolioQuery

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

public class AGRPortfolioQuery extends PayloadMessageType implements Serializable

Java class for AGRPortfolioQueryType complex type.

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


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

  • Constructor Details

    • AGRPortfolioQuery

      public AGRPortfolioQuery()
  • 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