org.deegree.feature.persistence.sql.jaxb
Class FeatureParticleJAXB
java.lang.Object
org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
org.deegree.feature.persistence.sql.jaxb.FeatureParticleJAXB
public class FeatureParticleJAXB
- extends AbstractParticleJAXB
Defines the mapping for a feature 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">
<sequence>
<element ref="{http://www.deegree.org/datasource/feature/sql}Href" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Method Summary |
Href |
getHref()
Gets the value of the href property. |
void |
setHref(Href value)
Sets the value of the href property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
href
protected Href href
FeatureParticleJAXB
public FeatureParticleJAXB()
getHref
public Href getHref()
- Gets the value of the href property.
- Returns:
- possible object is
Href
setHref
public void setHref(Href value)
- Sets the value of the href property.
- Parameters:
value
- allowed object is
Href
Copyright © 2011. All Rights Reserved.