public class PathNode extends Object
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.terrameta.org/plasma/query}AbstractPathElement"/>
<element ref="{http://www.terrameta.org/plasma/query}Where" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractPathElement |
pathElement |
protected Where |
where |
| Modifier and Type | Method and Description |
|---|---|
AbstractPathElement |
createPathElement(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.
|
String |
toString() |
protected AbstractPathElement pathElement
protected Where where
public PathNode()
public PathNode(String name)
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(String name)
Copyright © 2021. All rights reserved.