Enum Class EncryptedDataFormat1Code

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

public enum EncryptedDataFormat1Code extends Enum<EncryptedDataFormat1Code>

Java class for EncryptedDataFormat1Code.

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

 <simpleType name="EncryptedDataFormat1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ASCI"/>
     <enumeration value="BINF"/>
     <enumeration value="EBCD"/>
     <enumeration value="HEXF"/>
     <enumeration value="OTHN"/>
     <enumeration value="OTHP"/>
   </restriction>
 </simpleType>