uk.ac.soton.itinnovation.registry.icomponent.search.query
Interface XmlQueryUnit

All Known Implementing Classes:
AndXmlQueryHolder, JoinXmlQueryHolder, NotXmlQueryHolder, OrXmlQueryHolder, SimpleSubXmlQueryHolder, XmlQuery

public interface XmlQueryUnit


Method Summary
 XmlQueryUnit getParent()
          Get the parent xml query, if it exists.
 void setParent(XmlQueryUnit parent)
          Set the parent of this xml query.
 

Method Detail

getParent

XmlQueryUnit getParent()
Get the parent xml query, if it exists.

Returns:
the parent xml query, null otherwise.

setParent

void setParent(XmlQueryUnit parent)
Set the parent of this xml query.

Parameters:
parent -


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