Enum Class TransactionEnvironment3Code

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

public enum TransactionEnvironment3Code extends Enum<TransactionEnvironment3Code>

Java class for TransactionEnvironment3Code.

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

 <simpleType name="TransactionEnvironment3Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="BRCH"/>
     <enumeration value="MERC"/>
     <enumeration value="OTHR"/>
   </restriction>
 </simpleType>