Class ErrorType


  • public class ErrorType
    extends java.lang.Object

    Java class for errorType complex type

    .

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

    
     <complexType name="errorType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="line" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="severity" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String column  
      protected java.lang.String line  
      protected java.lang.String message  
      protected java.lang.String severity  
      protected java.lang.String source  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumn()
      Gets the value of the column property.
      java.lang.String getLine()
      Gets the value of the line property.
      java.lang.String getMessage()
      Gets the value of the message property.
      java.lang.String getSeverity()
      Gets the value of the severity property.
      java.lang.String getSource()
      Gets the value of the source property.
      java.lang.String getValue()
      Gets the value of the value property.
      void setColumn​(java.lang.String value)
      Sets the value of the column property.
      void setLine​(java.lang.String value)
      Sets the value of the line property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setSeverity​(java.lang.String value)
      Sets the value of the severity property.
      void setSource​(java.lang.String value)
      Sets the value of the source property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
      • line

        protected java.lang.String line
      • severity

        protected java.lang.String severity
      • message

        protected java.lang.String message
      • source

        protected java.lang.String source
      • column

        protected java.lang.String column
    • Constructor Detail

      • ErrorType

        public ErrorType()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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

        public java.lang.String getLine()
        Gets the value of the line property.
        Returns:
        possible object is String
      • setLine

        public void setLine​(java.lang.String value)
        Sets the value of the line property.
        Parameters:
        value - allowed object is String
      • getSeverity

        public java.lang.String getSeverity()
        Gets the value of the severity property.
        Returns:
        possible object is String
      • setSeverity

        public void setSeverity​(java.lang.String value)
        Sets the value of the severity property.
        Parameters:
        value - allowed object is String
      • getMessage

        public java.lang.String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(java.lang.String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String
      • getSource

        public java.lang.String getSource()
        Gets the value of the source property.
        Returns:
        possible object is String
      • setSource

        public void setSource​(java.lang.String value)
        Sets the value of the source property.
        Parameters:
        value - allowed object is String
      • getColumn

        public java.lang.String getColumn()
        Gets the value of the column property.
        Returns:
        possible object is String
      • setColumn

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