uk.ac.soton.itinnovation.registry.icomponent.search.query
Class NotXmlQueryHolder

java.lang.Object
  extended by uk.ac.soton.itinnovation.registry.icomponent.search.query.NotXmlQueryHolder
All Implemented Interfaces:
XmlQuerySubUnitContainer, XmlQueryUnit

public final class NotXmlQueryHolder
extends Object
implements XmlQueryUnit, XmlQuerySubUnitContainer


Field Summary
protected  XmlQueryUnit subQueryElements
           
 
Constructor Summary
NotXmlQueryHolder()
           
 
Method Summary
 void addQuerySubUnit(XmlQueryUnit subUnit)
          Not only contains one sub query element.
 XmlQueryUnit getParent()
          Get the parent xml query, if it exists.
 XmlQueryUnit getSubquery()
           
 void setParent(XmlQueryUnit parent)
          Set the parent of this xml query.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subQueryElements

protected XmlQueryUnit subQueryElements
Constructor Detail

NotXmlQueryHolder

public NotXmlQueryHolder()
Method Detail

addQuerySubUnit

public void addQuerySubUnit(XmlQueryUnit subUnit)
Not only contains one sub query element.

Specified by:
addQuerySubUnit in interface XmlQuerySubUnitContainer
Parameters:
subUnit -

getSubquery

public XmlQueryUnit getSubquery()

toString

public String toString()
Overrides:
toString in class Object

getParent

public XmlQueryUnit getParent()
Description copied from interface: XmlQueryUnit
Get the parent xml query, if it exists.

Specified by:
getParent in interface XmlQueryUnit
Returns:
the parent xml query, null otherwise.

setParent

public void setParent(XmlQueryUnit parent)
Description copied from interface: XmlQueryUnit
Set the parent of this xml query.

Specified by:
setParent in interface XmlQueryUnit


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.