Enum Class RejectionReason61Code

java.lang.Object
java.lang.Enum<RejectionReason61Code>
org.coderic.iso20022.messages.seev.RejectionReason61Code
All Implemented Interfaces:
Serializable, Comparable<RejectionReason61Code>, Constable

public enum RejectionReason61Code extends Enum<RejectionReason61Code>

Java class for RejectionReason61Code.

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

 <simpleType name="RejectionReason61Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ADEA"/>
     <enumeration value="ULNK"/>
     <enumeration value="LATE"/>
     <enumeration value="OTHR"/>
     <enumeration value="DCAN"/>
     <enumeration value="DSET"/>
     <enumeration value="DPRG"/>
   </restriction>
 </simpleType>