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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return RegistryEntryQueryResultType
 RegistryEntryQueryResultType QueryFactory.createRegistryEntryQueryResultType()
          Returns a new object of class 'Registry Entry Query Result Type'.
 RegistryEntryQueryResultType FilterQueryResultType.getRegistryEntryQueryResult()
          Returns the value of the 'Registry Entry Query Result' containment reference.
 RegistryEntryQueryResultType DocumentRoot.getRegistryEntryQueryResult()
          Returns the value of the 'Registry Entry Query Result' containment reference.
 

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

Uses of RegistryEntryQueryResultType 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 RegistryEntryQueryResultType
 class RegistryEntryQueryResultTypeImpl
          An implementation of the model object 'Registry Entry Query Result Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return RegistryEntryQueryResultType
 RegistryEntryQueryResultType QueryFactoryImpl.createRegistryEntryQueryResultType()
           
 RegistryEntryQueryResultType FilterQueryResultTypeImpl.getRegistryEntryQueryResult()
           
 RegistryEntryQueryResultType DocumentRootImpl.getRegistryEntryQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type RegistryEntryQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetRegistryEntryQueryResult(RegistryEntryQueryResultType newRegistryEntryQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryEntryQueryResult(RegistryEntryQueryResultType newRegistryEntryQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setRegistryEntryQueryResult(RegistryEntryQueryResultType newRegistryEntryQueryResult)
           
 void DocumentRootImpl.setRegistryEntryQueryResult(RegistryEntryQueryResultType newRegistryEntryQueryResult)
           
 

Uses of RegistryEntryQueryResultType 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 RegistryEntryQueryResultType
 java.lang.Object QuerySwitch.caseRegistryEntryQueryResultType(RegistryEntryQueryResultType object)
          Returns the result of interpretting the object as an instance of 'Registry Entry Query Result Type'.