Package org.lfenergy.shapeshifter.api
Class FlexRequestISPType
java.lang.Object
org.lfenergy.shapeshifter.api.FlexRequestISPType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AvailableRequestedTypeprotected Longprotected Longprotected Longprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the disposition property.longGets the value of the duration property.Gets the value of the maxPower property.Gets the value of the minPower property.getStart()Gets the value of the start property.voidSets the value of the disposition property.voidsetDuration(Long value) Sets the value of the duration property.voidsetMaxPower(Long value) Sets the value of the maxPower property.voidsetMinPower(Long value) Sets the value of the minPower property.voidSets the value of the start property.
-
Field Details
-
disposition
-
minPower
-
maxPower
-
start
-
duration
-
-
Constructor Details
-
FlexRequestISPType
public FlexRequestISPType()
-
-
Method Details
-
getDisposition
Gets the value of the disposition property.- Returns:
- possible object is
AvailableRequestedType
-
setDisposition
Sets the value of the disposition property.- Parameters:
value- allowed object isAvailableRequestedType
-
getMinPower
Gets the value of the minPower property.- Returns:
- possible object is
String
-
setMinPower
Sets the value of the minPower property.- Parameters:
value- allowed object isString
-
getMaxPower
Gets the value of the maxPower property.- Returns:
- possible object is
String
-
setMaxPower
Sets the value of the maxPower property.- Parameters:
value- allowed object isString
-
getStart
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getDuration
public long getDuration()Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isString
-