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