Enum DocumentType6Code

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

public enum DocumentType6Code extends Enum<DocumentType6Code>

Java class for DocumentType6Code.

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

 <simpleType name="DocumentType6Code">
   <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"/>
     <enumeration value="PUOR"/>
   </restriction>
 </simpleType>