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

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

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

    /**
     * True if has "reference" attribute
     */
    boolean isSetReference();

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

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

    /**
     * Unsets the "reference" attribute
     */
    void unsetReference();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy