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

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

/*
 * XML Type:  RealPair
 * Namespace: http://www.opengis.net/swe/2.0
 * Java type: net.opengis.swe.x20.RealPair
 *
 * Automatically generated - do not modify.
 */
package net.opengis.swe.x20.impl;
/**
 * An XML RealPair(@http://www.opengis.net/swe/2.0).
 *
 * This is a list type whose items are org.apache.xmlbeans.XmlDouble.
 */
public class RealPairImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements net.opengis.swe.x20.RealPair
{
    private static final long serialVersionUID = 1L;
    
    public RealPairImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected RealPairImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy