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

com.buschmais.jqassistant.plugin.junit.impl.schema.Error 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: 2018.12.05 um 01:47:42 AM CET 
//


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

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;
import javax.xml.bind.annotation.XmlValue;


/**
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "content"
})
@XmlRootElement(name = "error")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
public class Error {

    /**
     * 
     */
    @XmlValue
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    protected String content;
    /**
     * 
     */
    @XmlAttribute(name = "type")
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    protected String type;
    /**
     * 
     */
    @XmlAttribute(name = "message")
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    protected String message;

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    public String getContent() {
        return content;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    public void setContent(String value) {
        this.content = value;
    }

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    public String getType() {
        return type;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    public void setType(String value) {
        this.type = value;
    }

    /**
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    public String getMessage() {
        return message;
    }

    /**
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    public void setMessage(String value) {
        this.message = value;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy