Package org.lfenergy.shapeshifter.api
Class ContractSettlementISPType
java.lang.Object
org.lfenergy.shapeshifter.api.ContractSettlementISPType
- All Implemented Interfaces:
Serializable
Java class for ContractSettlementISPType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContractSettlementISPType">
<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="ReservedPower" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="RequestedPower" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="AvailablePower" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="OfferedPower" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="OrderedPower" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the availablePower property.longGets the value of the duration property.Gets the value of the offeredPower property.Gets the value of the orderedPower property.Gets the value of the requestedPower property.Gets the value of the reservedPower property.getStart()Gets the value of the start property.voidsetAvailablePower(Long value) Sets the value of the availablePower property.voidsetDuration(Long value) Sets the value of the duration property.voidsetOfferedPower(Long value) Sets the value of the offeredPower property.voidsetOrderedPower(Long value) Sets the value of the orderedPower property.voidsetRequestedPower(Long value) Sets the value of the requestedPower property.voidsetReservedPower(Long value) Sets the value of the reservedPower property.voidSets the value of the start property.
-
Field Details
-
start
-
duration
-
reservedPower
-
requestedPower
-
availablePower
-
offeredPower
-
orderedPower
-
-
Constructor Details
-
ContractSettlementISPType
public ContractSettlementISPType()
-
-
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
-
getReservedPower
Gets the value of the reservedPower property.- Returns:
- possible object is
String
-
setReservedPower
Sets the value of the reservedPower property.- Parameters:
value- allowed object isString
-
getRequestedPower
Gets the value of the requestedPower property.- Returns:
- possible object is
String
-
setRequestedPower
Sets the value of the requestedPower property.- Parameters:
value- allowed object isString
-
getAvailablePower
Gets the value of the availablePower property.- Returns:
- possible object is
String
-
setAvailablePower
Sets the value of the availablePower property.- Parameters:
value- allowed object isString
-
getOfferedPower
Gets the value of the offeredPower property.- Returns:
- possible object is
String
-
setOfferedPower
Sets the value of the offeredPower property.- Parameters:
value- allowed object isString
-
getOrderedPower
Gets the value of the orderedPower property.- Returns:
- possible object is
String
-
setOrderedPower
Sets the value of the orderedPower property.- Parameters:
value- allowed object isString
-