Package com.vdek.agv.gen.schema_20240701
Class DateifehlerCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.DateifehlerCtp
-
public class DateifehlerCtp extends java.lang.ObjectUebermittlung von Fehlern auf Dateiebene z.B. falsche Dateifolgenummer.Java class for Dateifehler_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dateifehler_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dateifolgenummer_Original" type="{SV-Basis://XMLSchema/1.0}Dateinummer_Stp"/> <element name="Fehler" type="{SV-Basis://XMLSchema/1.0}Fehler_Ctp"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected intdateifolgenummerOriginalprotected FehlerCtpfehler
-
Constructor Summary
Constructors Constructor Description DateifehlerCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDateifolgenummerOriginal()Gets the value of the dateifolgenummerOriginal property.FehlerCtpgetFehler()Gets the value of the fehler property.voidsetDateifolgenummerOriginal(int value)Sets the value of the dateifolgenummerOriginal property.voidsetFehler(FehlerCtp value)Sets the value of the fehler property.
-
-
-
Field Detail
-
dateifolgenummerOriginal
protected int dateifolgenummerOriginal
-
fehler
protected FehlerCtp fehler
-
-
Method Detail
-
getDateifolgenummerOriginal
public int getDateifolgenummerOriginal()
Gets the value of the dateifolgenummerOriginal property.
-
setDateifolgenummerOriginal
public void setDateifolgenummerOriginal(int value)
Sets the value of the dateifolgenummerOriginal property.
-
getFehler
public FehlerCtp getFehler()
Gets the value of the fehler property.- Returns:
- possible object is
FehlerCtp
-
-