|
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.SimplePropertyMappingType
public class SimplePropertyMappingType
Java class for SimplePropertyMappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimplePropertyMappingType">
<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}PropertyTable"/>
</choice>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DBColumn |
dbColumn
|
protected PropertyTable |
propertyTable
|
| Constructor Summary | |
|---|---|
SimplePropertyMappingType()
|
|
| Method Summary | |
|---|---|
DBColumn |
getDBColumn()
Gets the value of the dbColumn property. |
PropertyTable |
getPropertyTable()
Gets the value of the propertyTable property. |
void |
setDBColumn(DBColumn value)
Sets the value of the dbColumn property. |
void |
setPropertyTable(PropertyTable value)
Sets the value of the propertyTable 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 PropertyTable propertyTable
| Constructor Detail |
|---|
public SimplePropertyMappingType()
| Method Detail |
|---|
public DBColumn getDBColumn()
DBColumnpublic void setDBColumn(DBColumn value)
value - allowed object is
DBColumnpublic PropertyTable getPropertyTable()
PropertyTablepublic void setPropertyTable(PropertyTable value)
value - allowed object is
PropertyTable
|
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 | |||||||||