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

net.opengis.wmts.x10.DimensionDocument Maven / Gradle / Ivy

The newest version!
/*
 * An XML document type.
 * Localname: Dimension
 * Namespace: http://www.opengis.net/wmts/1.0
 * Java type: net.opengis.wmts.x10.DimensionDocument
 *
 * Automatically generated - do not modify.
 */
package net.opengis.wmts.x10;

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 Dimension(@http://www.opengis.net/wmts/1.0) element.
 *
 * This is a complex type.
 */
public interface DimensionDocument extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "dimensiona2a8doctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "Dimension" element
     */
    net.opengis.wmts.x10.DimensionDocument.Dimension getDimension();

    /**
     * Sets the "Dimension" element
     */
    void setDimension(net.opengis.wmts.x10.DimensionDocument.Dimension dimension);

    /**
     * Appends and returns a new empty "Dimension" element
     */
    net.opengis.wmts.x10.DimensionDocument.Dimension addNewDimension();

    /**
     * An XML Dimension(@http://www.opengis.net/wmts/1.0).
     *
     * This is a complex type.
     */
    public interface Dimension extends net.opengis.ows.x11.DescriptionType {
        ElementFactory Factory = new ElementFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "dimension0f5aelemtype");
        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();

        /**
         * Gets the "UOM" element
         */
        net.opengis.ows.x11.DomainMetadataType getUOM();

        /**
         * True if has "UOM" element
         */
        boolean isSetUOM();

        /**
         * Sets the "UOM" element
         */
        void setUOM(net.opengis.ows.x11.DomainMetadataType uom);

        /**
         * Appends and returns a new empty "UOM" element
         */
        net.opengis.ows.x11.DomainMetadataType addNewUOM();

        /**
         * Unsets the "UOM" element
         */
        void unsetUOM();

        /**
         * Gets the "UnitSymbol" element
         */
        java.lang.String getUnitSymbol();

        /**
         * Gets (as xml) the "UnitSymbol" element
         */
        org.apache.xmlbeans.XmlString xgetUnitSymbol();

        /**
         * True if has "UnitSymbol" element
         */
        boolean isSetUnitSymbol();

        /**
         * Sets the "UnitSymbol" element
         */
        void setUnitSymbol(java.lang.String unitSymbol);

        /**
         * Sets (as xml) the "UnitSymbol" element
         */
        void xsetUnitSymbol(org.apache.xmlbeans.XmlString unitSymbol);

        /**
         * Unsets the "UnitSymbol" element
         */
        void unsetUnitSymbol();

        /**
         * Gets the "Default" element
         */
        java.lang.String getDefault();

        /**
         * Gets (as xml) the "Default" element
         */
        org.apache.xmlbeans.XmlString xgetDefault();

        /**
         * True if has "Default" element
         */
        boolean isSetDefault();

        /**
         * Sets the "Default" element
         */
        void setDefault(java.lang.String xdefault);

        /**
         * Sets (as xml) the "Default" element
         */
        void xsetDefault(org.apache.xmlbeans.XmlString xdefault);

        /**
         * Unsets the "Default" element
         */
        void unsetDefault();

        /**
         * Gets the "Current" element
         */
        boolean getCurrent();

        /**
         * Gets (as xml) the "Current" element
         */
        org.apache.xmlbeans.XmlBoolean xgetCurrent();

        /**
         * True if has "Current" element
         */
        boolean isSetCurrent();

        /**
         * Sets the "Current" element
         */
        void setCurrent(boolean current);

        /**
         * Sets (as xml) the "Current" element
         */
        void xsetCurrent(org.apache.xmlbeans.XmlBoolean current);

        /**
         * Unsets the "Current" element
         */
        void unsetCurrent();

        /**
         * Gets a List of "Value" elements
         */
        java.util.List getValueList();

        /**
         * Gets array of all "Value" elements
         */
        java.lang.String[] getValueArray();

        /**
         * Gets ith "Value" element
         */
        java.lang.String getValueArray(int i);

        /**
         * Gets (as xml) a List of "Value" elements
         */
        java.util.List xgetValueList();

        /**
         * Gets (as xml) array of all "Value" elements
         */
        org.apache.xmlbeans.XmlString[] xgetValueArray();

        /**
         * Gets (as xml) ith "Value" element
         */
        org.apache.xmlbeans.XmlString xgetValueArray(int i);

        /**
         * Returns number of "Value" element
         */
        int sizeOfValueArray();

        /**
         * Sets array of all "Value" element
         */
        void setValueArray(java.lang.String[] valueArray);

        /**
         * Sets ith "Value" element
         */
        void setValueArray(int i, java.lang.String value);

        /**
         * Sets (as xml) array of all "Value" element
         */
        void xsetValueArray(org.apache.xmlbeans.XmlString[] valueArray);

        /**
         * Sets (as xml) ith "Value" element
         */
        void xsetValueArray(int i, org.apache.xmlbeans.XmlString value);

        /**
         * Inserts the value as the ith "Value" element
         */
        void insertValue(int i, java.lang.String value);

        /**
         * Appends the value as the last "Value" element
         */
        void addValue(java.lang.String value);

        /**
         * Inserts and returns a new empty value (as xml) as the ith "Value" element
         */
        org.apache.xmlbeans.XmlString insertNewValue(int i);

        /**
         * Appends and returns a new empty value (as xml) as the last "Value" element
         */
        org.apache.xmlbeans.XmlString addNewValue();

        /**
         * Removes the ith "Value" element
         */
        void removeValue(int i);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy