|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.postgis.jaxbconfig.PropertyMappingType
org.deegree.feature.persistence.postgis.jaxbconfig.GeometryPropertyMappingType
public class GeometryPropertyMappingType
Java class for GeometryPropertyMappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeometryPropertyMappingType">
<complexContent>
<extension base="{http://www.deegree.org/feature/featuretype}PropertyMappingType">
<choice>
<element ref="{http://www.deegree.org/feature/featuretype}GeometryDBColumn"/>
<element ref="{http://www.deegree.org/feature/featuretype}GeometryPropertyTable"/>
</choice>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected GeometryDBColumn |
geometryDBColumn
|
protected GeometryPropertyTable |
geometryPropertyTable
|
| Constructor Summary | |
|---|---|
GeometryPropertyMappingType()
|
|
| Method Summary | |
|---|---|
GeometryDBColumn |
getGeometryDBColumn()
Gets the value of the geometryDBColumn property. |
GeometryPropertyTable |
getGeometryPropertyTable()
Gets the value of the geometryPropertyTable property. |
void |
setGeometryDBColumn(GeometryDBColumn value)
Sets the value of the geometryDBColumn property. |
void |
setGeometryPropertyTable(GeometryPropertyTable value)
Sets the value of the geometryPropertyTable property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GeometryDBColumn geometryDBColumn
protected GeometryPropertyTable geometryPropertyTable
| Constructor Detail |
|---|
public GeometryPropertyMappingType()
| Method Detail |
|---|
public GeometryDBColumn getGeometryDBColumn()
GeometryDBColumnpublic void setGeometryDBColumn(GeometryDBColumn value)
value - allowed object is
GeometryDBColumnpublic GeometryPropertyTable getGeometryPropertyTable()
GeometryPropertyTablepublic void setGeometryPropertyTable(GeometryPropertyTable value)
value - allowed object is
GeometryPropertyTable
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||