|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.shape.jaxb.ShapeFeatureStoreConfig.Mapping.SimpleProperty
public static class ShapeFeatureStoreConfig.Mapping.SimpleProperty
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 |
---|
protected String mapping
protected String name
protected Boolean generateIndex
Constructor Detail |
---|
public ShapeFeatureStoreConfig.Mapping.SimpleProperty()
Method Detail |
---|
public String getMapping()
String
public void setMapping(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isGenerateIndex()
Boolean
public void setGenerateIndex(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |