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

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

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

public class SimplePropertyMappingType
extends PropertyMappingType

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

dbColumn

protected DBColumn dbColumn

propertyTable

protected PropertyTable propertyTable
Constructor Detail

SimplePropertyMappingType

public SimplePropertyMappingType()
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

getPropertyTable

public PropertyTable getPropertyTable()
Gets the value of the propertyTable property.

Returns:
possible object is PropertyTable

setPropertyTable

public void setPropertyTable(PropertyTable value)
Sets the value of the propertyTable property.

Parameters:
value - allowed object is PropertyTable

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

]]>