Package org.lfenergy.shapeshifter.api
Class MeteringProfileType
java.lang.Object
org.lfenergy.shapeshifter.api.MeteringProfileType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<MeteringISPType>protected MeteringProfileEnumprotected MeteringUnitType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetISPS()Gets the value of the isps property.Gets the value of the profileType property.getUnit()Gets the value of the unit property.voidSets the value of the profileType property.voidsetUnit(MeteringUnitType value) Sets the value of the unit property.
-
Field Details
-
isps
-
profileType
-
unit
-
-
Constructor Details
-
MeteringProfileType
public MeteringProfileType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the profileType property.- Returns:
- possible object is
MeteringProfileEnum
-
setProfileType
Sets the value of the profileType property.- Parameters:
value- allowed object isMeteringProfileEnum
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
MeteringUnitType
-
setUnit
Sets the value of the unit property.- Parameters:
value- allowed object isMeteringUnitType
-