com.prowidesoftware.swift.model.mx.dic.RejectionReason8Code 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 RejectionReason8Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "RejectionReason8Code")
@XmlEnum
public enum RejectionReason8Code {
/**
* Amendment is not allowed.
*
*/
NAMD,
/**
* Instruction/Request arrives too late.
*
*/
LATT,
/**
* The election advice is already cancelled.
*
*/
ELEC,
/**
* The validation of the advice/instruction/request failed.
*
*/
FAIL;
public String value() {
return name();
}
public static RejectionReason8Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy