Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.RegistryQueryType

Packages that use RegistryQueryType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.util   
 

Uses of RegistryQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return RegistryQueryType
 RegistryQueryType QueryFactory.createRegistryQueryType()
          Returns a new object of class 'Registry Query Type'.
 RegistryQueryType DocumentRoot.getRegistryQuery()
          Returns the value of the 'Registry Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type RegistryQueryType
 void DocumentRoot.setRegistryQuery(RegistryQueryType value)
          Sets the value of the 'Registry Query' containment reference.
 

Uses of RegistryQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that implement RegistryQueryType
 class RegistryQueryTypeImpl
          An implementation of the model object 'Registry Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return RegistryQueryType
 RegistryQueryType QueryFactoryImpl.createRegistryQueryType()
           
 RegistryQueryType DocumentRootImpl.getRegistryQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type RegistryQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryQuery(RegistryQueryType newRegistryQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryQuery(RegistryQueryType newRegistryQuery)
           
 

Uses of RegistryQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util with parameters of type RegistryQueryType
 java.lang.Object QuerySwitch.caseRegistryQueryType(RegistryQueryType object)
          Returns the result of interpretting the object as an instance of 'Registry Query Type'.