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

Packages that use FilterQueryType
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 FilterQueryType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return FilterQueryType
 FilterQueryType QueryFactory.createFilterQueryType()
          Returns a new object of class 'Filter Query Type'.
 FilterQueryType DocumentRoot.getFilterQuery()
          Returns the value of the 'Filter Query' containment reference.
 FilterQueryType AdhocQueryRequestType.getFilterQuery()
          Returns the value of the 'Filter Query' containment reference.
 

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

Uses of FilterQueryType 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 FilterQueryType
 class FilterQueryTypeImpl
          An implementation of the model object 'Filter Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return FilterQueryType
 FilterQueryType QueryFactoryImpl.createFilterQueryType()
           
 FilterQueryType DocumentRootImpl.getFilterQuery()
           
 FilterQueryType AdhocQueryRequestTypeImpl.getFilterQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type FilterQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFilterQuery(FilterQueryType newFilterQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AdhocQueryRequestTypeImpl.basicSetFilterQuery(FilterQueryType newFilterQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFilterQuery(FilterQueryType newFilterQuery)
           
 void AdhocQueryRequestTypeImpl.setFilterQuery(FilterQueryType newFilterQuery)
           
 

Uses of FilterQueryType 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 FilterQueryType
 java.lang.Object QuerySwitch.caseFilterQueryType(FilterQueryType object)
          Returns the result of interpretting the object as an instance of 'Filter Query Type'.