Package org.lfenergy.shapeshifter.api
Class DPrognosisISPType
java.lang.Object
org.lfenergy.shapeshifter.api.DPrognosisISPType
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the duration property.getPower()Gets the value of the power property.getStart()Gets the value of the start property.voidsetDuration(Long value) Sets the value of the duration property.voidSets the value of the power property.voidSets the value of the start property.
-
Field Details
-
power
-
start
-
duration
-
-
Constructor Details
-
DPrognosisISPType
public DPrognosisISPType()
-
-
Method Details
-
getPower
Gets the value of the power property.- Returns:
- possible object is
String
-
setPower
Sets the value of the power 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
-