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

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

public static class ShapeFeatureStoreConfig.Mapping.SimpleProperty
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">
       <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>
 


Field Summary
protected  Boolean generateIndex
           
protected  String mapping
           
protected  String name
           
 
Constructor Summary
ShapeFeatureStoreConfig.Mapping.SimpleProperty()
           
 
Method Summary
 String getMapping()
          Gets the value of the mapping property.
 String getName()
          Gets the value of the name property.
 boolean isGenerateIndex()
          Gets the value of the generateIndex property.
 void setGenerateIndex(Boolean value)
          Sets the value of the generateIndex property.
 void setMapping(String value)
          Sets the value of the mapping property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapping

protected String mapping

name

protected String name

generateIndex

protected Boolean generateIndex
Constructor Detail

ShapeFeatureStoreConfig.Mapping.SimpleProperty

public ShapeFeatureStoreConfig.Mapping.SimpleProperty()
Method Detail

getMapping

public String getMapping()
Gets the value of the mapping property.

Returns:
possible object is String

setMapping

public void setMapping(String value)
Sets the value of the mapping property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isGenerateIndex

public boolean isGenerateIndex()
Gets the value of the generateIndex property.

Returns:
possible object is Boolean

setGenerateIndex

public void setGenerateIndex(Boolean value)
Sets the value of the generateIndex property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.