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

ro.kuberam.maven.plugins.expath.ExpathXquerySet Maven / Gradle / Ivy

package ro.kuberam.maven.plugins.expath;

public class ExpathXquerySet extends ExpathFileSet {
    public String namespace;

    public String getNamespace() {
        return namespace;
    }

    public void setNamespace(final String namespace) {
        this.namespace = namespace;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy