Class DPrognosisISPType

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

public class DPrognosisISPType extends Object implements Serializable

Java class for D-PrognosisISPType complex type.

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


 <complexType name="D-PrognosisISPType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Power" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="Start" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="Duration" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • power

      protected Long power
    • start

      protected Long start
    • duration

      protected Long duration
  • Constructor Details

    • DPrognosisISPType

      public DPrognosisISPType()
  • Method Details

    • getPower

      public Long getPower()
      Gets the value of the power property.
      Returns:
      possible object is String
    • setPower

      public void setPower(Long value)
      Sets the value of the power property.
      Parameters:
      value - allowed object is String
    • getStart

      public Long getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      public void setStart(Long value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getDuration

      public long getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is String
    • setDuration

      public void setDuration(Long value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is String