Class KernpruefungCtp


  • public class KernpruefungCtp
    extends java.lang.Object

    Java class for Kernpruefung_Ctp complex type.

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

     <complexType name="Kernpruefung_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Datensatz_ID" type="{SV-Basis://XMLSchema/1.0}DatensatzID_Stp"/>
             <element name="BBNR" type="{SV-Basis://XMLSchema/1.0}ABSN_Stp"/>
             <element name="Fehler" type="{SV-Basis://XMLSchema/1.0}Fehler_Ctp" maxOccurs="9"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String bbnr  
      protected java.lang.String datensatzID  
      protected java.util.List<FehlerCtp> fehler  
    • Constructor Summary

      Constructors 
      Constructor Description
      KernpruefungCtp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBBNR()
      Gets the value of the bbnr property.
      java.lang.String getDatensatzID()
      Gets the value of the datensatzID property.
      java.util.List<FehlerCtp> getFehler()
      Gets the value of the fehler property.
      void setBBNR​(java.lang.String value)
      Sets the value of the bbnr property.
      void setDatensatzID​(java.lang.String value)
      Sets the value of the datensatzID property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • datensatzID

        protected java.lang.String datensatzID
      • bbnr

        protected java.lang.String bbnr
      • fehler

        protected java.util.List<FehlerCtp> fehler
    • Constructor Detail

      • KernpruefungCtp

        public KernpruefungCtp()
    • Method Detail

      • getDatensatzID

        public java.lang.String getDatensatzID()
        Gets the value of the datensatzID property.
        Returns:
        possible object is String
      • setDatensatzID

        public void setDatensatzID​(java.lang.String value)
        Sets the value of the datensatzID property.
        Parameters:
        value - allowed object is String
      • getBBNR

        public java.lang.String getBBNR()
        Gets the value of the bbnr property.
        Returns:
        possible object is String
      • setBBNR

        public void setBBNR​(java.lang.String value)
        Sets the value of the bbnr property.
        Parameters:
        value - allowed object is String
      • getFehler

        public java.util.List<FehlerCtp> getFehler()
        Gets the value of the fehler 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 fehler property.

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

            getFehler().add(newItem);
         

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