|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
Join
public void setJoin(Join value)
value
- allowed object is
Join
public CustomConverterJAXB getCustomConverter()
CustomConverterJAXB
public void setCustomConverter(CustomConverterJAXB value)
value
- allowed object is
CustomConverterJAXB
public String getPath()
String
public 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 |