Class MeteringProfileType

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

public class MeteringProfileType extends Object implements Serializable
A profile carries a sequence of ISPs with a defined type of metering data

Java class for MeteringProfileType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="MeteringProfileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ISP" type="{}MeteringISPType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="ProfileType" use="required" type="{}MeteringProfileEnum" />
       <attribute name="Unit" use="required" type="{}MeteringUnitType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • MeteringProfileType

      public MeteringProfileType()
  • Method Details

    • getISPS

      public List<MeteringISPType> getISPS()
      Gets the value of the isps property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the isps property.

      For example, to add a new item, do as follows:

          getISPS().add(newItem);
       

      Objects of the following type(s) are allowed in the list MeteringISPType

      Returns:
      The value of the isps property.
    • getProfileType

      public MeteringProfileEnum getProfileType()
      Gets the value of the profileType property.
      Returns:
      possible object is MeteringProfileEnum
    • setProfileType

      public void setProfileType(MeteringProfileEnum value)
      Sets the value of the profileType property.
      Parameters:
      value - allowed object is MeteringProfileEnum
    • getUnit

      public MeteringUnitType getUnit()
      Gets the value of the unit property.
      Returns:
      possible object is MeteringUnitType
    • setUnit

      public void setUnit(MeteringUnitType value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is MeteringUnitType