Class Error


public class Error extends Notification

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 minOccurs="0">
         <element ref="{}Test"/>
         <element ref="{}Location"/>
         <element ref="{}Description"/>
       </sequence>
       <attribute name="endColumn" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="endLine" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="locationFile" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="startColumn" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="startLine" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Error

      public Error()
  • Method Details

    • getEndColumn

      public BigInteger getEndColumn()
      Gets the value of the endColumn property.
      Returns:
      possible object is BigInteger
    • setEndColumn

      public void setEndColumn(BigInteger value)
      Sets the value of the endColumn property.
      Parameters:
      value - allowed object is BigInteger
    • getEndLine

      public BigInteger getEndLine()
      Gets the value of the endLine property.
      Returns:
      possible object is BigInteger
    • setEndLine

      public void setEndLine(BigInteger value)
      Sets the value of the endLine property.
      Parameters:
      value - allowed object is BigInteger
    • getLocationFile

      public String getLocationFile()
      Gets the value of the locationFile property.
      Returns:
      possible object is String
    • setLocationFile

      public void setLocationFile(String value)
      Sets the value of the locationFile 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
    • getStartColumn

      public BigInteger getStartColumn()
      Gets the value of the startColumn property.
      Returns:
      possible object is BigInteger
    • setStartColumn

      public void setStartColumn(BigInteger value)
      Sets the value of the startColumn property.
      Parameters:
      value - allowed object is BigInteger
    • getStartLine

      public BigInteger getStartLine()
      Gets the value of the startLine property.
      Returns:
      possible object is BigInteger
    • setStartLine

      public void setStartLine(BigInteger value)
      Sets the value of the startLine property.
      Parameters:
      value - allowed object is BigInteger