org.deegree.feature.persistence.sql.jaxb
Class SQLFeatureStoreJAXB.Inspectors
java.lang.Object
org.deegree.feature.persistence.sql.jaxb.SQLFeatureStoreJAXB.Inspectors
- Enclosing class:
- SQLFeatureStoreJAXB
public static class SQLFeatureStoreJAXB.Inspectors
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.deegree.org/datasource/feature/sql}CustomInspector"/>
</choice>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customInspector
protected List<CustomInspector> customInspector
SQLFeatureStoreJAXB.Inspectors
public SQLFeatureStoreJAXB.Inspectors()
getCustomInspector
public List<CustomInspector> getCustomInspector()
- Gets the value of the customInspector 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 customInspector property.
For example, to add a new item, do as follows:
getCustomInspector().add(newItem);
Objects of the following type(s) are allowed in the list
CustomInspector
Copyright © 2011. All Rights Reserved.