Enum DocumentType2Code

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

public enum DocumentType2Code extends Enum<DocumentType2Code>

Java class for DocumentType2Code.

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

 <simpleType name="DocumentType2Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="MSIN"/>
     <enumeration value="CNFA"/>
     <enumeration value="DNFA"/>
     <enumeration value="CINV"/>
     <enumeration value="CREN"/>
     <enumeration value="DEBN"/>
     <enumeration value="HIRI"/>
     <enumeration value="SBIN"/>
     <enumeration value="CMCN"/>
     <enumeration value="SOAC"/>
     <enumeration value="DISP"/>
   </restriction>
 </simpleType>