org.deegree.feature.persistence.sql.jaxb
Class FeatureParticleJAXB

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
      extended by 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>
 


Field Summary
protected  Href href
           
 
Fields inherited from class org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
customConverter, join, path
 
Constructor Summary
FeatureParticleJAXB()
           
 
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 org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
getCustomConverter, getJoin, getPath, setCustomConverter, setJoin, setPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

protected Href href
Constructor Detail

FeatureParticleJAXB

public FeatureParticleJAXB()
Method Detail

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.