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

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

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


    /**
     * Gets the "ValuesReference" element
     */
    net.opengis.ows.x11.ValuesReferenceDocument.ValuesReference getValuesReference();

    /**
     * Sets the "ValuesReference" element
     */
    void setValuesReference(net.opengis.ows.x11.ValuesReferenceDocument.ValuesReference valuesReference);

    /**
     * Appends and returns a new empty "ValuesReference" element
     */
    net.opengis.ows.x11.ValuesReferenceDocument.ValuesReference addNewValuesReference();

    /**
     * An XML ValuesReference(@http://www.opengis.net/ows/1.1).
     *
     * This is an atomic type that is a restriction of net.opengis.ows.x11.ValuesReferenceDocument$ValuesReference.
     */
    public interface ValuesReference extends org.apache.xmlbeans.XmlString {
        ElementFactory Factory = new ElementFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "valuesreferencebf29elemtype");
        org.apache.xmlbeans.SchemaType type = Factory.getType();


        /**
         * Gets the "reference" attribute
         */
        java.lang.String getReference();

        /**
         * Gets (as xml) the "reference" attribute
         */
        org.apache.xmlbeans.XmlAnyURI xgetReference();

        /**
         * Sets the "reference" attribute
         */
        void setReference(java.lang.String reference);

        /**
         * Sets (as xml) the "reference" attribute
         */
        void xsetReference(org.apache.xmlbeans.XmlAnyURI reference);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy