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

public abstract class PayloadMessageResponseType extends PayloadMessageType implements Serializable

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 Details

  • Constructor Details

    • PayloadMessageResponseType

      public PayloadMessageResponseType()
  • Method Details

    • getResult

      public AcceptedRejectedType getResult()
      Gets the value of the result property.
      Returns:
      possible object is AcceptedRejectedType
    • setResult

      public void setResult(AcceptedRejectedType value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is AcceptedRejectedType
    • getRejectionReason

      public String getRejectionReason()
      Gets the value of the rejectionReason property.
      Returns:
      possible object is String
    • setRejectionReason

      public void setRejectionReason(String value)
      Sets the value of the rejectionReason property.
      Parameters:
      value - allowed object is String