Package com.vdek.agv.gen.schema_20240101
Class SVTOAG.SendungsBody
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.SVTOAG.SendungsBody
-
- Enclosing class:
- SVTOAG
public static class SVTOAG.SendungsBody 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"> <choice> <element name="Verfahren"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.gkv-datenaustausch.de/XMLSchema/KK_UB/1.0}UB_KK"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="Verarbeitungsergebnis"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Response_ID" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Response_ID_Typ"/> <choice> <element name="Weiterleitungsbestaetigung"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dateifolgenummer_Original" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Dateifolgenummer_Typ"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Fehlermeldungen"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Parser_Fehler"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Fehlertext_Parser" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Langtext_Typ"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Dateifehler"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dateifolgenummer_Original" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Dateifolgenummer_Typ"/> <element name="Fehlercode"> <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> </element> <element name="Datensatzabweisung"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dateifolgenummer_Original" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Dateifolgenummer_Typ"/> <element name="Kernpruefung" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType> </element> </choice> </sequence> <attribute name="Versionsnummer" use="required" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Versionsnummer_Typ" /> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSVTOAG.SendungsBody.VerarbeitungsergebnisJava class for anonymous complex type.static classSVTOAG.SendungsBody.VerfahrenJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected SVTOAG.SendungsBody.Verarbeitungsergebnisverarbeitungsergebnisprotected SVTOAG.SendungsBody.Verfahrenverfahren
-
Constructor Summary
Constructors Constructor Description SendungsBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVTOAG.SendungsBody.VerarbeitungsergebnisgetVerarbeitungsergebnis()Gets the value of the verarbeitungsergebnis property.SVTOAG.SendungsBody.VerfahrengetVerfahren()Gets the value of the verfahren property.voidsetVerarbeitungsergebnis(SVTOAG.SendungsBody.Verarbeitungsergebnis value)Sets the value of the verarbeitungsergebnis property.voidsetVerfahren(SVTOAG.SendungsBody.Verfahren value)Sets the value of the verfahren property.
-
-
-
Field Detail
-
verfahren
protected SVTOAG.SendungsBody.Verfahren verfahren
-
verarbeitungsergebnis
protected SVTOAG.SendungsBody.Verarbeitungsergebnis verarbeitungsergebnis
-
-
Method Detail
-
getVerfahren
public SVTOAG.SendungsBody.Verfahren getVerfahren()
Gets the value of the verfahren property.- Returns:
- possible object is
SVTOAG.SendungsBody.Verfahren
-
setVerfahren
public void setVerfahren(SVTOAG.SendungsBody.Verfahren value)
Sets the value of the verfahren property.- Parameters:
value- allowed object isSVTOAG.SendungsBody.Verfahren
-
getVerarbeitungsergebnis
public SVTOAG.SendungsBody.Verarbeitungsergebnis getVerarbeitungsergebnis()
Gets the value of the verarbeitungsergebnis property.- Returns:
- possible object is
SVTOAG.SendungsBody.Verarbeitungsergebnis
-
setVerarbeitungsergebnis
public void setVerarbeitungsergebnis(SVTOAG.SendungsBody.Verarbeitungsergebnis value)
Sets the value of the verarbeitungsergebnis property.- Parameters:
value- allowed object isSVTOAG.SendungsBody.Verarbeitungsergebnis
-
-