Enum Class AuthenticationMethod7Code

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

public enum AuthenticationMethod7Code extends Enum<AuthenticationMethod7Code>

Java class for AuthenticationMethod7Code.

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

 <simpleType name="AuthenticationMethod7Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="TOKA"/>
     <enumeration value="BIOM"/>
     <enumeration value="MOBL"/>
     <enumeration value="OTHR"/>
     <enumeration value="FPIN"/>
     <enumeration value="NPIN"/>
     <enumeration value="PSWD"/>
     <enumeration value="SCRT"/>
     <enumeration value="SCNL"/>
   </restriction>
 </simpleType>