net.opengis.ows.x11.RangeClosureAttribute Maven / Gradle / Ivy
The newest version!
/*
* An XML attribute type.
* Localname: rangeClosure
* Namespace: http://www.opengis.net/ows/1.1
* Java type: net.opengis.ows.x11.RangeClosureAttribute
*
* 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 rangeClosure(@http://www.opengis.net/ows/1.1) attribute.
*
* This is a complex type.
*/
public interface RangeClosureAttribute extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "rangeclosure52a5attrtypetype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "rangeClosure" attribute
*/
java.util.List getRangeClosure();
/**
* Gets (as xml) the "rangeClosure" attribute
*/
net.opengis.ows.x11.RangeClosureAttribute.RangeClosure xgetRangeClosure();
/**
* True if has "rangeClosure" attribute
*/
boolean isSetRangeClosure();
/**
* Sets the "rangeClosure" attribute
*/
void setRangeClosure(java.util.List rangeClosure);
/**
* Sets (as xml) the "rangeClosure" attribute
*/
void xsetRangeClosure(net.opengis.ows.x11.RangeClosureAttribute.RangeClosure rangeClosure);
/**
* Unsets the "rangeClosure" attribute
*/
void unsetRangeClosure();
/**
* An XML rangeClosure(@http://www.opengis.net/ows/1.1).
*
* This is a list type whose items are org.apache.xmlbeans.XmlNMTOKEN.
*/
public interface RangeClosure extends org.apache.xmlbeans.XmlNMTOKENS {
java.util.List getListValue();
java.util.List xgetListValue();
void setListValue(java.util.List> list);
ElementFactory Factory = new ElementFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "rangeclosure4c73attrtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}
}