org.deegree.feature.persistence.postgis.jaxb
Class FeatureMapping
java.lang.Object
org.deegree.feature.persistence.postgis.jaxb.CustomMapping
org.deegree.feature.persistence.postgis.jaxb.FeatureMapping
public class FeatureMapping
- extends CustomMapping
Defines the mapping for a Feature inside a custom property.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/datasource/feature/postgis}AbstractCustomMappingType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
Field Summary |
protected javax.xml.namespace.QName |
type
|
Method Summary |
javax.xml.namespace.QName |
getType()
Gets the value of the type property. |
void |
setType(javax.xml.namespace.QName value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected javax.xml.namespace.QName type
FeatureMapping
public FeatureMapping()
getType
public javax.xml.namespace.QName getType()
- Gets the value of the type property.
- Returns:
- possible object is
QName
setType
public void setType(javax.xml.namespace.QName value)
- Sets the value of the type property.
- Parameters:
value
- allowed object is
QName
Copyright © 2011. All Rights Reserved.