Enum MessageCategoryType

  • All Implemented Interfaces:
    Serializable, Comparable<MessageCategoryType>

    public enum MessageCategoryType
    extends Enum<MessageCategoryType>

    Java class for MessageCategoryType.

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

     <simpleType name="MessageCategoryType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="Abort"/>
         <enumeration value="Admin"/>
         <enumeration value="BalanceInquiry"/>
         <enumeration value="Batch"/>
         <enumeration value="CardAcquisition"/>
         <enumeration value="CardReaderAPDU"/>
         <enumeration value="CardReaderInit"/>
         <enumeration value="CardReaderPowerOff"/>
         <enumeration value="Diagnosis"/>
         <enumeration value="Display"/>
         <enumeration value="EnableService"/>
         <enumeration value="Event"/>
         <enumeration value="GetTotals"/>
         <enumeration value="Input"/>
         <enumeration value="InputUpdate"/>
         <enumeration value="Login"/>
         <enumeration value="Logout"/>
         <enumeration value="Loyalty"/>
         <enumeration value="Payment"/>
         <enumeration value="PIN"/>
         <enumeration value="Print"/>
         <enumeration value="Reconciliation"/>
         <enumeration value="Reversal"/>
         <enumeration value="Sound"/>
         <enumeration value="StoredValue"/>
         <enumeration value="TransactionStatus"/>
         <enumeration value="Transmit"/>
       </restriction>
     </simpleType>
     
    • Enum Constant Detail

      • BALANCE_INQUIRY

        public static final MessageCategoryType BALANCE_INQUIRY
        Balance Inquiry request or response
      • CARD_ACQUISITION

        public static final MessageCategoryType CARD_ACQUISITION
        Card Acquisition request or response
      • CARD_READER_APDU

        public static final MessageCategoryType CARD_READER_APDU
        Card Reader APDU request or response
      • CARD_READER_INIT

        public static final MessageCategoryType CARD_READER_INIT
        Card Reader Init request or response
      • CARD_READER_POWER_OFF

        public static final MessageCategoryType CARD_READER_POWER_OFF
        Card Reader Power-Off request or response
      • DISPLAY

        public static final MessageCategoryType DISPLAY
        Display messageType request or response
      • ENABLE_SERVICE

        public static final MessageCategoryType ENABLE_SERVICE
        Enable Service messageType request or response
      • GET_TOTALS

        public static final MessageCategoryType GET_TOTALS
        GetTotals messageType request or response
      • LOGOUT

        public static final MessageCategoryType LOGOUT
        Logout messageType request or response
      • LOYALTY

        public static final MessageCategoryType LOYALTY
        Loyalty messageType request or response
      • PAYMENT

        public static final MessageCategoryType PAYMENT
        Payment messageType request or response
      • RECONCILIATION

        public static final MessageCategoryType RECONCILIATION
        Reconciliation messageType request or response
      • REVERSAL

        public static final MessageCategoryType REVERSAL
        Reversal messageType request or response
      • STORED_VALUE

        public static final MessageCategoryType STORED_VALUE
        Stored Value messageType request or response
      • TRANSACTION_STATUS

        public static final MessageCategoryType TRANSACTION_STATUS
        TransactionStatus messageType request or response
      • TRANSMIT

        public static final MessageCategoryType TRANSMIT
        Transmit messageType request or response
    • Method Detail

      • values

        public static MessageCategoryType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (MessageCategoryType c : MessageCategoryType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static MessageCategoryType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • value

        public String value()
        Value string.
        Returns:
        the string
      • fromValue

        public static MessageCategoryType fromValue​(String v)
        From value message category type.
        Parameters:
        v - the v
        Returns:
        the message category type