deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.feature.persistence.postgis.jaxbconfig
Class FeaturePropertyMappingType

java.lang.Object
  extended by org.deegree.feature.persistence.postgis.jaxbconfig.PropertyMappingType
      extended by org.deegree.feature.persistence.postgis.jaxbconfig.FeaturePropertyMappingType

public class FeaturePropertyMappingType
extends PropertyMappingType

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

dbColumn

protected DBColumn dbColumn

featureJoinTable

protected FeatureJoinTable featureJoinTable
Constructor Detail

FeaturePropertyMappingType

public FeaturePropertyMappingType()
Method Detail

getDBColumn

public DBColumn getDBColumn()
Gets the value of the dbColumn property.

Returns:
possible object is DBColumn

setDBColumn

public void setDBColumn(DBColumn value)
Sets the value of the dbColumn property.

Parameters:
value - allowed object is DBColumn

getFeatureJoinTable

public FeatureJoinTable getFeatureJoinTable()
Gets the value of the featureJoinTable property.

Returns:
possible object is FeatureJoinTable

setFeatureJoinTable

public void setFeatureJoinTable(FeatureJoinTable value)
Sets the value of the featureJoinTable property.

Parameters:
value - allowed object is FeatureJoinTable

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>