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

net.opengis.gml.x32.impl.IntegerOrNilReasonImpl Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
/*
 * XML Type:  integerOrNilReason
 * Namespace: http://www.opengis.net/gml/3.2
 * Java type: net.opengis.gml.x32.IntegerOrNilReason
 *
 * Automatically generated - do not modify.
 */
package net.opengis.gml.x32.impl;
/**
 * An XML integerOrNilReason(@http://www.opengis.net/gml/3.2).
 *
 * This is a union type. Instances are of one of the following types:
 *     net.opengis.gml.x32.NilReasonEnumeration$Member
 *     net.opengis.gml.x32.NilReasonEnumeration$Member2
 *     org.apache.xmlbeans.XmlInteger
 *     org.apache.xmlbeans.XmlAnyURI
 */
public class IntegerOrNilReasonImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements net.opengis.gml.x32.IntegerOrNilReason, net.opengis.gml.x32.NilReasonEnumeration, org.apache.xmlbeans.XmlInteger, org.apache.xmlbeans.XmlAnyURI
{
    private static final long serialVersionUID = 1L;
    
    public IntegerOrNilReasonImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected IntegerOrNilReasonImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy