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

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

public class ComplexParticleJAXB
extends AbstractParticleJAXB

Defines the mapping for a complex 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}AbstractParticle" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends AbstractParticleJAXB>> abstractParticle
           
 
Fields inherited from class org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
customConverter, join, path
 
Constructor Summary
ComplexParticleJAXB()
           
 
Method Summary
 List<JAXBElement<? extends AbstractParticleJAXB>> getAbstractParticle()
          Gets the value of the abstractParticle 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

abstractParticle

protected List<JAXBElement<? extends AbstractParticleJAXB>> abstractParticle
Constructor Detail

ComplexParticleJAXB

public ComplexParticleJAXB()
Method Detail

getAbstractParticle

public List<JAXBElement<? extends AbstractParticleJAXB>> getAbstractParticle()
Gets the value of the abstractParticle property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the abstractParticle property.

For example, to add a new item, do as follows:

    getAbstractParticle().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<FeatureParticleJAXB> JAXBElement<GeometryParticleJAXB> JAXBElement<AbstractParticleJAXB> JAXBElement<ComplexParticleJAXB> JAXBElement<PrimitiveParticleJAXB>



Copyright © 2011. All Rights Reserved.