net.opengis.gml._3.VerticalCSDoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of energyml-prodml20 Show documentation
Show all versions of energyml-prodml20 Show documentation
API to interract with energyml (resqml, witml, prodml)
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.10.13 at 08:02:05 PM UTC
//
package net.opengis.gml._3;
import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
public class VerticalCSDoc
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.opengis.net/gml/3.2", "verticalCS");
public VerticalCSDoc(VerticalCSPropertyType value) {
super(NAME, ((Class) VerticalCSPropertyType.class), null, value);
}
public VerticalCSDoc() {
super(NAME, ((Class) VerticalCSPropertyType.class), null, null);
}
}