|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wms.BaseAbstractLayerType org.deegree.services.jaxb.wms.DynamicLayer
public class DynamicLayer
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.deegree.org/services/wms}BaseAbstractLayerType"> <choice> <element name="ShapefileDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PostGIS"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </choice> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DynamicLayer.PostGIS
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected DynamicLayer.PostGIS |
postGIS
|
protected String |
shapefileDirectory
|
Constructor Summary | |
---|---|
DynamicLayer()
|
Method Summary | |
---|---|
DynamicLayer.PostGIS |
getPostGIS()
Gets the value of the postGIS property. |
String |
getShapefileDirectory()
Gets the value of the shapefileDirectory property. |
void |
setPostGIS(DynamicLayer.PostGIS value)
Sets the value of the postGIS property. |
void |
setShapefileDirectory(String value)
Sets the value of the shapefileDirectory property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String shapefileDirectory
protected DynamicLayer.PostGIS postGIS
Constructor Detail |
---|
public DynamicLayer()
Method Detail |
---|
public String getShapefileDirectory()
String
public void setShapefileDirectory(String value)
value
- allowed object is
String
public DynamicLayer.PostGIS getPostGIS()
DynamicLayer.PostGIS
public void setPostGIS(DynamicLayer.PostGIS value)
value
- allowed object is
DynamicLayer.PostGIS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |