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

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
      extended by org.deegree.feature.persistence.sql.jaxb.PrimitiveParticleJAXB

public class PrimitiveParticleJAXB
extends AbstractParticleJAXB

Defines the mapping for a primitive-valued 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>
 


Field Summary
protected  String mapping
           
 
Fields inherited from class org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
customConverter, join, path
 
Constructor Summary
PrimitiveParticleJAXB()
           
 
Method Summary
 String getMapping()
          Gets the value of the mapping property.
 void setMapping(String value)
          Sets the value of the mapping 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

mapping

protected String mapping
Constructor Detail

PrimitiveParticleJAXB

public PrimitiveParticleJAXB()
Method Detail

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.