Class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode

  • Enclosing class:
    SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung

    public static class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung.Kernpruefung.Fehlercode
    extends java.lang.Object

    Java 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="Fehlernummer" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Fehlernummer_Typ"/>
             <element name="Fehlertext" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Fehlertext_Typ"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String fehlernummer  
      protected java.lang.String fehlertext  
    • Constructor Summary

      Constructors 
      Constructor Description
      Fehlercode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFehlernummer()
      Gets the value of the fehlernummer property.
      java.lang.String getFehlertext()
      Gets the value of the fehlertext property.
      void setFehlernummer​(java.lang.String value)
      Sets the value of the fehlernummer property.
      void setFehlertext​(java.lang.String value)
      Sets the value of the fehlertext property.
      • Methods inherited from class java.lang.Object

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

      • fehlernummer

        protected java.lang.String fehlernummer
      • fehlertext

        protected java.lang.String fehlertext
    • Constructor Detail

      • Fehlercode

        public Fehlercode()
    • Method Detail

      • getFehlernummer

        public java.lang.String getFehlernummer()
        Gets the value of the fehlernummer property.
        Returns:
        possible object is String
      • setFehlernummer

        public void setFehlernummer​(java.lang.String value)
        Sets the value of the fehlernummer property.
        Parameters:
        value - allowed object is String
      • getFehlertext

        public java.lang.String getFehlertext()
        Gets the value of the fehlertext property.
        Returns:
        possible object is String
      • setFehlertext

        public void setFehlertext​(java.lang.String value)
        Sets the value of the fehlertext property.
        Parameters:
        value - allowed object is String