All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.EventToNotify1Code Maven / Gradle / Ivy

The newest version!

package com.prowidesoftware.swift.model.mx.dic;

import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for EventToNotify1Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "EventToNotify1Code") @XmlEnum public enum EventToNotify1Code { /** * One or several device request has been sent by the POI during the processing of a service requested by the Sale System. The processing is cancelled by the Customer or stopped by the POI. If the device response is not received by the POI, an event is sent to inform the Sale to abort internally these device requests. * */ ABRT, /** * Begin of POI Maintenance. * */ MAIB, /** * A card is inserted in the card reader (see Input request and NotifyCardInputFlag). * */ CRDI, /** * An Abort request has been sent to abort a message which is already completed. * */ COMP, /** * A card is removed from the card reader. * */ CRDR, /** * The customer has selected a different language on the POI. * */ CUSL, /** * End of POI Maintenance. * */ MAIE, /** * The POI Terminal or the POI System is now ready to work. * */ INIT, /** * The customer has pressed a specific key on the POI. * */ KEYP, /** * Maintenance required by the POI. * */ MAIR, /** * The POI Terminal or the POI System cannot work. * */ OODR, /** * The POI has performed, or want to perform an automatic administrative process, e.g. the reports at the end of day. * */ SADM, /** * A POI terminal requests the payment of the transaction identified by the content of EventDetails in the Event notification. * */ SWUP, /** * Problem of security. * */ SECA, /** * The POI Terminal or the POI System is shutting down. * */ SHUT, /** * When the Customer assistance is stopped, because the Customer has completed its input. * */ SASS, /** * A disconnection occurred. * */ DISC, /** * Connection has been set up. * */ CNTN; public String value() { return name(); } public static EventToNotify1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy