|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.model.PathNode
public class PathNode
Java class for PathNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pathElement" type="{http://www.servicelabs.org/plasma/query}AbstractPathElement"/>
<element ref="{http://www.servicelabs.org/plasma/query}Where" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AbstractPathElement |
pathElement
|
protected Where |
where
|
| Constructor Summary | |
|---|---|
PathNode()
|
|
PathNode(java.lang.String name)
|
|
| Method Summary | |
|---|---|
AbstractPathElement |
createPathElement(java.lang.String name)
|
AbstractPathElement |
getPathElement()
Gets the value of the pathElement property. |
Where |
getWhere()
Gets the value of the where property. |
void |
setPathElement(AbstractPathElement value)
Sets the value of the pathElement property. |
void |
setWhere(Where value)
Sets the value of the where property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AbstractPathElement pathElement
protected Where where
| Constructor Detail |
|---|
public PathNode()
public PathNode(java.lang.String name)
| Method Detail |
|---|
public AbstractPathElement getPathElement()
AbstractPathElementpublic void setPathElement(AbstractPathElement value)
value - allowed object is
AbstractPathElementpublic Where getWhere()
Wherepublic void setWhere(Where value)
value - allowed object is
Wherepublic AbstractPathElement createPathElement(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||