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