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

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

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

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

Uses of RegistryPackageQueryResultType 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 RegistryPackageQueryResultType
 class RegistryPackageQueryResultTypeImpl
          An implementation of the model object 'Registry Package Query Result Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return RegistryPackageQueryResultType
 RegistryPackageQueryResultType QueryFactoryImpl.createRegistryPackageQueryResultType()
           
 RegistryPackageQueryResultType FilterQueryResultTypeImpl.getRegistryPackageQueryResult()
           
 RegistryPackageQueryResultType DocumentRootImpl.getRegistryPackageQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type RegistryPackageQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetRegistryPackageQueryResult(RegistryPackageQueryResultType newRegistryPackageQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryPackageQueryResult(RegistryPackageQueryResultType newRegistryPackageQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setRegistryPackageQueryResult(RegistryPackageQueryResultType newRegistryPackageQueryResult)
           
 void DocumentRootImpl.setRegistryPackageQueryResult(RegistryPackageQueryResultType newRegistryPackageQueryResult)
           
 

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