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

com.buschmais.jqassistant.plugin.junit.impl.schema.Property 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;


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

    /**
     * 
     */
    @XmlAttribute(name = "name", required = true)
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    protected String name;
    /**
     * 
     */
    @XmlAttribute(name = "value", required = true)
    @Generated(value = "com.sun.tools.xjc.Driver", date = "2018-12-05T01:47:42+01:00", comments = "JAXB RI v2.2.7")
    protected String 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 getName() {
        return name;
    }

    /**
     * 
     * @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 setName(String value) {
        this.name = 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 getValue() {
        return value;
    }

    /**
     * 
     * @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 setValue(String value) {
        this.value = value;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy