Package org.lfenergy.shapeshifter.api
Class FlexOrderSettlementISPType
java.lang.Object
org.lfenergy.shapeshifter.api.FlexOrderSettlementISPType
- All Implemented Interfaces:
Serializable
Java class for FlexOrderSettlementISPType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexOrderSettlementISPType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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" />
<attribute name="BaselinePower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="OrderedFlexPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="ActualPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="DeliveredFlexPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="PowerDeficiency" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actualPower property.Gets the value of the baselinePower property.Gets the value of the deliveredFlexPower property.longGets the value of the duration property.Gets the value of the orderedFlexPower property.longGets the value of the powerDeficiency property.getStart()Gets the value of the start property.voidsetActualPower(Long value) Sets the value of the actualPower property.voidsetBaselinePower(Long value) Sets the value of the baselinePower property.voidsetDeliveredFlexPower(Long value) Sets the value of the deliveredFlexPower property.voidsetDuration(Long value) Sets the value of the duration property.voidsetOrderedFlexPower(Long value) Sets the value of the orderedFlexPower property.voidsetPowerDeficiency(Long value) Sets the value of the powerDeficiency property.voidSets the value of the start property.
-
Field Details
-
start
-
duration
-
baselinePower
-
orderedFlexPower
-
actualPower
-
deliveredFlexPower
-
powerDeficiency
-
-
Constructor Details
-
FlexOrderSettlementISPType
public FlexOrderSettlementISPType()
-
-
Method Details
-
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
-
getBaselinePower
Gets the value of the baselinePower property.- Returns:
- possible object is
String
-
setBaselinePower
Sets the value of the baselinePower property.- Parameters:
value- allowed object isString
-
getOrderedFlexPower
Gets the value of the orderedFlexPower property.- Returns:
- possible object is
String
-
setOrderedFlexPower
Sets the value of the orderedFlexPower property.- Parameters:
value- allowed object isString
-
getActualPower
Gets the value of the actualPower property.- Returns:
- possible object is
String
-
setActualPower
Sets the value of the actualPower property.- Parameters:
value- allowed object isString
-
getDeliveredFlexPower
Gets the value of the deliveredFlexPower property.- Returns:
- possible object is
String
-
setDeliveredFlexPower
Sets the value of the deliveredFlexPower property.- Parameters:
value- allowed object isString
-
getPowerDeficiency
public long getPowerDeficiency()Gets the value of the powerDeficiency property.- Returns:
- possible object is
String
-
setPowerDeficiency
Sets the value of the powerDeficiency property.- Parameters:
value- allowed object isString
-