Package com.vdek.agv.gen.schema_20240101
Class SVTOAG.SendungsBody.Verarbeitungsergebnis.Weiterleitungsbestaetigung
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240101.SVTOAG.SendungsBody.Verarbeitungsergebnis.Weiterleitungsbestaetigung
-
- Enclosing class:
- SVTOAG.SendungsBody.Verarbeitungsergebnis
public static class SVTOAG.SendungsBody.Verarbeitungsergebnis.Weiterleitungsbestaetigung 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="Dateifolgenummer_Original" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Dateifolgenummer_Typ"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdateifolgenummerOriginal
-
Constructor Summary
Constructors Constructor Description Weiterleitungsbestaetigung()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDateifolgenummerOriginal()Gets the value of the dateifolgenummerOriginal property.voidsetDateifolgenummerOriginal(java.lang.String value)Sets the value of the dateifolgenummerOriginal property.
-
-
-
Method Detail
-
getDateifolgenummerOriginal
public java.lang.String getDateifolgenummerOriginal()
Gets the value of the dateifolgenummerOriginal property.- Returns:
- possible object is
String
-
setDateifolgenummerOriginal
public void setDateifolgenummerOriginal(java.lang.String value)
Sets the value of the dateifolgenummerOriginal property.- Parameters:
value- allowed object isString
-
-