All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.opengis.swe.x20.impl.TimePositionImpl Maven / Gradle / Ivy

The newest version!
/*
 * XML Type:  TimePosition
 * Namespace: http://www.opengis.net/swe/2.0
 * Java type: net.opengis.swe.x20.TimePosition
 *
 * Automatically generated - do not modify.
 */
package net.opengis.swe.x20.impl;
/**
 * An XML TimePosition(@http://www.opengis.net/swe/2.0).
 *
 * This is a union type. Instances are of one of the following types:
 *     org.apache.xmlbeans.XmlDouble
 *     org.apache.xmlbeans.XmlDate
 *     org.apache.xmlbeans.XmlTime
 *     org.apache.xmlbeans.XmlDateTime
 *     net.opengis.swe.x20.TimeIndeterminateValue
 */
public class TimePositionImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements net.opengis.swe.x20.TimePosition, org.apache.xmlbeans.XmlDouble, net.opengis.swe.x20.TimeIso8601
{
    private static final long serialVersionUID = 1L;
    
    public TimePositionImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected TimePositionImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy