Enum RegulatoryReportingType1Code

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

public enum RegulatoryReportingType1Code extends Enum<RegulatoryReportingType1Code>

Java class for RegulatoryReportingType1Code.

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

 <simpleType name="RegulatoryReportingType1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="CRED"/>
     <enumeration value="DEBT"/>
     <enumeration value="BOTH"/>
   </restriction>
 </simpleType>