|
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.FeaturePropertyMappingType
public class FeaturePropertyMappingType
Java class for FeaturePropertyMappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeaturePropertyMappingType">
<complexContent>
<extension base="{http://www.deegree.org/feature/featuretype}PropertyMappingType">
<choice>
<element ref="{http://www.deegree.org/feature/featuretype}DBColumn"/>
<element ref="{http://www.deegree.org/feature/featuretype}FeatureJoinTable"/>
</choice>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DBColumn |
dbColumn
|
protected FeatureJoinTable |
featureJoinTable
|
| Constructor Summary | |
|---|---|
FeaturePropertyMappingType()
|
|
| Method Summary | |
|---|---|
DBColumn |
getDBColumn()
Gets the value of the dbColumn property. |
FeatureJoinTable |
getFeatureJoinTable()
Gets the value of the featureJoinTable property. |
void |
setDBColumn(DBColumn value)
Sets the value of the dbColumn property. |
void |
setFeatureJoinTable(FeatureJoinTable value)
Sets the value of the featureJoinTable property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DBColumn dbColumn
protected FeatureJoinTable featureJoinTable
| Constructor Detail |
|---|
public FeaturePropertyMappingType()
| Method Detail |
|---|
public DBColumn getDBColumn()
DBColumnpublic void setDBColumn(DBColumn value)
value - allowed object is
DBColumnpublic FeatureJoinTable getFeatureJoinTable()
FeatureJoinTablepublic void setFeatureJoinTable(FeatureJoinTable value)
value - allowed object is
FeatureJoinTable
|
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 | |||||||||