Enum CardPaymentServiceType2Code

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

public enum CardPaymentServiceType2Code extends Enum<CardPaymentServiceType2Code>

Java class for CardPaymentServiceType2Code.

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

<simpleType name="CardPaymentServiceType2Code">
  <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    <enumeration value="AGGR"/>
    <enumeration value="DCCV"/>
    <enumeration value="GRTT"/>
    <enumeration value="INSP"/>
    <enumeration value="LOYT"/>
    <enumeration value="NRES"/>
    <enumeration value="PUCO"/>
    <enumeration value="RECP"/>
    <enumeration value="SOAF"/>
    <enumeration value="UNAF"/>
    <enumeration value="VCAU"/>
  </restriction>
</simpleType>