|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.datasource.configuration.AbstractDataSourceType
org.deegree.commons.datasource.configuration.FeatureStoreType
org.deegree.commons.datasource.configuration.MemoryFeatureStoreType
public class MemoryFeatureStoreType
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 |
|---|
protected List<MemoryFeatureStoreType.GMLSchemaFileURL> gmlSchemaFileURL
protected List<MemoryFeatureStoreType.GMLFeatureCollectionFileURL> gmlFeatureCollectionFileURL
| Constructor Detail |
|---|
public MemoryFeatureStoreType()
| Method Detail |
|---|
public List<MemoryFeatureStoreType.GMLSchemaFileURL> getGMLSchemaFileURL()
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
public List<MemoryFeatureStoreType.GMLFeatureCollectionFileURL> getGMLFeatureCollectionFileURL()
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 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||