Class AbortRequest


  • public class AbortRequest
    extends Object
    Definition: Body of the Abort Request messageType. -- Usage: It conveys Information requested for identification of the messageType request carrying the transaction to abort. A messageType to display on the CustomerError Device could be sent by the Sale System (DisplayOutput).

    Java class for AbortRequest complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AbortRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MessageReference" type="{}MessageReference"/>
             <element name="AbortReason" type="{}AbortReason"/>
             <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • messageReference

        protected MessageReference messageReference
        The Message reference.
      • abortReason

        protected String abortReason
        The Abort reason.
      • displayOutput

        protected DisplayOutput displayOutput
        The Display output.
    • Constructor Detail

      • AbortRequest

        public AbortRequest()
    • Method Detail

      • getMessageReference

        public MessageReference getMessageReference()
        Gets the value of the messageReference property.
        Returns:
        possible object is MessageReference
      • setMessageReference

        public void setMessageReference​(MessageReference value)
        Sets the value of the messageReference property.
        Parameters:
        value - allowed object is MessageReference
      • getAbortReason

        public String getAbortReason()
        Gets the value of the abortReason property.
        Returns:
        possible object is String
      • setAbortReason

        public void setAbortReason​(String value)
        Sets the value of the abortReason property.
        Parameters:
        value - allowed object is String
      • getDisplayOutput

        public DisplayOutput getDisplayOutput()
        Gets the value of the displayOutput property.
        Returns:
        possible object is DisplayOutput
      • setDisplayOutput

        public void setDisplayOutput​(DisplayOutput value)
        Sets the value of the displayOutput property.
        Parameters:
        value - allowed object is DisplayOutput