org.deegree.feature.persistence.memory.jaxb
Class MemoryFeatureStoreConfig.GMLFeatureCollection

java.lang.Object
  extended by org.deegree.feature.persistence.memory.jaxb.MemoryFeatureStoreConfig.GMLFeatureCollection
Enclosing class:
MemoryFeatureStoreConfig

public static class MemoryFeatureStoreConfig.GMLFeatureCollection
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="version" use="required" type="{http://www.deegree.org/datasource/feature/memory}GMLVersionType" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String value
           
protected  GMLVersionType version
           
 
Constructor Summary
MemoryFeatureStoreConfig.GMLFeatureCollection()
           
 
Method Summary
 String getValue()
          Gets the value of the value property.
 GMLVersionType getVersion()
          Gets the value of the version property.
 void setValue(String value)
          Sets the value of the value property.
 void setVersion(GMLVersionType value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

version

protected GMLVersionType version
Constructor Detail

MemoryFeatureStoreConfig.GMLFeatureCollection

public MemoryFeatureStoreConfig.GMLFeatureCollection()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getVersion

public GMLVersionType getVersion()
Gets the value of the version property.

Returns:
possible object is GMLVersionType

setVersion

public void setVersion(GMLVersionType value)
Sets the value of the version property.

Parameters:
value - allowed object is GMLVersionType


Copyright © 2011. All Rights Reserved.