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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return NotificationQueryType
 NotificationQueryType QueryFactory.createNotificationQueryType()
          Returns a new object of class 'Notification Query Type'.
 NotificationQueryType DocumentRoot.getNotificationQuery()
          Returns the value of the 'Notification Query' containment reference.
 

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

Uses of NotificationQueryType 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 NotificationQueryType
 class NotificationQueryTypeImpl
          An implementation of the model object 'Notification Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return NotificationQueryType
 NotificationQueryType QueryFactoryImpl.createNotificationQueryType()
           
 NotificationQueryType DocumentRootImpl.getNotificationQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type NotificationQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNotificationQuery(NotificationQueryType newNotificationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNotificationQuery(NotificationQueryType newNotificationQuery)
           
 

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