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

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

//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v2.3.6 generiert 
// Siehe https://eclipse-ee4j.github.io/jaxb-ri 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
// Generiert: 2023.06.10 um 06:20:25 PM CEST 
//


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;


/**
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "skipped",
    "error",
    "failure",
    "systemOut",
    "systemErr"
})
@XmlRootElement(name = "testcase")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
public class Testcase {

    /**
     * 
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected String skipped;
    /**
     * 
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected List error;
    /**
     * 
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected List failure;
    /**
     * 
     */
    @XmlElement(name = "system-out")
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected List systemOut;
    /**
     * 
     */
    @XmlElement(name = "system-err")
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected List systemErr;
    /**
     * 
     */
    @XmlAttribute(name = "name", required = true)
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected String name;
    /**
     * 
     */
    @XmlAttribute(name = "assertions")
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected String assertions;
    /**
     * 
     */
    @XmlAttribute(name = "time")
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected String time;
    /**
     * 
     */
    @XmlAttribute(name = "classname")
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected String classname;
    /**
     * 
     */
    @XmlAttribute(name = "status")
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    protected String status;

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public String getSkipped() {
        return skipped;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public void setSkipped(String value) {
        this.skipped = value;
    }

    /**
     * 
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public List getError() {
        if (error == null) {
            error = new ArrayList();
        }
        return this.error;
    }

    /**
     * 
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public List getFailure() {
        if (failure == null) {
            failure = new ArrayList();
        }
        return this.failure;
    }

    /**
     * 
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public List getSystemOut() {
        if (systemOut == null) {
            systemOut = new ArrayList();
        }
        return this.systemOut;
    }

    /**
     * 
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public List getSystemErr() {
        if (systemErr == null) {
            systemErr = new ArrayList();
        }
        return this.systemErr;
    }

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public String getName() {
        return name;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public void setName(String value) {
        this.name = value;
    }

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public String getAssertions() {
        return assertions;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public void setAssertions(String value) {
        this.assertions = value;
    }

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public String getTime() {
        return time;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public void setTime(String value) {
        this.time = value;
    }

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public String getClassname() {
        return classname;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public void setClassname(String value) {
        this.classname = value;
    }

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public String getStatus() {
        return status;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2023-06-10T18:20:25+02:00")
    public void setStatus(String value) {
        this.status = value;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy