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

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

There is a newer version: 2.7.0
Show newest version
/*
 * XML Type:  decimalSeparator
 * Namespace: http://www.opengis.net/swe/1.0.1
 * Java type: net.opengis.swe.x101.DecimalSeparator
 *
 * Automatically generated - do not modify.
 */
package net.opengis.swe.x101.impl;
/**
 * An XML decimalSeparator(@http://www.opengis.net/swe/1.0.1).
 *
 * This is an atomic type that is a restriction of net.opengis.swe.x101.DecimalSeparator.
 */
public class DecimalSeparatorImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements net.opengis.swe.x101.DecimalSeparator
{
    private static final long serialVersionUID = 1L;
    
    public DecimalSeparatorImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected DecimalSeparatorImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy