Enum Class TransactionEnvironment1Code

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

public enum TransactionEnvironment1Code extends Enum<TransactionEnvironment1Code>

Java class for TransactionEnvironment1Code.

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

 <simpleType name="TransactionEnvironment1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="MERC"/>
     <enumeration value="PRIV"/>
     <enumeration value="PUBL"/>
   </restriction>
 </simpleType>