org.plasma.query.model
Class PathNode

java.lang.Object
  extended by org.plasma.query.model.PathNode

public class PathNode
extends java.lang.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.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

pathElement

protected AbstractPathElement pathElement

where

protected Where where
Constructor Detail

PathNode

public PathNode()

PathNode

public PathNode(java.lang.String name)
Method Detail

getPathElement

public AbstractPathElement getPathElement()
Gets the value of the pathElement property.

Returns:
possible object is AbstractPathElement

setPathElement

public void setPathElement(AbstractPathElement value)
Sets the value of the pathElement property.

Parameters:
value - allowed object is AbstractPathElement

getWhere

public Where getWhere()
Gets the value of the where property.

Returns:
possible object is Where

setWhere

public void setWhere(Where value)
Sets the value of the where property.

Parameters:
value - allowed object is Where

createPathElement

public AbstractPathElement createPathElement(java.lang.String name)


Copyright © 2013. All Rights Reserved.