
net.opengis.gml.x32.impl.AxisDirectionImpl Maven / Gradle / Ivy
/*
* XML Type: AxisDirection
* Namespace: http://www.opengis.net/gml/3.2
* Java type: net.opengis.gml.x32.AxisDirection
*
* Automatically generated - do not modify.
*/
package net.opengis.gml.x32.impl;
/**
* An XML AxisDirection(@http://www.opengis.net/gml/3.2).
*
* This is an atomic type that is a restriction of net.opengis.gml.x32.AxisDirection.
*/
public class AxisDirectionImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements net.opengis.gml.x32.AxisDirection
{
private static final long serialVersionUID = 1L;
public AxisDirectionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected AxisDirectionImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy