Enum Class AuthenticationMethod6Code

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

public enum AuthenticationMethod6Code extends Enum<AuthenticationMethod6Code>

Java class for AuthenticationMethod6Code.

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

 <simpleType name="AuthenticationMethod6Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="NPIN"/>
     <enumeration value="PPSG"/>
     <enumeration value="PSWD"/>
     <enumeration value="SCRT"/>
     <enumeration value="SCNL"/>
     <enumeration value="SNCT"/>
     <enumeration value="CPSG"/>
     <enumeration value="ADDB"/>
     <enumeration value="BIOM"/>
     <enumeration value="CDHI"/>
     <enumeration value="CRYP"/>
     <enumeration value="CSCV"/>
     <enumeration value="PSVE"/>
     <enumeration value="CSEC"/>
     <enumeration value="ADDS"/>
     <enumeration value="MANU"/>
     <enumeration value="FPIN"/>
     <enumeration value="TOKP"/>
   </restriction>
 </simpleType>