All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuite Maven / Gradle / Ivy

Go to download

The jQAssistant Plugin Common provides a set of common classes which can be used by all jQAssistant plugins.

The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2025.05.08 at 04:43:28 PM UTC 
//


package com.buschmais.jqassistant.plugin.junit.impl.schema;

import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "properties", "testcase", "systemOut", "systemErr" }) @XmlRootElement(name = "testsuite") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public class Testsuite { @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected Properties properties; @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected List testcase; @XmlElement(name = "system-out") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String systemOut; @XmlElement(name = "system-err") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String systemErr; @XmlAttribute(name = "name", required = true) @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String name; @XmlAttribute(name = "tests", required = true) @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String tests; @XmlAttribute(name = "failures") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String failures; @XmlAttribute(name = "errors") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String errors; @XmlAttribute(name = "time") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String time; @XmlAttribute(name = "disabled") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String disabled; @XmlAttribute(name = "skipped") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String skipped; @XmlAttribute(name = "timestamp") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String timestamp; @XmlAttribute(name = "hostname") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String hostname; @XmlAttribute(name = "id") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String id; @XmlAttribute(name = "package") @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") protected String _package; /** * Gets the value of the properties property. * * @return * possible object is * {@link Properties } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public Properties getProperties() { return properties; } /** * Sets the value of the properties property. * * @param value * allowed object is * {@link Properties } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setProperties(Properties value) { this.properties = value; } /** * 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 * {@link Testcase } * * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public List getTestcase() { if (testcase == null) { testcase = new ArrayList(); } return this.testcase; } /** * Gets the value of the systemOut property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getSystemOut() { return systemOut; } /** * Sets the value of the systemOut property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setSystemOut(String value) { this.systemOut = value; } /** * Gets the value of the systemErr property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getSystemErr() { return systemErr; } /** * Sets the value of the systemErr property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setSystemErr(String value) { this.systemErr = value; } /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setName(String value) { this.name = value; } /** * Gets the value of the tests property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getTests() { return tests; } /** * Sets the value of the tests property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setTests(String value) { this.tests = value; } /** * Gets the value of the failures property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getFailures() { return failures; } /** * Sets the value of the failures property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setFailures(String value) { this.failures = value; } /** * Gets the value of the errors property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getErrors() { return errors; } /** * Sets the value of the errors property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setErrors(String value) { this.errors = value; } /** * Gets the value of the time property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getTime() { return time; } /** * Sets the value of the time property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setTime(String value) { this.time = value; } /** * Gets the value of the disabled property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getDisabled() { return disabled; } /** * Sets the value of the disabled property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setDisabled(String value) { this.disabled = value; } /** * Gets the value of the skipped property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getSkipped() { return skipped; } /** * Sets the value of the skipped property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setSkipped(String value) { this.skipped = value; } /** * Gets the value of the timestamp property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getTimestamp() { return timestamp; } /** * Sets the value of the timestamp property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setTimestamp(String value) { this.timestamp = value; } /** * Gets the value of the hostname property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getHostname() { return hostname; } /** * Sets the value of the hostname property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setHostname(String value) { this.hostname = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setId(String value) { this.id = value; } /** * Gets the value of the package property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public String getPackage() { return _package; } /** * Sets the value of the package property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2025-05-08T16:43:28Z") public void setPackage(String value) { this._package = value; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy