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