Class ErrorType


  • public class ErrorType
    extends 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>
     
    • Constructor Detail

      • ErrorType

        public ErrorType()
    • Method Detail

      • getValue

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

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

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

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

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

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

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

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

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

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

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

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