Class DatensatzabweisungCtp


  • public class DatensatzabweisungCtp
    extends java.lang.Object
    Uebermittlung der festgestellten Kernprueffehler.

    Java class for Datensatzabweisung_Ctp complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Datensatzabweisung_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Dateifolgenummer_Original" type="{SV-Basis://XMLSchema/1.0}Dateinummer_Stp"/>
             <element name="Kernpruefung" type="{SV-Basis://XMLSchema/1.0}Kernpruefung_Ctp" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dateifolgenummerOriginal

        protected int dateifolgenummerOriginal
    • Constructor Detail

      • DatensatzabweisungCtp

        public DatensatzabweisungCtp()
    • Method Detail

      • getDateifolgenummerOriginal

        public int getDateifolgenummerOriginal()
        Gets the value of the dateifolgenummerOriginal property.
      • setDateifolgenummerOriginal

        public void setDateifolgenummerOriginal​(int value)
        Sets the value of the dateifolgenummerOriginal property.
      • getKernpruefung

        public java.util.List<KernpruefungCtp> getKernpruefung()
        Gets the value of the kernpruefung property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the kernpruefung property.

        For example, to add a new item, do as follows:

            getKernpruefung().add(newItem);
         

        Objects of the following type(s) are allowed in the list KernpruefungCtp