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

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

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


    /**
     * Gets the "GetResourceByID" element
     */
    net.opengis.ows.x11.GetResourceByIdType getGetResourceByID();

    /**
     * Sets the "GetResourceByID" element
     */
    void setGetResourceByID(net.opengis.ows.x11.GetResourceByIdType getResourceByID);

    /**
     * Appends and returns a new empty "GetResourceByID" element
     */
    net.opengis.ows.x11.GetResourceByIdType addNewGetResourceByID();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy