|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.sql.jaxb.AbstractParticleJAXB
public class AbstractParticleJAXB
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 |
|---|
protected Join join
protected CustomConverterJAXB customConverter
protected String path
| Constructor Detail |
|---|
public AbstractParticleJAXB()
| Method Detail |
|---|
public Join getJoin()
Joinpublic void setJoin(Join value)
value - allowed object is
Joinpublic CustomConverterJAXB getCustomConverter()
CustomConverterJAXBpublic void setCustomConverter(CustomConverterJAXB value)
value - allowed object is
CustomConverterJAXBpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||