Package com.vdek.agv.gen.schema_20240701
Class HeaderVollzaehligkeitCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.HeaderVollzaehligkeitCtp
-
public class HeaderVollzaehligkeitCtp extends java.lang.ObjectJava class for Header_Vollzaehligkeit_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Header_Vollzaehligkeit_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Lieferungsnummer" type="{SV-Basis://XMLSchema/1.0}Dateinummer_Stp"/> <element name="Anzahl_Gesamt" type="{SV-Basis://XMLSchema/1.0}Dateinummer_Stp"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected intanzahlGesamtprotected intlieferungsnummer
-
Constructor Summary
Constructors Constructor Description HeaderVollzaehligkeitCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAnzahlGesamt()Gets the value of the anzahlGesamt property.intgetLieferungsnummer()Gets the value of the lieferungsnummer property.voidsetAnzahlGesamt(int value)Sets the value of the anzahlGesamt property.voidsetLieferungsnummer(int value)Sets the value of the lieferungsnummer property.
-
-
-
Method Detail
-
getLieferungsnummer
public int getLieferungsnummer()
Gets the value of the lieferungsnummer property.
-
setLieferungsnummer
public void setLieferungsnummer(int value)
Sets the value of the lieferungsnummer property.
-
getAnzahlGesamt
public int getAnzahlGesamt()
Gets the value of the anzahlGesamt property.
-
setAnzahlGesamt
public void setAnzahlGesamt(int value)
Sets the value of the anzahlGesamt property.
-
-