org.deegree.feature.persistence.shape.jaxb
Class ShapeFeatureStoreConfig.Mapping

java.lang.Object
  extended by org.deegree.feature.persistence.shape.jaxb.ShapeFeatureStoreConfig.Mapping
Enclosing class:
ShapeFeatureStoreConfig

public static class ShapeFeatureStoreConfig.Mapping
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">
       <sequence>
         <choice maxOccurs="unbounded">
           <element name="SimpleProperty">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="mapping" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="generateIndex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="GeometryProperty">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ShapeFeatureStoreConfig.Mapping.GeometryProperty
          Java class for anonymous complex type.
static class ShapeFeatureStoreConfig.Mapping.SimpleProperty
          Java class for anonymous complex type.
 
Field Summary
protected  List<Object> simplePropertyOrGeometryProperty
           
 
Constructor Summary
ShapeFeatureStoreConfig.Mapping()
           
 
Method Summary
 List<Object> getSimplePropertyOrGeometryProperty()
          Gets the value of the simplePropertyOrGeometryProperty property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simplePropertyOrGeometryProperty

protected List<Object> simplePropertyOrGeometryProperty
Constructor Detail

ShapeFeatureStoreConfig.Mapping

public ShapeFeatureStoreConfig.Mapping()
Method Detail

getSimplePropertyOrGeometryProperty

public List<Object> getSimplePropertyOrGeometryProperty()
Gets the value of the simplePropertyOrGeometryProperty 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 simplePropertyOrGeometryProperty property.

For example, to add a new item, do as follows:

    getSimplePropertyOrGeometryProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list ShapeFeatureStoreConfig.Mapping.SimpleProperty ShapeFeatureStoreConfig.Mapping.GeometryProperty



Copyright © 2011. All Rights Reserved.