org.openspml.v2.msg.spmlsearch
Class Query

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.msg.spmlsearch.SearchQuery
          extended byorg.openspml.v2.msg.spmlsearch.Query
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer

public class Query
extends SearchQuery

Author:
kent.spaulding@sun.com

Date: Feb 16, 2006


Constructor Summary
Query()
           
Query(QueryClause[] queryClauses, PSOIdentifier basePsoID, java.lang.String targetID, Scope scope)
           
 
Methods inherited from class org.openspml.v2.msg.spmlsearch.SearchQuery
addQueryClause, clearQueryClause, equals, getBasePsoID, getNamespacesInfo, getQueryClauses, getScope, getTargetID, hashCode, isValid, removeQueryClause, setBasePsoID, setScope, setTargetID, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query()

Query

public Query(QueryClause[] queryClauses,
             PSOIdentifier basePsoID,
             java.lang.String targetID,
             Scope scope)


Copyright © Sun Microsystems, Inc. All Rights Reserved.