Enum Feld210

  • All Implemented Interfaces:
    Serializable, Comparable<Feld210>

    @Deprecated
    public enum Feld210
    extends Enum<Feld210>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 210, Sparte 510. "Verkehrsservice" (Satzart 0210.1/1)
    Since:
    16.04.2018
    Author:
    Ken Schosinsky
    • Enum Constant Detail

      • INTRO1

        public static final Feld210 INTRO1
        Deprecated.
        Feld 1 - 7 sind fuer jeden (Teil-)Datensatz identisch.
      • VERTRAGSSTATUS

        public static final Feld210 VERTRAGSSTATUS
        Deprecated.
        Vertragsstatus. 1 = lebend 2 = lebend / kurzfristig / unterjährig 3 = ruhend / Anwartschaft 4 = storniert 5 = ruhend / beitragsfrei 6 = beitragsfrei 7 = beitragsfrei durch Leistung 8 = Beitragsstundung 9 = Sonstiges
      • BEGINN

        public static final Feld210 BEGINN
        Deprecated.
        Beginn. Beginn der Sparte. Sollten Tag und/oder Monat nicht vorhanden sein, muss "00" geschlüsselt werden Tag/Monat/Jahr (TTMMJJJJ)
      • AUSSCHLUSS

        public static final Feld210 AUSSCHLUSS
        Deprecated.
        Ausschluss. Ausschluss der Sparte. Sollten Tag und/oder Monat nicht vorhanden sein, muss "00" geschlüsselt werden Tag/Monat/Jahr (TTMMJJJJ)
      • AENDERUNGSDAT

        public static final Feld210 AENDERUNGSDAT
        Deprecated.
        Änderungsdatum. Termin, zu dem der Vertragszustand wirksam wird/wurde (Gültig-ab- / Wirksam-ab-Datum). Tag/Monat/Jahr (TTMMJJJJ)
      • ZAHLUNGSWEISE

        public static final Feld210 ZAHLUNGSWEISE
        Deprecated.
        Zahlungsweise. blank = Rechtschutz / Verkehrsservice / Kredit (In den Sparten Rechtschutz und Verkehrsservice kann das Datenfeld "Zahlungsweise" in der Satzart 0200 blank sein, die Zahlungsweise wird dann auf Risikoebene in der Satzart 0210, spaetestens in Satzart 0220 angegeben. Bei Einzel- und / oder Umsatzanmeldungen muss das Datenfeld "Zahlungsweise" in der Satzart 0400 blank sein.) siehe Anlage 14
      • HAUPTFAELLIGKEIT

        public static final Feld210 HAUPTFAELLIGKEIT
        Deprecated.
        Die jeweils folgende Hauptfaelligkeit des Vertrages zum Zeitpunkt der Lieferung. Sollten Tag und/oder Monat nicht vorhanden sein, muss "00" geschluesselt werden.
      • WAEHRUNGSSCHLUESSEL

        public static final Feld210 WAEHRUNGSSCHLUESSEL
        Deprecated.
        Waehrungsschluessel.
      • BEITRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld210 BEITRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Beitrag in Waehrungseinheiten (10,2 Stellen).
      • ABSCHLUSSPROVISION

        public static final Feld210 ABSCHLUSSPROVISION
        Deprecated.
        Abschlussprovision (3,2 Stellen).
      • KENNZEICHEN_ABWEICHENDE_ABSCHLUSSPROVISION

        public static final Feld210 KENNZEICHEN_ABWEICHENDE_ABSCHLUSSPROVISION
        Deprecated.
        Kennzeichen fuer abweichende Abschlussprovision.
      • FOLGEPROVISION

        public static final Feld210 FOLGEPROVISION
        Deprecated.
        Folgeprovision (3,2 Stellen).
      • KENNZEICHEN_ABWEICHENDE_FOLGEPROVISION

        public static final Feld210 KENNZEICHEN_ABWEICHENDE_FOLGEPROVISION
        Deprecated.
        Kennzeichen fuer abweichende Folgeprovision.
      • RESTLAUFZEIT_DES_VERTRAGES

        public static final Feld210 RESTLAUFZEIT_DES_VERTRAGES
        Deprecated.
        Restlaufzeit des Vertrages.
      • LAUFZEITRABATT_IN_PROZENT

        public static final Feld210 LAUFZEITRABATT_IN_PROZENT
        Deprecated.
        Laufzeitrabatt in % (2,2 Stellen).
      • PRODUKTFORM

        public static final Feld210 PRODUKTFORM
        Deprecated.
        Produktform.
      • PRODUKTFORM_GUELTIG_AB

        public static final Feld210 PRODUKTFORM_GUELTIG_AB
        Deprecated.
        Produktform gueltig ab.
      • PRODUKTNAME

        public static final Feld210 PRODUKTNAME
        Deprecated.
        Produktname.
      • REFERENZNUMMER

        public static final Feld210 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LEERSTELLEN

        public static final Feld210 LEERSTELLEN
        Deprecated.
        Leerstellen. Freie Stellen fuer weitere Belegung.
    • Method Detail

      • values

        public static Feld210[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Feld210 c : Feld210.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Feld210 valueOf​(String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null