Enum AuthenticationMethod1Code

java.lang.Object
java.lang.Enum<AuthenticationMethod1Code>
org.kapott.hbci.sepa.jaxb.camt_052_001_08.AuthenticationMethod1Code
All Implemented Interfaces:
Serializable, Comparable<AuthenticationMethod1Code>, java.lang.constant.Constable

public enum AuthenticationMethod1Code extends Enum<AuthenticationMethod1Code>

Java class for AuthenticationMethod1Code.

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

 <simpleType name="AuthenticationMethod1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="UKNW"/>
     <enumeration value="BYPS"/>
     <enumeration value="NPIN"/>
     <enumeration value="FPIN"/>
     <enumeration value="CPSG"/>
     <enumeration value="PPSG"/>
     <enumeration value="MANU"/>
     <enumeration value="MERC"/>
     <enumeration value="SCRT"/>
     <enumeration value="SNCT"/>
     <enumeration value="SCNL"/>
   </restriction>
 </simpleType>