org.deegree.feature.persistence.sql.jaxb
Class SQLFeatureStoreJAXB.Inspectors

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<CustomInspector> customInspector
           
 
Constructor Summary
SQLFeatureStoreJAXB.Inspectors()
           
 
Method Summary
 List<CustomInspector> getCustomInspector()
          Gets the value of the customInspector property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customInspector

protected List<CustomInspector> customInspector
Constructor Detail

SQLFeatureStoreJAXB.Inspectors

public SQLFeatureStoreJAXB.Inspectors()
Method Detail

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.