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

org.bremersee.opengis.kml.v22.Snippetliteral Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
//


package org.bremersee.opengis.kml.v22;

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

public class Snippetliteral
    extends JAXBElement
{

    protected static final QName NAME = new QName("http://www.opengis.net/kml/2.2", "snippet");

    public Snippetliteral(String value) {
        super(NAME, ((Class) String.class), null, value);
    }

    public Snippetliteral() {
        super(NAME, ((Class) String.class), null, null);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy