Package com.vdek.agv.gen.schema_20240701
Class SteuerungsdatenAGCtp.Stornierung
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.SteuerungsdatenAGCtp.Stornierung
-
- Enclosing class:
- SteuerungsdatenAGCtp
public static class SteuerungsdatenAGCtp.Stornierung 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="Stornokennzeichen" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Stornokennzeichen_Typ"/> <element name="Datensatz_ID_Ursprungsmeldung"> <simpleType> <restriction base="{SV-Basis://XMLSchema/1.0}DatensatzID_Stp"> <minLength value="1"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdatensatzIDUrsprungsmeldungprotected StornokennzeichenTypstornokennzeichen
-
Constructor Summary
Constructors Constructor Description Stornierung()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDatensatzIDUrsprungsmeldung()Gets the value of the datensatzIDUrsprungsmeldung property.StornokennzeichenTypgetStornokennzeichen()Gets the value of the stornokennzeichen property.voidsetDatensatzIDUrsprungsmeldung(java.lang.String value)Sets the value of the datensatzIDUrsprungsmeldung property.voidsetStornokennzeichen(StornokennzeichenTyp value)Sets the value of the stornokennzeichen property.
-
-
-
Field Detail
-
stornokennzeichen
protected StornokennzeichenTyp stornokennzeichen
-
datensatzIDUrsprungsmeldung
protected java.lang.String datensatzIDUrsprungsmeldung
-
-
Method Detail
-
getStornokennzeichen
public StornokennzeichenTyp getStornokennzeichen()
Gets the value of the stornokennzeichen property.- Returns:
- possible object is
StornokennzeichenTyp
-
setStornokennzeichen
public void setStornokennzeichen(StornokennzeichenTyp value)
Sets the value of the stornokennzeichen property.- Parameters:
value- allowed object isStornokennzeichenTyp
-
getDatensatzIDUrsprungsmeldung
public java.lang.String getDatensatzIDUrsprungsmeldung()
Gets the value of the datensatzIDUrsprungsmeldung property.- Returns:
- possible object is
String
-
setDatensatzIDUrsprungsmeldung
public void setDatensatzIDUrsprungsmeldung(java.lang.String value)
Sets the value of the datensatzIDUrsprungsmeldung property.- Parameters:
value- allowed object isString
-
-