Package org.lfenergy.shapeshifter.api
Class MeteringResponse
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.PayloadMessageResponseType
org.lfenergy.shapeshifter.api.MeteringResponse
- All Implemented Interfaces:
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 Summary
FieldsFields inherited from class org.lfenergy.shapeshifter.api.PayloadMessageResponseType
rejectionReason, resultFields inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
conversationID, messageID, recipientDomain, senderDomain, timeStamp, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the meteringMessageID property.voidsetMeteringMessageID(String value) Sets the value of the meteringMessageID property.Methods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageResponseType
getRejectionReason, getResult, setRejectionReason, setResultMethods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
getConversationID, getMessageID, getRecipientDomain, getSenderDomain, getTimeStamp, getVersion, setConversationID, setMessageID, setRecipientDomain, setSenderDomain, setTimeStamp, setVersion
-
Field Details
-
meteringMessageID
-
-
Constructor Details
-
MeteringResponse
public MeteringResponse()
-
-
Method Details