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

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

public class SimpleSubXmlQueryHolder
extends Object
implements XmlQueryUnit


Field Summary
 XmlQuery query
           
 String returnRelation
           
 
Constructor Summary
SimpleSubXmlQueryHolder(XmlQuery query, String returnRelation)
           
 
Method Summary
 XmlQueryUnit getParent()
          Get the parent xml query, if it exists.
 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

query

public XmlQuery query

returnRelation

public String returnRelation
Constructor Detail

SimpleSubXmlQueryHolder

public SimpleSubXmlQueryHolder(XmlQuery query,
                               String returnRelation)
Method Detail

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-2007 University of Southampton IT Innovation Centre. All Rights Reserved.