Package org.lfenergy.shapeshifter.api
Class FlexReservationUpdateResponse
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.PayloadMessageResponseType
org.lfenergy.shapeshifter.api.FlexReservationUpdateResponse
- All Implemented Interfaces:
Serializable
public class FlexReservationUpdateResponse
extends PayloadMessageResponseType
implements Serializable
Java class for FlexReservationUpdateResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexReservationUpdateResponseType">
<complexContent>
<extension base="{}PayloadMessageResponseType">
<attribute name="FlexReservationUpdateMessageID" 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 flexReservationUpdateMessageID property.voidSets the value of the flexReservationUpdateMessageID 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
-
flexReservationUpdateMessageID
-
-
Constructor Details
-
FlexReservationUpdateResponse
public FlexReservationUpdateResponse()
-
-
Method Details