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

net.opengis.ows.x11.GetCapabilitiesDocument Maven / Gradle / Ivy

The newest version!
/*
 * An XML document type.
 * Localname: GetCapabilities
 * Namespace: http://www.opengis.net/ows/1.1
 * Java type: net.opengis.ows.x11.GetCapabilitiesDocument
 *
 * 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 GetCapabilities(@http://www.opengis.net/ows/1.1) element.
 *
 * This is a complex type.
 */
public interface GetCapabilitiesDocument extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "getcapabilitiesacdbdoctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "GetCapabilities" element
     */
    net.opengis.ows.x11.GetCapabilitiesType getGetCapabilities();

    /**
     * Sets the "GetCapabilities" element
     */
    void setGetCapabilities(net.opengis.ows.x11.GetCapabilitiesType getCapabilities);

    /**
     * Appends and returns a new empty "GetCapabilities" element
     */
    net.opengis.ows.x11.GetCapabilitiesType addNewGetCapabilities();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy