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

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

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


    /**
     * Gets the "Identifier" element
     */
    net.opengis.ows.x11.CodeType getIdentifier();

    /**
     * Sets the "Identifier" element
     */
    void setIdentifier(net.opengis.ows.x11.CodeType identifier);

    /**
     * Appends and returns a new empty "Identifier" element
     */
    net.opengis.ows.x11.CodeType addNewIdentifier();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy