Class Metering

All Implemented Interfaces:
Serializable

public class Metering extends PayloadMessageType implements Serializable

Java class for MeteringMessageType complex type.

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


 <complexType name="MeteringMessageType">
   <complexContent>
     <extension base="{}PayloadMessageType">
       <sequence>
         <element name="Profile" type="{}MeteringProfileType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="Revision" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="ISP-Duration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
       <attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
       <attribute name="Currency" type="{}ISO4217CurrencyType" />
       <attribute name="Period" use="required" type="{}PeriodType" />
       <attribute name="EAN" use="required" type="{}EANType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Metering

      public Metering()
  • Method Details

    • getProfiles

      public List<MeteringProfileType> getProfiles()
      Gets the value of the profiles 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 profiles property.

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

          getProfiles().add(newItem);
       

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

      Returns:
      The value of the profiles property.
    • getRevision

      public long getRevision()
      Gets the value of the revision property.
    • setRevision

      public void setRevision(long value)
      Sets the value of the revision property.
    • getISPDuration

      public Duration getISPDuration()
      Gets the value of the ispDuration property.
      Returns:
      possible object is String
    • setISPDuration

      public void setISPDuration(Duration value)
      Sets the value of the ispDuration property.
      Parameters:
      value - allowed object is String
    • getTimeZone

      public String getTimeZone()
      Gets the value of the timeZone property.
      Returns:
      possible object is String
    • setTimeZone

      public void setTimeZone(String value)
      Sets the value of the timeZone property.
      Parameters:
      value - allowed object is String
    • getCurrency

      public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getPeriod

      public LocalDate getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is String
    • setPeriod

      public void setPeriod(LocalDate value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is String
    • getEAN

      public String getEAN()
      Gets the value of the ean property.
      Returns:
      possible object is String
    • setEAN

      public void setEAN(String value)
      Sets the value of the ean property.
      Parameters:
      value - allowed object is String