![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.xmlbeans.impl.xb.xsdschema.MaxExclusiveDocument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*
* An XML document type.
* Localname: maxExclusive
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.MaxExclusiveDocument
*
* 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;
/**
* A document containing one maxExclusive(@http://www.w3.org/2001/XMLSchema) element.
*
* This is a complex type.
*/
public interface MaxExclusiveDocument extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder.typeSystem, "maxexclusive6d69doctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "maxExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet getMaxExclusive();
/**
* Sets the "maxExclusive" element
*/
void setMaxExclusive(org.apache.xmlbeans.impl.xb.xsdschema.Facet maxExclusive);
/**
* Appends and returns a new empty "maxExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMaxExclusive();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy