Enum RestrictedProprietaryReasonSEPA

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

public enum RestrictedProprietaryReasonSEPA extends Enum<RestrictedProprietaryReasonSEPA>

Java class for RestrictedProprietaryReasonSEPA.

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

 <simpleType name="RestrictedProprietaryReasonSEPA">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="RR01"/>
     <enumeration value="SL01"/>
   </restriction>
 </simpleType>