Package com.vdek.agv.gen.schema_20240101
Class ParserfehlerCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.ParserfehlerCtp
-
public class ParserfehlerCtp extends java.lang.ObjectUebermittlung von Validierungsfehlers.Java class for Parserfehler_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parserfehler_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Fehlertext" type="{SV-Basis://XMLSchema/1.0}Fehlertext_Stp"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringfehlertext
-
Constructor Summary
Constructors Constructor Description ParserfehlerCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFehlertext()Gets the value of the fehlertext property.voidsetFehlertext(java.lang.String value)Sets the value of the fehlertext property.
-