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">
           <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

shapefileDirectory

protected String shapefileDirectory

postGIS

protected DynamicLayer.PostGIS postGIS
Constructor Detail

DynamicLayer

public DynamicLayer()
Method Detail

getShapefileDirectory

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

Returns:
possible object is String

setShapefileDirectory

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

Parameters:
value - allowed object is String

getPostGIS

public DynamicLayer.PostGIS getPostGIS()
Gets the value of the postGIS property.

Returns:
possible object is DynamicLayer.PostGIS

setPostGIS

public void setPostGIS(DynamicLayer.PostGIS value)
Sets the value of the postGIS property.

Parameters:
value - allowed object is DynamicLayer.PostGIS


Copyright © 2011. All Rights Reserved.