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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy