net.wirelabs.jmaps.model.map.LayerDocument Maven / Gradle / Ivy
The newest version!
/*
* An XML document type.
* Localname: layer
* Namespace: http://www.wirelabs.net/jmaps/model/map
* Java type: net.wirelabs.jmaps.model.map.LayerDocument
*
* Automatically generated - do not modify.
*/
package net.wirelabs.jmaps.model.map;
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 layer(@http://www.wirelabs.net/jmaps/model/map) element.
*
* This is a complex type.
*/
public interface LayerDocument extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "layerddd4doctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "layer" element
*/
net.wirelabs.jmaps.model.map.LayerDocument.Layer getLayer();
/**
* Sets the "layer" element
*/
void setLayer(net.wirelabs.jmaps.model.map.LayerDocument.Layer layer);
/**
* Appends and returns a new empty "layer" element
*/
net.wirelabs.jmaps.model.map.LayerDocument.Layer addNewLayer();
/**
* An XML layer(@http://www.wirelabs.net/jmaps/model/map).
*
* This is a complex type.
*/
public interface Layer extends org.apache.xmlbeans.XmlObject {
ElementFactory Factory = new ElementFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "layerfb91elemtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "name" element
*/
java.lang.String getName();
/**
* Gets (as xml) the "name" element
*/
org.apache.xmlbeans.XmlString xgetName();
/**
* Sets the "name" element
*/
void setName(java.lang.String name);
/**
* Sets (as xml) the "name" element
*/
void xsetName(org.apache.xmlbeans.XmlString name);
/**
* Gets the "type" element
*/
java.lang.String getType();
/**
* Gets (as xml) the "type" element
*/
org.apache.xmlbeans.XmlString xgetType();
/**
* Sets the "type" element
*/
void setType(java.lang.String type);
/**
* Sets (as xml) the "type" element
*/
void xsetType(org.apache.xmlbeans.XmlString type);
/**
* Gets the "url" element
*/
java.lang.String getUrl();
/**
* Gets (as xml) the "url" element
*/
org.apache.xmlbeans.XmlString xgetUrl();
/**
* Sets the "url" element
*/
void setUrl(java.lang.String url);
/**
* Sets (as xml) the "url" element
*/
void xsetUrl(org.apache.xmlbeans.XmlString url);
/**
* Gets the "crs" element
*/
java.lang.String getCrs();
/**
* Gets (as xml) the "crs" element
*/
org.apache.xmlbeans.XmlString xgetCrs();
/**
* True if has "crs" element
*/
boolean isSetCrs();
/**
* Sets the "crs" element
*/
void setCrs(java.lang.String crs);
/**
* Sets (as xml) the "crs" element
*/
void xsetCrs(org.apache.xmlbeans.XmlString crs);
/**
* Unsets the "crs" element
*/
void unsetCrs();
/**
* Gets the "minZoom" element
*/
int getMinZoom();
/**
* Gets (as xml) the "minZoom" element
*/
org.apache.xmlbeans.XmlInt xgetMinZoom();
/**
* True if has "minZoom" element
*/
boolean isSetMinZoom();
/**
* Sets the "minZoom" element
*/
void setMinZoom(int minZoom);
/**
* Sets (as xml) the "minZoom" element
*/
void xsetMinZoom(org.apache.xmlbeans.XmlInt minZoom);
/**
* Unsets the "minZoom" element
*/
void unsetMinZoom();
/**
* Gets the "maxZoom" element
*/
int getMaxZoom();
/**
* Gets (as xml) the "maxZoom" element
*/
org.apache.xmlbeans.XmlInt xgetMaxZoom();
/**
* True if has "maxZoom" element
*/
boolean isSetMaxZoom();
/**
* Sets the "maxZoom" element
*/
void setMaxZoom(int maxZoom);
/**
* Sets (as xml) the "maxZoom" element
*/
void xsetMaxZoom(org.apache.xmlbeans.XmlInt maxZoom);
/**
* Unsets the "maxZoom" element
*/
void unsetMaxZoom();
/**
* Gets the "zoomOffset" element
*/
int getZoomOffset();
/**
* Gets (as xml) the "zoomOffset" element
*/
org.apache.xmlbeans.XmlInt xgetZoomOffset();
/**
* True if has "zoomOffset" element
*/
boolean isSetZoomOffset();
/**
* Sets the "zoomOffset" element
*/
void setZoomOffset(int zoomOffset);
/**
* Sets (as xml) the "zoomOffset" element
*/
void xsetZoomOffset(org.apache.xmlbeans.XmlInt zoomOffset);
/**
* Unsets the "zoomOffset" element
*/
void unsetZoomOffset();
/**
* Gets the "tileSize" element
*/
int getTileSize();
/**
* Gets (as xml) the "tileSize" element
*/
org.apache.xmlbeans.XmlInt xgetTileSize();
/**
* True if has "tileSize" element
*/
boolean isSetTileSize();
/**
* Sets the "tileSize" element
*/
void setTileSize(int tileSize);
/**
* Sets (as xml) the "tileSize" element
*/
void xsetTileSize(org.apache.xmlbeans.XmlInt tileSize);
/**
* Unsets the "tileSize" element
*/
void unsetTileSize();
/**
* Gets the "swapAxis" element
*/
boolean getSwapAxis();
/**
* Gets (as xml) the "swapAxis" element
*/
org.apache.xmlbeans.XmlBoolean xgetSwapAxis();
/**
* True if has "swapAxis" element
*/
boolean isSetSwapAxis();
/**
* Sets the "swapAxis" element
*/
void setSwapAxis(boolean swapAxis);
/**
* Sets (as xml) the "swapAxis" element
*/
void xsetSwapAxis(org.apache.xmlbeans.XmlBoolean swapAxis);
/**
* Unsets the "swapAxis" element
*/
void unsetSwapAxis();
/**
* Gets the "opacity" element
*/
float getOpacity();
/**
* Gets (as xml) the "opacity" element
*/
org.apache.xmlbeans.XmlFloat xgetOpacity();
/**
* True if has "opacity" element
*/
boolean isSetOpacity();
/**
* Sets the "opacity" element
*/
void setOpacity(float opacity);
/**
* Sets (as xml) the "opacity" element
*/
void xsetOpacity(org.apache.xmlbeans.XmlFloat opacity);
/**
* Unsets the "opacity" element
*/
void unsetOpacity();
/**
* Gets the "tileMatrixSet" element
*/
java.lang.String getTileMatrixSet();
/**
* Gets (as xml) the "tileMatrixSet" element
*/
org.apache.xmlbeans.XmlString xgetTileMatrixSet();
/**
* True if has "tileMatrixSet" element
*/
boolean isSetTileMatrixSet();
/**
* Sets the "tileMatrixSet" element
*/
void setTileMatrixSet(java.lang.String tileMatrixSet);
/**
* Sets (as xml) the "tileMatrixSet" element
*/
void xsetTileMatrixSet(org.apache.xmlbeans.XmlString tileMatrixSet);
/**
* Unsets the "tileMatrixSet" element
*/
void unsetTileMatrixSet();
/**
* Gets the "wmtsLayer" element
*/
java.lang.String getWmtsLayer();
/**
* Gets (as xml) the "wmtsLayer" element
*/
org.apache.xmlbeans.XmlString xgetWmtsLayer();
/**
* True if has "wmtsLayer" element
*/
boolean isSetWmtsLayer();
/**
* Sets the "wmtsLayer" element
*/
void setWmtsLayer(java.lang.String wmtsLayer);
/**
* Sets (as xml) the "wmtsLayer" element
*/
void xsetWmtsLayer(org.apache.xmlbeans.XmlString wmtsLayer);
/**
* Unsets the "wmtsLayer" element
*/
void unsetWmtsLayer();
}
}