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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return RegistryPackageQueryType
 RegistryPackageQueryType QueryFactoryImpl.createRegistryPackageQueryType()
           
 RegistryPackageQueryType FilterQueryTypeImpl.getRegistryPackageQuery()
           
 RegistryPackageQueryType DocumentRootImpl.getRegistryPackageQuery()
           
 RegistryPackageQueryType AssociationBranchTypeImpl.getRegistryPackageQuery()
           
 

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

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