Enum AuthenticationMethod1Code

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AuthenticationMethod1Code>

    public enum AuthenticationMethod1Code
    extends java.lang.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>