Class FehlerCtp


  • public class FehlerCtp
    extends java.lang.Object
    Angabe eines Fehlercodes mit optionaler Angabe einer Fehlermeldung

    Java class for Fehler_Ctp complex type.

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

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

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

      Constructors 
      Constructor Description
      FehlerCtp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Gets the value of the code property.
      java.lang.String getText()
      Gets the value of the text property.
      void setCode​(java.lang.String value)
      Sets the value of the code property.
      void setText​(java.lang.String value)
      Sets the value of the text property.
      • Methods inherited from class java.lang.Object

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

      • code

        protected java.lang.String code
      • text

        protected java.lang.String text
    • Constructor Detail

      • FehlerCtp

        public FehlerCtp()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Gets the value of the code property.
        Returns:
        possible object is String
      • setCode

        public void setCode​(java.lang.String value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is String
      • getText

        public java.lang.String getText()
        Gets the value of the text property.
        Returns:
        possible object is String
      • setText

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