Class MeteringResponse

All Implemented Interfaces:
Serializable

public class MeteringResponse extends PayloadMessageResponseType implements Serializable

Java class for MeteringResponseType complex type.

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


 <complexType name="MeteringResponseType">
   <complexContent>
     <extension base="{}PayloadMessageResponseType">
       <attribute name="MeteringMessageID" use="required" type="{}UUIDType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • meteringMessageID

      protected String meteringMessageID
  • Constructor Details

    • MeteringResponse

      public MeteringResponse()
  • Method Details

    • getMeteringMessageID

      public String getMeteringMessageID()
      Gets the value of the meteringMessageID property.
      Returns:
      possible object is String
    • setMeteringMessageID

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