java.lang.Object
com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public class Testsuite extends Object

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 ref="{}properties" minOccurs="0"/>
         <element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}system-out" minOccurs="0"/>
         <element ref="{}system-err" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="skipped" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • properties

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected Properties properties
    • testcase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected List<Testcase> testcase
    • systemOut

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String systemOut
    • systemErr

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String systemErr
    • name

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String name
    • tests

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String tests
    • failures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String failures
    • errors

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String errors
    • time

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String time
    • disabled

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String disabled
    • skipped

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String skipped
    • timestamp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String timestamp
    • hostname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String hostname
    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String id
    • _package

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") protected String _package
  • Constructor Details

    • Testsuite

      public Testsuite()
  • Method Details

    • getProperties

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public Properties getProperties()
      Gets the value of the properties property.
      Returns:
      possible object is Properties
    • setProperties

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setProperties(Properties value)
      Sets the value of the properties property.
      Parameters:
      value - allowed object is Properties
    • getTestcase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public List<Testcase> getTestcase()
      Gets the value of the testcase property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the testcase property.

      For example, to add a new item, do as follows:

          getTestcase().add(newItem);
       

      Objects of the following type(s) are allowed in the list Testcase

    • getSystemOut

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getSystemOut()
      Gets the value of the systemOut property.
      Returns:
      possible object is String
    • setSystemOut

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setSystemOut(String value)
      Sets the value of the systemOut property.
      Parameters:
      value - allowed object is String
    • getSystemErr

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getSystemErr()
      Gets the value of the systemErr property.
      Returns:
      possible object is String
    • setSystemErr

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setSystemErr(String value)
      Sets the value of the systemErr property.
      Parameters:
      value - allowed object is String
    • getName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getTests

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getTests()
      Gets the value of the tests property.
      Returns:
      possible object is String
    • setTests

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setTests(String value)
      Sets the value of the tests property.
      Parameters:
      value - allowed object is String
    • getFailures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getFailures()
      Gets the value of the failures property.
      Returns:
      possible object is String
    • setFailures

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setFailures(String value)
      Sets the value of the failures property.
      Parameters:
      value - allowed object is String
    • getErrors

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getErrors()
      Gets the value of the errors property.
      Returns:
      possible object is String
    • setErrors

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setErrors(String value)
      Sets the value of the errors property.
      Parameters:
      value - allowed object is String
    • getTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getTime()
      Gets the value of the time property.
      Returns:
      possible object is String
    • setTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setTime(String value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is String
    • getDisabled

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getDisabled()
      Gets the value of the disabled property.
      Returns:
      possible object is String
    • setDisabled

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setDisabled(String value)
      Sets the value of the disabled property.
      Parameters:
      value - allowed object is String
    • getSkipped

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getSkipped()
      Gets the value of the skipped property.
      Returns:
      possible object is String
    • setSkipped

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setSkipped(String value)
      Sets the value of the skipped property.
      Parameters:
      value - allowed object is String
    • getTimestamp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is String
    • setTimestamp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setTimestamp(String value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is String
    • getHostname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getHostname()
      Gets the value of the hostname property.
      Returns:
      possible object is String
    • setHostname

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setHostname(String value)
      Sets the value of the hostname property.
      Parameters:
      value - allowed object is String
    • getId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getPackage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public String getPackage()
      Gets the value of the package property.
      Returns:
      possible object is String
    • setPackage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public void setPackage(String value)
      Sets the value of the package property.
      Parameters:
      value - allowed object is String