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

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
Direct Known Subclasses:
ComplexParticleJAXB, FeatureParticleJAXB, GeometryParticleJAXB, PrimitiveParticleJAXB

public class AbstractParticleJAXB
extends Object

Defines the mapping for a particle of a feature type.

Java class for AbstractParticleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractParticleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.deegree.org/datasource/feature/sql}Join" minOccurs="0"/>
         <element ref="{http://www.deegree.org/datasource/feature/sql}CustomConverter" minOccurs="0"/>
       </sequence>
       <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CustomConverterJAXB customConverter
           
protected  Join join
           
protected  String path
           
 
Constructor Summary
AbstractParticleJAXB()
           
 
Method Summary
 CustomConverterJAXB getCustomConverter()
          Gets the value of the customConverter property.
 Join getJoin()
          Gets the value of the join property.
 String getPath()
          Gets the value of the path property.
 void setCustomConverter(CustomConverterJAXB value)
          Sets the value of the customConverter property.
 void setJoin(Join value)
          Sets the value of the join property.
 void setPath(String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

join

protected Join join

customConverter

protected CustomConverterJAXB customConverter

path

protected String path
Constructor Detail

AbstractParticleJAXB

public AbstractParticleJAXB()
Method Detail

getJoin

public Join getJoin()
Gets the value of the join property.

Returns:
possible object is Join

setJoin

public void setJoin(Join value)
Sets the value of the join property.

Parameters:
value - allowed object is Join

getCustomConverter

public CustomConverterJAXB getCustomConverter()
Gets the value of the customConverter property.

Returns:
possible object is CustomConverterJAXB

setCustomConverter

public void setCustomConverter(CustomConverterJAXB value)
Sets the value of the customConverter property.

Parameters:
value - allowed object is CustomConverterJAXB

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.