Package com.vdek.agv.gen.schema_20240101
Class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode
-
- Enclosing class:
- SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung
public static class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Fehlernummer" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Fehlernummer_Typ"/> <element name="Fehlertext" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Fehlertext_Typ"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringfehlernummerprotected java.lang.Stringfehlertext
-
Constructor Summary
Constructors Constructor Description Fehlercode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFehlernummer()Gets the value of the fehlernummer property.java.lang.StringgetFehlertext()Gets the value of the fehlertext property.voidsetFehlernummer(java.lang.String value)Sets the value of the fehlernummer property.voidsetFehlertext(java.lang.String value)Sets the value of the fehlertext property.
-
-
-
Method Detail
-
getFehlernummer
public java.lang.String getFehlernummer()
Gets the value of the fehlernummer property.- Returns:
- possible object is
String
-
setFehlernummer
public void setFehlernummer(java.lang.String value)
Sets the value of the fehlernummer property.- Parameters:
value- allowed object isString
-
getFehlertext
public java.lang.String getFehlertext()
Gets the value of the fehlertext property.- Returns:
- possible object is
String
-
setFehlertext
public void setFehlertext(java.lang.String value)
Sets the value of the fehlertext property.- Parameters:
value- allowed object isString
-
-