|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.shape.jaxb.ShapeFeatureStoreConfig.Mapping
public static class ShapeFeatureStoreConfig.Mapping
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 |
|---|
protected List<Object> simplePropertyOrGeometryProperty
| Constructor Detail |
|---|
public ShapeFeatureStoreConfig.Mapping()
| Method Detail |
|---|
public List<Object> getSimplePropertyOrGeometryProperty()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||