Class FlexRequestISPType

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

public class FlexRequestISPType extends Object implements Serializable

Java class for FlexRequestISPType complex type.

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


 <complexType name="FlexRequestISPType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Disposition" type="{}AvailableRequestedType" />
       <attribute name="MinPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="MaxPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="Start" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="Duration" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • disposition

      protected AvailableRequestedType disposition
    • minPower

      protected Long minPower
    • maxPower

      protected Long maxPower
    • start

      protected Long start
    • duration

      protected Long duration
  • Constructor Details

    • FlexRequestISPType

      public FlexRequestISPType()
  • Method Details

    • getDisposition

      public AvailableRequestedType getDisposition()
      Gets the value of the disposition property.
      Returns:
      possible object is AvailableRequestedType
    • setDisposition

      public void setDisposition(AvailableRequestedType value)
      Sets the value of the disposition property.
      Parameters:
      value - allowed object is AvailableRequestedType
    • getMinPower

      public Long getMinPower()
      Gets the value of the minPower property.
      Returns:
      possible object is String
    • setMinPower

      public void setMinPower(Long value)
      Sets the value of the minPower property.
      Parameters:
      value - allowed object is String
    • getMaxPower

      public Long getMaxPower()
      Gets the value of the maxPower property.
      Returns:
      possible object is String
    • setMaxPower

      public void setMaxPower(Long value)
      Sets the value of the maxPower 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