org.deegree.feature.persistence.sql.jaxb
Class GeometryParticleJAXB
java.lang.Object
org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
org.deegree.feature.persistence.sql.jaxb.GeometryParticleJAXB
public class GeometryParticleJAXB
- extends AbstractParticleJAXB
Defines the mapping for a geometry particle.
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/sql}AbstractParticleType">
<attribute name="mapping" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapping
protected String mapping
GeometryParticleJAXB
public GeometryParticleJAXB()
getMapping
public String getMapping()
- Gets the value of the mapping property.
- Returns:
- possible object is
String
setMapping
public void setMapping(String value)
- Sets the value of the mapping property.
- Parameters:
value
- allowed object is
String
Copyright © 2011. All Rights Reserved.