net.opengis.swe.x20.impl.TimeIso8601Impl Maven / Gradle / Ivy
The newest version!
/*
* XML Type: TimeIso8601
* Namespace: http://www.opengis.net/swe/2.0
* Java type: net.opengis.swe.x20.TimeIso8601
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x20.impl;
/**
* An XML TimeIso8601(@http://www.opengis.net/swe/2.0).
*
* 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.swe.x20.TimeIndeterminateValue
*/
public class TimeIso8601Impl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements net.opengis.swe.x20.TimeIso8601, org.apache.xmlbeans.XmlDate, org.apache.xmlbeans.XmlTime, org.apache.xmlbeans.XmlDateTime, net.opengis.swe.x20.TimeIndeterminateValue
{
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);
}
}