org.deegree.feature.persistence.postgis.jaxb
Class MeasurePropertyDecl
java.lang.Object
org.deegree.feature.persistence.postgis.jaxb.AbstractPropertyDecl
org.deegree.feature.persistence.postgis.jaxb.MeasurePropertyDecl
public class MeasurePropertyDecl
- extends AbstractPropertyDecl
Definition of a measure-valued property of a feature type.
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}AbstractPropertyType">
<attribute name="uomMapping" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Field Summary |
protected java.lang.String |
uomMapping
|
Method Summary |
java.lang.String |
getUomMapping()
Gets the value of the uomMapping property. |
void |
setUomMapping(java.lang.String value)
Sets the value of the uomMapping property. |
Methods inherited from class org.deegree.feature.persistence.postgis.jaxb.AbstractPropertyDecl |
getJoinedTable, getMapping, getMaxOccurs, getMinOccurs, getName, getNilMapping, setJoinedTable, setMapping, setMaxOccurs, setMinOccurs, setName, setNilMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uomMapping
protected java.lang.String uomMapping
MeasurePropertyDecl
public MeasurePropertyDecl()
getUomMapping
public java.lang.String getUomMapping()
- Gets the value of the uomMapping property.
- Returns:
- possible object is
String
setUomMapping
public void setUomMapping(java.lang.String value)
- Sets the value of the uomMapping property.
- Parameters:
value
- allowed object is
String
Copyright © 2011. All Rights Reserved.