Class HeaderVollzaehligkeitCtp


  • public class HeaderVollzaehligkeitCtp
    extends java.lang.Object

    Java 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 Detail

      • lieferungsnummer

        protected int lieferungsnummer
      • anzahlGesamt

        protected int anzahlGesamt
    • Constructor Detail

      • HeaderVollzaehligkeitCtp

        public HeaderVollzaehligkeitCtp()
    • 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.