Enum Class CardDataReading8Code

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

public enum CardDataReading8Code extends Enum<CardDataReading8Code>

Java class for CardDataReading8Code.

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

 <simpleType name="CardDataReading8Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="TAGC"/>
     <enumeration value="PHYS"/>
     <enumeration value="BRCD"/>
     <enumeration value="MGST"/>
     <enumeration value="CICC"/>
     <enumeration value="DFLE"/>
     <enumeration value="CTLS"/>
     <enumeration value="ECTL"/>
     <enumeration value="CDFL"/>
     <enumeration value="SICC"/>
     <enumeration value="UNKW"/>
     <enumeration value="QRCD"/>
     <enumeration value="OPTC"/>
   </restriction>
 </simpleType>