Package com.vdek.agv.gen.schema_20240101
Class SVTOAG.SendungsHeaderSVTOAG
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.SVTOAG.SendungsHeaderSVTOAG
-
- Enclosing class:
- SVTOAG
public static class SVTOAG.SendungsHeaderSVTOAG 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="Vorlaufsatz"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Verfahrensmerkmal" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Verfahrensmerkmal_Typ"/> <element name="Absendernummer" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Absendernummer_Typ"/> <element name="Empfaengernummer" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Absendernummer_Typ"/> <element name="Datum_Erstellung" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Datum_Zeit_Typ"/> <element name="Dateifolgenummer" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Dateifolgenummer_Typ"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Versionsnummer" use="required" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Versionsnummer_Typ" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSVTOAG.SendungsHeaderSVTOAG.VorlaufsatzJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringversionsnummerprotected SVTOAG.SendungsHeaderSVTOAG.Vorlaufsatzvorlaufsatz
-
Constructor Summary
Constructors Constructor Description SendungsHeaderSVTOAG()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetVersionsnummer()Gets the value of the versionsnummer property.SVTOAG.SendungsHeaderSVTOAG.VorlaufsatzgetVorlaufsatz()Gets the value of the vorlaufsatz property.voidsetVersionsnummer(java.lang.String value)Sets the value of the versionsnummer property.voidsetVorlaufsatz(SVTOAG.SendungsHeaderSVTOAG.Vorlaufsatz value)Sets the value of the vorlaufsatz property.
-
-
-
Field Detail
-
vorlaufsatz
protected SVTOAG.SendungsHeaderSVTOAG.Vorlaufsatz vorlaufsatz
-
versionsnummer
protected java.lang.String versionsnummer
-
-
Method Detail
-
getVorlaufsatz
public SVTOAG.SendungsHeaderSVTOAG.Vorlaufsatz getVorlaufsatz()
Gets the value of the vorlaufsatz property.- Returns:
- possible object is
SVTOAG.SendungsHeaderSVTOAG.Vorlaufsatz
-
setVorlaufsatz
public void setVorlaufsatz(SVTOAG.SendungsHeaderSVTOAG.Vorlaufsatz value)
Sets the value of the vorlaufsatz property.- Parameters:
value- allowed object isSVTOAG.SendungsHeaderSVTOAG.Vorlaufsatz
-
getVersionsnummer
public java.lang.String getVersionsnummer()
Gets the value of the versionsnummer property.- Returns:
- possible object is
String
-
setVersionsnummer
public void setVersionsnummer(java.lang.String value)
Sets the value of the versionsnummer property.- Parameters:
value- allowed object isString
-
-