deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.datasource.configuration
Class MemoryFeatureStoreType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.AbstractDataSourceType
      extended by org.deegree.commons.datasource.configuration.FeatureStoreType
          extended by org.deegree.commons.datasource.configuration.MemoryFeatureStoreType

public class MemoryFeatureStoreType
extends FeatureStoreType

Java class for MemoryFeatureStoreType complex type.

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

 <complexType name="MemoryFeatureStoreType">
   <complexContent>
     <extension base="{http://www.deegree.org/datasource}FeatureStoreType">
       <sequence>
         <element name="GMLSchemaFileURL" maxOccurs="unbounded">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="gmlVersion" use="required" type="{http://www.deegree.org/commons}GMLVersionType" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="GMLFeatureCollectionFileURL" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="gmlVersion" use="required" type="{http://www.deegree.org/commons}GMLVersionType" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class MemoryFeatureStoreType.GMLFeatureCollectionFileURL
          Java class for anonymous complex type.
static class MemoryFeatureStoreType.GMLSchemaFileURL
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class org.deegree.commons.datasource.configuration.FeatureStoreType
FeatureStoreType.NamespaceHint
 
Field Summary
protected  List<MemoryFeatureStoreType.GMLFeatureCollectionFileURL> gmlFeatureCollectionFileURL
           
protected  List<MemoryFeatureStoreType.GMLSchemaFileURL> gmlSchemaFileURL
           
 
Fields inherited from class org.deegree.commons.datasource.configuration.FeatureStoreType
namespaceHint
 
Fields inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType
dataSourceName
 
Constructor Summary
MemoryFeatureStoreType()
           
 
Method Summary
 List<MemoryFeatureStoreType.GMLFeatureCollectionFileURL> getGMLFeatureCollectionFileURL()
          Gets the value of the gmlFeatureCollectionFileURL property.
 List<MemoryFeatureStoreType.GMLSchemaFileURL> getGMLSchemaFileURL()
          Gets the value of the gmlSchemaFileURL property.
 
Methods inherited from class org.deegree.commons.datasource.configuration.FeatureStoreType
getNamespaceHint
 
Methods inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType
getDataSourceName, setDataSourceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gmlSchemaFileURL

protected List<MemoryFeatureStoreType.GMLSchemaFileURL> gmlSchemaFileURL

gmlFeatureCollectionFileURL

protected List<MemoryFeatureStoreType.GMLFeatureCollectionFileURL> gmlFeatureCollectionFileURL
Constructor Detail

MemoryFeatureStoreType

public MemoryFeatureStoreType()
Method Detail

getGMLSchemaFileURL

public List<MemoryFeatureStoreType.GMLSchemaFileURL> getGMLSchemaFileURL()
Gets the value of the gmlSchemaFileURL property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the gmlSchemaFileURL property.

For example, to add a new item, do as follows:

    getGMLSchemaFileURL().add(newItem);
 

Objects of the following type(s) are allowed in the list MemoryFeatureStoreType.GMLSchemaFileURL


getGMLFeatureCollectionFileURL

public List<MemoryFeatureStoreType.GMLFeatureCollectionFileURL> getGMLFeatureCollectionFileURL()
Gets the value of the gmlFeatureCollectionFileURL property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the gmlFeatureCollectionFileURL property.

For example, to add a new item, do as follows:

    getGMLFeatureCollectionFileURL().add(newItem);
 

Objects of the following type(s) are allowed in the list MemoryFeatureStoreType.GMLFeatureCollectionFileURL


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>