Uses of Class
org.openliberty.xmltooling.dst2_1.ResultQueryBaseType

Packages that use ResultQueryBaseType
org.openliberty.xmltooling.dst2_1.ref   
org.openliberty.xmltooling.idsis.dap   
 

Uses of ResultQueryBaseType in org.openliberty.xmltooling.dst2_1.ref
 

Subclasses of ResultQueryBaseType in org.openliberty.xmltooling.dst2_1.ref
 class QueryItem
          The QueryItem is an optional multi-occurance child element of Query that specifies what data the requestor wants from the resource and how.
 class ResultQuery
          ResultQueryType has itemIDRef and contingency attributes so that the query items can be made contingent on some .
 class ResultQueryType
          Extended by QueryItem and ResultQuery
 

Uses of ResultQueryBaseType in org.openliberty.xmltooling.idsis.dap
 

Subclasses of ResultQueryBaseType in org.openliberty.xmltooling.idsis.dap
 class DAPQueryItem
          Differs from the DST 2.1 ref implementation of QueryItem only in that the Select element is dap specific, requiring DAPSelect.
 class DAPResultQuery
          This class is almost identical to the reference DST2.1 implementation of ResultQueryType except that it stores a reference to DAPSelect, which is a subclass of the DST2.1 reference Select.