Package org.lfenergy.shapeshifter.api
Class MeteringISPType
java.lang.Object
org.lfenergy.shapeshifter.api.MeteringISPType
- All Implemented Interfaces:
Serializable
Java class for MeteringISPType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeteringISPType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Start" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStart()Gets the value of the start property.getValue()Gets the value of the value property.voidSets the value of the start property.voidsetValue(BigDecimal value) Sets the value of the value property.
-
Field Details
-
start
-
value
-
-
Constructor Details
-
MeteringISPType
public MeteringISPType()
-
-
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
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-