Class MeteringISPType

java.lang.Object
org.lfenergy.shapeshifter.api.MeteringISPType
All Implemented Interfaces:
Serializable

public class MeteringISPType extends Object implements 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 Details

  • Constructor Details

    • MeteringISPType

      public MeteringISPType()
  • Method Details

    • getStart

      public Long getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      public void setStart(Long value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal