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

org.deegree.commons.datasource.configuration
Class FeatureStoreType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.AbstractDataSourceType
      extended by 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>
 


Nested Class Summary
static class FeatureStoreType.NamespaceHint
          Java class for anonymous complex type.
 
Field Summary
protected  List<FeatureStoreType.NamespaceHint> namespaceHint
           
 
Fields inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType
dataSourceName
 
Constructor Summary
FeatureStoreType()
           
 
Method Summary
 List<FeatureStoreType.NamespaceHint> getNamespaceHint()
          Gets the value of the namespaceHint property.
 
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

namespaceHint

protected List<FeatureStoreType.NamespaceHint> namespaceHint
Constructor Detail

FeatureStoreType

public FeatureStoreType()
Method Detail

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


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

]]>