Enum Class AcknowledgementReason10Code

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

public enum AcknowledgementReason10Code extends Enum<AcknowledgementReason10Code>

Java class for AcknowledgementReason10Code.

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

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