com.prowidesoftware.swift.model.mx.dic.ATMDevice2Code Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ATMDevice2Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "ATMDevice2Code")
@XmlEnum
public enum ATMDevice2Code {
/**
* Alarm sensors, such as tamper, seismic or heat sensors.
*
*/
ALRM,
/**
* Device scanning barcodes using any scanning technology.
*
*/
BRCD,
/**
* Camera, recorder, video mixer.
*
*/
CAMR,
/**
* Device dispensing card to a consumer.
*
*/
CRDD,
/**
* Device to read and optionally write card with various entry modes.
*
*/
CRDR,
/**
* Device dispensing cash in an automated environment, or with an operator present.
*
*/
CSHD,
/**
* Device accepting in-out of items as coupons, documents, bills and coins.
*
*/
CSHI,
/**
* Compound device with cash in module, cash dispenser, and cash exchange.
*
*/
CSHR,
/**
* Check reader and check image scanner.
*
*/
CHCK,
/**
* Customer display and keyboard.
*
*/
CDIS,
/**
* Device for the deposit of media in envelopes or deposit of bags containing bulk media.
*
*/
DPST,
/**
* Printer for full-size forms documents and supporting the printing of text and graphic.
*
*/
DPRN,
/**
* Door sensors, such as cabinet, safe or vandal shield doors.
*
*/
DOOR,
/**
* Self service device processing items.
*
*/
INPM,
/**
* Event log.
*
*/
JRNL,
/**
* Continuous form device used to record a hardcopy audit trail of transactions, and for certain report printing requirements.
*
*/
JPRN,
/**
* Other sensors and indicators unit.
*
*/
SNSR,
/**
* Passbook device supporting automatic positioning of the book.
*
*/
PSBK,
/**
* Hardware security module allowing the PIN (Personal Identification Number) entry, secure storing of cryptographic keys, and other cryptographic functions.
*
*/
PINR,
/**
* Receipt printer used to print cut sheet documents.
*
*/
RPRN,
/**
* Device incorporating both the capabilities to scan inserted documents and optionally to print on them.
*
*/
SCAN,
/**
* Receipt of the withdrawal transactions.
*
*/
RWDR;
public String value() {
return name();
}
public static ATMDevice2Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy