Package org.lfenergy.shapeshifter.api
Class FlexOfferRevocation
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.FlexOfferRevocation
- All Implemented Interfaces:
Serializable
Java class for FlexOfferRevocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexOfferRevocationType">
<complexContent>
<extension base="{}PayloadMessageType">
<attribute name="FlexOfferMessageID" use="required" type="{}UUIDType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields 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 flexOfferMessageID property.voidsetFlexOfferMessageID(String value) Sets the value of the flexOfferMessageID property.Methods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
getConversationID, getMessageID, getRecipientDomain, getSenderDomain, getTimeStamp, getVersion, setConversationID, setMessageID, setRecipientDomain, setSenderDomain, setTimeStamp, setVersion
-
Field Details
-
flexOfferMessageID
-
-
Constructor Details
-
FlexOfferRevocation
public FlexOfferRevocation()
-
-
Method Details