org.deegree.commons.datasource.configuration
Class FeatureStoreType
java.lang.Object
org.deegree.commons.datasource.configuration.AbstractDataSourceType
org.deegree.commons.datasource.configuration.FeatureStoreType
- Direct Known Subclasses:
- DirectSQLDataSourceType, FeatureStoreReferenceType, MemoryFeatureStoreType, PostGISFeatureStoreType, ShapefileDataSourceType
public abstract class FeatureStoreType
- extends AbstractDataSourceType
Java class for FeatureStoreType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureStoreType">
<complexContent>
<extension base="{http://www.deegree.org/datasource}AbstractDataSourceType">
<sequence>
<element name="NamespaceHint" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="namespaceURI" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceHint
protected List<FeatureStoreType.NamespaceHint> namespaceHint
FeatureStoreType
public FeatureStoreType()
getNamespaceHint
public List<FeatureStoreType.NamespaceHint> getNamespaceHint()
- Gets the value of the namespaceHint 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 namespaceHint property.
For example, to add a new item, do as follows:
getNamespaceHint().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureStoreType.NamespaceHint
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>