Package com.vdek.agv.gen.schema_20240701
Class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung
-
public static class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung 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="Datensatz_ID" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}DatensatzID_Typ"/> <element name="Fehlercode" maxOccurs="9"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.FehlercodeJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdatensatzIDprotected java.util.List<SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode>fehlercode
-
Constructor Summary
Constructors Constructor Description Kernpruefung()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDatensatzID()Gets the value of the datensatzID property.java.util.List<SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode>getFehlercode()Gets the value of the fehlercode property.voidsetDatensatzID(java.lang.String value)Sets the value of the datensatzID property.
-
-
-
Field Detail
-
datensatzID
protected java.lang.String datensatzID
-
fehlercode
protected java.util.List<SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode> fehlercode
-
-
Method Detail
-
getDatensatzID
public java.lang.String getDatensatzID()
Gets the value of the datensatzID property.- Returns:
- possible object is
String
-
setDatensatzID
public void setDatensatzID(java.lang.String value)
Sets the value of the datensatzID property.- Parameters:
value- allowed object isString
-
getFehlercode
public java.util.List<SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode> getFehlercode()
Gets the value of the fehlercode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the fehlercode property.For example, to add a new item, do as follows:
getFehlercode().add(newItem);Objects of the following type(s) are allowed in the list
SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode
-
-