net.opengis.swe.x20.impl.TimeIndeterminateValueImpl Maven / Gradle / Ivy
The newest version!
/*
* XML Type: TimeIndeterminateValue
* Namespace: http://www.opengis.net/swe/2.0
* Java type: net.opengis.swe.x20.TimeIndeterminateValue
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x20.impl;
/**
* An XML TimeIndeterminateValue(@http://www.opengis.net/swe/2.0).
*
* This is an atomic type that is a restriction of net.opengis.swe.x20.TimeIndeterminateValue.
*/
public class TimeIndeterminateValueImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements net.opengis.swe.x20.TimeIndeterminateValue
{
private static final long serialVersionUID = 1L;
public TimeIndeterminateValueImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected TimeIndeterminateValueImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}