com.prowidesoftware.swift.model.mx.dic.RetailerService5Code 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 RetailerService5Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "RetailerService5Code")
@XmlEnum
public enum RetailerService5Code {
/**
* The POI System responds to a login request.
*
*/
SMIP,
/**
* The POI System responds to a logout request.
*
*/
SMOP,
/**
* The POI System responds to a diagnosis request.
*
*/
SMDP;
public String value() {
return name();
}
public static RetailerService5Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy