com.vhosting.netconf
Class XPathSelections.Selection

java.lang.Object
  extended by com.vhosting.netconf.XPathSelections.Selection
Enclosing class:
XPathSelections

public final class XPathSelections.Selection
extends java.lang.Object

This class identifies a xpath selection contained within a XPathSelections.

Author:
Giuseppe Palmeri

Method Summary
 java.lang.String getNamespace()
          Get the capability namespace for this selection.
 java.lang.String getPrefix()
          Get the capability namespace prefix for this selection.
 java.lang.String getXPath()
          Get the XPath of the selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXPath

public final java.lang.String getXPath()
Get the XPath of the selection.

Returns:
The XPath of the selection.

getNamespace

public final java.lang.String getNamespace()
Get the capability namespace for this selection.

Returns:
The capability namespace for this selection.

getPrefix

public final java.lang.String getPrefix()
Get the capability namespace prefix for this selection.

Returns:
The capability namespace prefix for this selection.