
com.buschmais.jqassistant.plugin.junit.impl.schema.Testsuites Maven / Gradle / Ivy
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2020.11.25 um 09:37:22 AM CET
//
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.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"testsuite"
})
@XmlRootElement(name = "testsuites")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public class Testsuites {
/**
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected List testsuite;
/**
*
*/
@XmlAttribute(name = "name")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected String name;
/**
*
*/
@XmlAttribute(name = "time")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected String time;
/**
*
*/
@XmlAttribute(name = "tests")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected String tests;
/**
*
*/
@XmlAttribute(name = "failures")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected String failures;
/**
*
*/
@XmlAttribute(name = "disabled")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected String disabled;
/**
*
*/
@XmlAttribute(name = "errors")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected String errors;
/**
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public List getTestsuite() {
if (testsuite == null) {
testsuite = new ArrayList();
}
return this.testsuite;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public String getName() {
return name;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public void setName(String value) {
this.name = value;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public String getTime() {
return time;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public void setTime(String value) {
this.time = value;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public String getTests() {
return tests;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public void setTests(String value) {
this.tests = value;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public String getFailures() {
return failures;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public void setFailures(String value) {
this.failures = value;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public String getDisabled() {
return disabled;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public void setDisabled(String value) {
this.disabled = value;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public String getErrors() {
return errors;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public void setErrors(String value) {
this.errors = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy