
com.buschmais.jqassistant.plugin.junit.impl.schema.Properties 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.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"property"
})
@XmlRootElement(name = "properties")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public class Properties {
/**
*
*/
@XmlElement(required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
protected List property;
/**
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-25T09:37:22+01:00", comments = "JAXB RI v2.2.7")
public List getProperty() {
if (property == null) {
property = new ArrayList();
}
return this.property;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy