net.opengis.swe.x101.impl.UomIdentifierImpl Maven / Gradle / Ivy
/*
* XML Type: UomIdentifier
* Namespace: http://www.opengis.net/swe/1.0.1
* Java type: net.opengis.swe.x101.UomIdentifier
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x101.impl;
/**
* An XML UomIdentifier(@http://www.opengis.net/swe/1.0.1).
*
* This is a union type. Instances are of one of the following types:
* net.opengis.swe.x101.UomSymbol
* net.opengis.swe.x101.UomURI
*/
public class UomIdentifierImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements net.opengis.swe.x101.UomIdentifier, net.opengis.swe.x101.UomSymbol, net.opengis.swe.x101.UomURI
{
private static final long serialVersionUID = 1L;
public UomIdentifierImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected UomIdentifierImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy