// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-646 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2010.08.13 at 10:12:26 PM MESZ // package slash.navigation.kml.binding22; import javax.xml.bind.JAXBElement; import javax.xml.namespace.QName; public class ScaleElement extends JAXBElement<Double> { protected final static QName NAME = new QName("http://www.opengis.net/kml/2.2", "scale"); public ScaleElement(Double value) { super(NAME, Double.class, null, value); } }