
net.opengis.swe.x101.impl.TimeIso8601Impl Maven / Gradle / Ivy
The newest version!
/*
* XML Type: timeIso8601
* Namespace: http://www.opengis.net/swe/1.0.1
* Java type: net.opengis.swe.x101.TimeIso8601
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x101.impl;
/**
* An XML timeIso8601(@http://www.opengis.net/swe/1.0.1).
*
* This is a union type. Instances are of one of the following types:
* org.apache.xmlbeans.XmlDate
* org.apache.xmlbeans.XmlTime
* org.apache.xmlbeans.XmlDateTime
* net.opengis.gml.TimeIndeterminateValueType
*/
public class TimeIso8601Impl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements net.opengis.swe.x101.TimeIso8601, org.apache.xmlbeans.XmlDate, org.apache.xmlbeans.XmlTime, org.apache.xmlbeans.XmlDateTime, net.opengis.gml.TimeIndeterminateValueType
{
private static final long serialVersionUID = 1L;
public TimeIso8601Impl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected TimeIso8601Impl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy