Class ParserfehlerCtp


  • public class ParserfehlerCtp
    extends java.lang.Object
    Uebermittlung von Validierungsfehlers.

    Java class for Parserfehler_Ctp complex type.

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

     <complexType name="Parserfehler_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Fehlertext" type="{SV-Basis://XMLSchema/1.0}Fehlertext_Stp"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

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

      Constructors 
      Constructor Description
      ParserfehlerCtp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFehlertext()
      Gets the value of the fehlertext 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

      • fehlertext

        protected java.lang.String fehlertext
    • Constructor Detail

      • ParserfehlerCtp

        public ParserfehlerCtp()
    • Method Detail

      • 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