org.deegree.feature.persistence.sql.jaxb
Class ComplexParticleJAXB
java.lang.Object
org.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
abstractParticle
protected List<JAXBElement<? extends AbstractParticleJAXB>> abstractParticle
ComplexParticleJAXB
public ComplexParticleJAXB()
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.