Enum Class PendingCancellationReason7Code

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

public enum PendingCancellationReason7Code extends Enum<PendingCancellationReason7Code>

Java class for PendingCancellationReason7Code.

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

 <simpleType name="PendingCancellationReason7Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ADEA"/>
     <enumeration value="CONF"/>
     <enumeration value="OTHR"/>
   </restriction>
 </simpleType>