|
||||||||||
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" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
postGIS
|
protected java.lang.String |
shapefileDirectory
|
Constructor Summary | |
---|---|
DynamicLayer()
|
Method Summary | |
---|---|
java.lang.String |
getPostGIS()
Gets the value of the postGIS property. |
java.lang.String |
getShapefileDirectory()
Gets the value of the shapefileDirectory property. |
void |
setPostGIS(java.lang.String value)
Sets the value of the postGIS property. |
void |
setShapefileDirectory(java.lang.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 java.lang.String shapefileDirectory
protected java.lang.String postGIS
Constructor Detail |
---|
public DynamicLayer()
Method Detail |
---|
public java.lang.String getShapefileDirectory()
String
public void setShapefileDirectory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPostGIS()
String
public void setPostGIS(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |