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

net.opengis.gml.GraphStyleRef Maven / Gradle / Ivy

//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 generiert 
// Siehe https://javaee.github.io/jaxb-v2/ 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
// Generiert: 2019.02.03 um 11:14:53 PM CET 
//


package net.opengis.gml;

import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;

public class GraphStyleRef
    extends JAXBElement
{

    protected final static QName NAME = new QName("http://www.opengis.net/gml", "graphStyle");

    public GraphStyleRef(GraphStylePropertyType value) {
        super(NAME, ((Class) GraphStylePropertyType.class), null, value);
    }

    public GraphStyleRef() {
        super(NAME, ((Class) GraphStylePropertyType.class), null, null);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy