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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public class Testsuites 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="{}testsuite" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tests" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • testsuite

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected List<Testsuite> testsuite
    • name

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String name
    • time

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String time
    • tests

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String failures
    • disabled

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String disabled
    • errors

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String errors
  • Constructor Details

    • Testsuites

      public Testsuites()
  • Method Details

    • getTestsuite

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public List<Testsuite> getTestsuite()
      Gets the value of the testsuite 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 testsuite property.

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

          getTestsuite().add(newItem);
       

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

    • getName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") 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-08T15:42:35Z") public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") 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-08T15:42:35Z") public void setTime(String value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is String
    • getTests

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") 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-08T15:42:35Z") 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-08T15:42:35Z") 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-08T15:42:35Z") public void setFailures(String value)
      Sets the value of the failures property.
      Parameters:
      value - allowed object is String
    • getDisabled

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") 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-08T15:42:35Z") public void setDisabled(String value)
      Sets the value of the disabled property.
      Parameters:
      value - allowed object is String
    • getErrors

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") 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-08T15:42:35Z") public void setErrors(String value)
      Sets the value of the errors property.
      Parameters:
      value - allowed object is String