Enum DocumentType5Code

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

public enum DocumentType5Code extends Enum<DocumentType5Code>

Java class for DocumentType5Code.

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

 <simpleType name="DocumentType5Code">
   <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"/>
     <enumeration value="BOLD"/>
     <enumeration value="VCHR"/>
     <enumeration value="AROI"/>
     <enumeration value="TSUT"/>
   </restriction>
 </simpleType>