Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.query.FilterQueryResultType

Packages that use FilterQueryResultType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.util   
 

Uses of FilterQueryResultType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return FilterQueryResultType
 FilterQueryResultType QueryFactory.createFilterQueryResultType()
          Returns a new object of class 'Filter Query Result Type'.
 FilterQueryResultType DocumentRoot.getFilterQueryResult()
          Returns the value of the 'Filter Query Result' containment reference.
 FilterQueryResultType AdhocQueryResponseType.getFilterQueryResult()
          Returns the value of the 'Filter Query Result' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type FilterQueryResultType
 void DocumentRoot.setFilterQueryResult(FilterQueryResultType value)
          Sets the value of the 'Filter Query Result' containment reference.
 void AdhocQueryResponseType.setFilterQueryResult(FilterQueryResultType value)
          Sets the value of the 'Filter Query Result' containment reference.
 

Uses of FilterQueryResultType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that implement FilterQueryResultType
 class FilterQueryResultTypeImpl
          An implementation of the model object 'Filter Query Result Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return FilterQueryResultType
 FilterQueryResultType QueryFactoryImpl.createFilterQueryResultType()
           
 FilterQueryResultType DocumentRootImpl.getFilterQueryResult()
           
 FilterQueryResultType AdhocQueryResponseTypeImpl.getFilterQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type FilterQueryResultType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFilterQueryResult(FilterQueryResultType newFilterQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AdhocQueryResponseTypeImpl.basicSetFilterQueryResult(FilterQueryResultType newFilterQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFilterQueryResult(FilterQueryResultType newFilterQueryResult)
           
 void AdhocQueryResponseTypeImpl.setFilterQueryResult(FilterQueryResultType newFilterQueryResult)
           
 

Uses of FilterQueryResultType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util with parameters of type FilterQueryResultType
 java.lang.Object QuerySwitch.caseFilterQueryResultType(FilterQueryResultType object)
          Returns the result of interpretting the object as an instance of 'Filter Query Result Type'.