net.opengis.ows.x11.AbstractReferenceBaseDocument Maven / Gradle / Ivy
The newest version!
/*
* An XML document type.
* Localname: AbstractReferenceBase
* Namespace: http://www.opengis.net/ows/1.1
* Java type: net.opengis.ows.x11.AbstractReferenceBaseDocument
*
* Automatically generated - do not modify.
*/
package net.opengis.ows.x11;
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 AbstractReferenceBase(@http://www.opengis.net/ows/1.1) element.
*
* This is a complex type.
*/
public interface AbstractReferenceBaseDocument extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "abstractreferencebaseb2cddoctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "AbstractReferenceBase" element
*/
net.opengis.ows.x11.AbstractReferenceBaseType getAbstractReferenceBase();
/**
* Sets the "AbstractReferenceBase" element
*/
void setAbstractReferenceBase(net.opengis.ows.x11.AbstractReferenceBaseType abstractReferenceBase);
/**
* Appends and returns a new empty "AbstractReferenceBase" element
*/
net.opengis.ows.x11.AbstractReferenceBaseType addNewAbstractReferenceBase();
}