Class TestngResults.Testsuite.Test.Class.TestMethod.Exception

java.lang.Object
com.thed.zblast.parser.model.TestngResults.Testsuite.Test.Class.TestMethod.Exception
Enclosing class:
TestngResults.Testsuite.Test.Class.TestMethod

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>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="full-stacktrace" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

  • Method Details

    • 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
    • getFullStacktrace

      Gets the value of the fullStacktrace property.
      Returns:
      possible object is String
    • setFullStacktrace

      public void setFullStacktrace(String value)
      Sets the value of the fullStacktrace property.
      Parameters:
      value - allowed object is String
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String