Package org.lfenergy.shapeshifter.api
Class PayloadMessageResponseType
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.PayloadMessageResponseType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AGRPortfolioQueryResponse,AGRPortfolioUpdateResponse,DPrognosisResponse,DSOPortfolioQueryResponse,DSOPortfolioUpdateResponse,FlexOfferResponse,FlexOfferRevocationResponse,FlexOrderResponse,FlexRequestResponse,FlexReservationUpdateResponse,FlexSettlement,FlexSettlementResponse,MeteringResponse
Java class for PayloadMessageResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayloadMessageResponseType">
<complexContent>
<extension base="{}PayloadMessageType">
<attribute name="Result" use="required" type="{}AcceptedRejectedType" />
<attribute name="RejectionReason" type="{http://www.w3.org/2001/XMLSchema}string" />
</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 rejectionReason property.Gets the value of the result property.voidsetRejectionReason(String value) Sets the value of the rejectionReason property.voidsetResult(AcceptedRejectedType value) Sets the value of the result property.Methods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
getConversationID, getMessageID, getRecipientDomain, getSenderDomain, getTimeStamp, getVersion, setConversationID, setMessageID, setRecipientDomain, setSenderDomain, setTimeStamp, setVersion
-
Field Details
-
result
-
rejectionReason
-
-
Constructor Details
-
PayloadMessageResponseType
public PayloadMessageResponseType()
-
-
Method Details
-
getResult
Gets the value of the result property.- Returns:
- possible object is
AcceptedRejectedType
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isAcceptedRejectedType
-
getRejectionReason
Gets the value of the rejectionReason property.- Returns:
- possible object is
String
-
setRejectionReason
Sets the value of the rejectionReason property.- Parameters:
value- allowed object isString
-