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

net.opengis.swe.x101.impl.TimePairImpl Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
/*
 * XML Type:  timePair
 * Namespace: http://www.opengis.net/swe/1.0.1
 * Java type: net.opengis.swe.x101.TimePair
 *
 * Automatically generated - do not modify.
 */
package net.opengis.swe.x101.impl;
/**
 * An XML timePair(@http://www.opengis.net/swe/1.0.1).
 *
 * This is a list type whose items are net.opengis.swe.x101.TimePositionType.
 */
public class TimePairImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements net.opengis.swe.x101.TimePair
{
    private static final long serialVersionUID = 1L;
    
    public TimePairImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected TimePairImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy