org.deegree.services.jaxb.wms
Class DynamicLayer

java.lang.Object
  extended by org.deegree.services.jaxb.wms.BaseAbstractLayerType
      extended by org.deegree.services.jaxb.wms.DynamicLayer

public class DynamicLayer
extends BaseAbstractLayerType

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

shapefileDirectory

protected java.lang.String shapefileDirectory

postGIS

protected java.lang.String postGIS
Constructor Detail

DynamicLayer

public DynamicLayer()
Method Detail

getShapefileDirectory

public java.lang.String getShapefileDirectory()
Gets the value of the shapefileDirectory property.

Returns:
possible object is String

setShapefileDirectory

public void setShapefileDirectory(java.lang.String value)
Sets the value of the shapefileDirectory property.

Parameters:
value - allowed object is String

getPostGIS

public java.lang.String getPostGIS()
Gets the value of the postGIS property.

Returns:
possible object is String

setPostGIS

public void setPostGIS(java.lang.String value)
Sets the value of the postGIS property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.