Enum Class ProtectionMethod1Code

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

public enum ProtectionMethod1Code extends Enum<ProtectionMethod1Code>

Java class for ProtectionMethod1Code.

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

 <simpleType name="ProtectionMethod1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="OTHN"/>
     <enumeration value="OTHP"/>
     <enumeration value="SELM"/>
     <enumeration value="SNCL"/>
     <enumeration value="SOFT"/>
     <enumeration value="TEEN"/>
   </restriction>
 </simpleType>