Package com.vdek.agv.gen.schema_20240701
Class BodyFehlermeldungenCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.BodyFehlermeldungenCtp
-
public class BodyFehlermeldungenCtp extends java.lang.ObjectJava class for Body_Fehlermeldungen_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Body_Fehlermeldungen_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Parser" type="{SV-Basis://XMLSchema/1.0}Parserfehler_Ctp"/> <element name="Dateifehler" type="{SV-Basis://XMLSchema/1.0}Dateifehler_Ctp"/> <element name="Datensatzabweisung" type="{SV-Basis://XMLSchema/1.0}Datensatzabweisung_Ctp"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DateifehlerCtpdateifehlerprotected DatensatzabweisungCtpdatensatzabweisungprotected ParserfehlerCtpparser
-
Constructor Summary
Constructors Constructor Description BodyFehlermeldungenCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateifehlerCtpgetDateifehler()Gets the value of the dateifehler property.DatensatzabweisungCtpgetDatensatzabweisung()Gets the value of the datensatzabweisung property.ParserfehlerCtpgetParser()Gets the value of the parser property.voidsetDateifehler(DateifehlerCtp value)Sets the value of the dateifehler property.voidsetDatensatzabweisung(DatensatzabweisungCtp value)Sets the value of the datensatzabweisung property.voidsetParser(ParserfehlerCtp value)Sets the value of the parser property.
-
-
-
Field Detail
-
parser
protected ParserfehlerCtp parser
-
dateifehler
protected DateifehlerCtp dateifehler
-
datensatzabweisung
protected DatensatzabweisungCtp datensatzabweisung
-
-
Method Detail
-
getParser
public ParserfehlerCtp getParser()
Gets the value of the parser property.- Returns:
- possible object is
ParserfehlerCtp
-
setParser
public void setParser(ParserfehlerCtp value)
Sets the value of the parser property.- Parameters:
value- allowed object isParserfehlerCtp
-
getDateifehler
public DateifehlerCtp getDateifehler()
Gets the value of the dateifehler property.- Returns:
- possible object is
DateifehlerCtp
-
setDateifehler
public void setDateifehler(DateifehlerCtp value)
Sets the value of the dateifehler property.- Parameters:
value- allowed object isDateifehlerCtp
-
getDatensatzabweisung
public DatensatzabweisungCtp getDatensatzabweisung()
Gets the value of the datensatzabweisung property.- Returns:
- possible object is
DatensatzabweisungCtp
-
setDatensatzabweisung
public void setDatensatzabweisung(DatensatzabweisungCtp value)
Sets the value of the datensatzabweisung property.- Parameters:
value- allowed object isDatensatzabweisungCtp
-
-