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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy