com.bea.wli.sb.management.query
Class XmlSchemaQuery
java.lang.Object
  
com.bea.wli.config.resource.ResourceQuery
      
com.bea.wli.sb.management.query.XmlSchemaQuery
- All Implemented Interfaces: 
 - Serializable
 
public class XmlSchemaQuery
- extends ResourceQuery
 
Query object for searching XML Schema resources
- See Also:
 - Serialized Form
 
 
 
| 
Method Summary | 
 void | 
setTargetNamespace(String targetNamespace)
 
          Adds a predicate to return xml schemas with the given target namespace. | 
 
| Methods inherited from class com.bea.wli.config.resource.ResourceQuery | 
addKeySearch, addSubQuery, getAttrsToReturn, getFilter, getLocalName, getPath, getSubQueries, getTypeId, setAttrsToReturn, setLocalName, setPath | 
 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
 - Constant Field Values
 
KEY_TARGET_NAMESPACE
public static final String KEY_TARGET_NAMESPACE
- Search key for searching based on the target namespace of xml schema
- See Also:
 - Constant Field Values
 
 
XmlSchemaQuery
public XmlSchemaQuery()
- default constructor
 
setTargetNamespace
public final void setTargetNamespace(String targetNamespace)
- Adds a predicate to return xml schemas with the given target namespace. The no-namespace
 is represented either by "" or null.
- Parameters:
 targetNamespace -