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

org.apache.xmlbeans.impl.xb.xsdschema.impl.NumFacetImpl Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * XML Type:  numFacet
 * Namespace: http://www.w3.org/2001/XMLSchema
 * Java type: org.apache.xmlbeans.impl.xb.xsdschema.NumFacet
 *
 * Automatically generated - do not modify.
 */
package org.apache.xmlbeans.impl.xb.xsdschema.impl;

import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;

/**
 * An XML numFacet(@http://www.w3.org/2001/XMLSchema).
 *
 * This is a complex type.
 */
public class NumFacetImpl extends org.apache.xmlbeans.impl.xb.xsdschema.impl.FacetImpl implements org.apache.xmlbeans.impl.xb.xsdschema.NumFacet {
    private static final long serialVersionUID = 1L;

    public NumFacetImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy