org.bremersee.opengis.kml.v22.Scaleliteral Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.06.30 at 06:40:44 PM CEST
//
package org.bremersee.opengis.kml.v22;
import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;
public class Scaleliteral
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.opengis.net/kml/2.2", "scale");
public Scaleliteral(Double value) {
super(NAME, ((Class) Double.class), null, value);
}
public Scaleliteral() {
super(NAME, ((Class) Double.class), null, null);
}
}