uk.ac.soton.itinnovation.registry.icomponent.search.query
Class OrXmlQueryHolder
java.lang.Object
uk.ac.soton.itinnovation.registry.icomponent.search.query.OrXmlQueryHolder
- All Implemented Interfaces:
- XmlQuerySubUnitContainer, XmlQueryUnit
public class OrXmlQueryHolder
- extends Object
- implements XmlQueryUnit, XmlQuerySubUnitContainer
containedElements
protected ArrayList<XmlQueryUnit> containedElements
OrXmlQueryHolder
public OrXmlQueryHolder()
toString
public String toString()
addQuerySubUnit
public void addQuerySubUnit(XmlQueryUnit subUnit)
- Specified by:
addQuerySubUnit in interface XmlQuerySubUnitContainer
getQuerySubUnits
public ArrayList<XmlQueryUnit> getQuerySubUnits()
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.