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

Packages that use RegistryPackageQueryType
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 RegistryPackageQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return RegistryPackageQueryType
 RegistryPackageQueryType QueryFactoryImpl.createRegistryPackageQueryType()
           
 RegistryPackageQueryType DocumentRootImpl.getRegistryPackageQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type RegistryPackageQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryPackageQuery(RegistryPackageQueryType newRegistryPackageQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryPackageQuery(RegistryPackageQueryType newRegistryPackageQuery)
           
 

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