Class MessageReference


  • public class MessageReference
    extends Object
    Definition: Identification of a previous POI transaction. -- Usage: To abort a transaction in progress or to request the status of a transaction from which no response has been received. It identifies the messageType header of the messageType request to abort or request the status. The Abort or TransactionStatus

    Java class for MessageReference complex type.

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

     <complexType name="MessageReference">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="MessageCategory" type="{}MessageCategoryType" />
           <attribute name="ServiceID" type="{}ServiceID" />
           <attribute name="DeviceID" type="{}DeviceID" />
           <attribute name="SaleID" type="{}SaleID" />
           <attribute name="POIID" type="{}POIID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • serviceID

        protected String serviceID
        The Service id.
      • deviceID

        protected String deviceID
        The Device id.
      • saleID

        protected String saleID
        The Sale id.
      • poiid

        protected String poiid
        The Poiid.
    • Constructor Detail

      • MessageReference

        public MessageReference()
    • Method Detail

      • setMessageCategory

        public void setMessageCategory​(MessageCategoryType value)
        Sets the value of the messageCategory property.
        Parameters:
        value - allowed object is MessageCategoryType
      • getServiceID

        public String getServiceID()
        Gets the value of the serviceID property.
        Returns:
        possible object is String
      • setServiceID

        public void setServiceID​(String value)
        Sets the value of the serviceID property.
        Parameters:
        value - allowed object is String
      • getDeviceID

        public String getDeviceID()
        Gets the value of the deviceID property.
        Returns:
        possible object is String
      • setDeviceID

        public void setDeviceID​(String value)
        Sets the value of the deviceID property.
        Parameters:
        value - allowed object is String
      • getSaleID

        public String getSaleID()
        Gets the value of the saleID property.
        Returns:
        possible object is String
      • setSaleID

        public void setSaleID​(String value)
        Sets the value of the saleID property.
        Parameters:
        value - allowed object is String
      • getPOIID

        public String getPOIID()
        Gets the value of the poiid property.
        Returns:
        possible object is String
      • setPOIID

        public void setPOIID​(String value)
        Sets the value of the poiid property.
        Parameters:
        value - allowed object is String