Enum PaymentCategoryPurpose1Code

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

public enum PaymentCategoryPurpose1Code extends Enum<PaymentCategoryPurpose1Code>

Java class for PaymentCategoryPurpose1Code.

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

 <simpleType name="PaymentCategoryPurpose1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="CORT"/>
     <enumeration value="SALA"/>
     <enumeration value="TREA"/>
     <enumeration value="CASH"/>
     <enumeration value="DIVI"/>
     <enumeration value="GOVT"/>
     <enumeration value="INTE"/>
     <enumeration value="LOAN"/>
     <enumeration value="PENS"/>
     <enumeration value="SECU"/>
     <enumeration value="SSBE"/>
     <enumeration value="SUPP"/>
     <enumeration value="TAXS"/>
     <enumeration value="TRAD"/>
     <enumeration value="VATX"/>
     <enumeration value="HEDG"/>
     <enumeration value="INTC"/>
     <enumeration value="WHLD"/>
   </restriction>
 </simpleType>