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

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

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

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
 *
 * This is a complex type.
 */
public interface NarrowMaxMin extends org.apache.xmlbeans.impl.xb.xsdschema.LocalElement {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder.typeSystem, "narrowmaxmin926atype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * An XML minOccurs(@).
     *
     * This is an atomic type that is a restriction of org.apache.xmlbeans.impl.xb.xsdschema.NarrowMaxMin$MinOccurs.
     */
    public interface MinOccurs extends org.apache.xmlbeans.XmlNonNegativeInteger {
        ElementFactory Factory = new ElementFactory<>(org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder.typeSystem, "minoccurs1acbattrtype");
        org.apache.xmlbeans.SchemaType type = Factory.getType();

    }

    /**
     * An XML maxOccurs(@).
     *
     * This is a union type. Instances are of one of the following types:
     *     org.apache.xmlbeans.XmlNonNegativeInteger
     *     org.apache.xmlbeans.impl.xb.xsdschema.AllNNI$Member
     */
    public interface MaxOccurs extends org.apache.xmlbeans.impl.xb.xsdschema.AllNNI {
        java.lang.Object getObjectValue();
        void setObjectValue(java.lang.Object val);
        org.apache.xmlbeans.SchemaType instanceType();
        ElementFactory Factory = new ElementFactory<>(org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder.typeSystem, "maxoccursd85dattrtype");
        org.apache.xmlbeans.SchemaType type = Factory.getType();

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy