Enum Class TransactionChannel5Code

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

public enum TransactionChannel5Code extends Enum<TransactionChannel5Code>

Java class for TransactionChannel5Code.

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

 <simpleType name="TransactionChannel5Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="MAIL"/>
     <enumeration value="TLPH"/>
     <enumeration value="ECOM"/>
     <enumeration value="TVPY"/>
     <enumeration value="SECM"/>
     <enumeration value="MOBL"/>
     <enumeration value="MPOS"/>
   </restriction>
 </simpleType>