Enum CardDataReading1Code

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

public enum CardDataReading1Code extends Enum<CardDataReading1Code>

Java class for CardDataReading1Code.

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

 <simpleType name="CardDataReading1Code">
   <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"/>
   </restriction>
 </simpleType>