Class XmlSchemaQuery

All Implemented Interfaces:
Serializable

public class XmlSchemaQuery extends ResourceQuery
Query object for searching XML Schema resources
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • KEY_TARGET_NAMESPACE

      public static final String KEY_TARGET_NAMESPACE
      Search key for searching based on the target namespace of xml schema
      See Also:
    • IS_NXSD

      public static final String IS_NXSD
      Search key for searching based on the nxsd:version (nxsd="http://xmlns.oracle.com/pcbpel/nxsd") attribute presence in the xml schema
      See Also:
  • Constructor Details

    • XmlSchemaQuery

      public XmlSchemaQuery()
      default constructor
  • Method Details

    • 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 -
    • setIsNXSD

      public final void setIsNXSD(boolean isNXSD)
      Adds a predicate to return xml schemas which contains the nxsd:version (nxsd="http://xmlns.oracle.com/pcbpel/nxsd") attribute.
      Parameters:
      isNXSD -