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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return UserQueryType
 UserQueryType QueryFactory.createUserQueryType()
          Returns a new object of class 'User Query Type'.
 UserQueryType DocumentRoot.getUserQuery()
          Returns the value of the 'User Query' containment reference.
 UserQueryType AuditableEventQueryType.getUserQuery()
          Returns the value of the 'User Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type UserQueryType
 void DocumentRoot.setUserQuery(UserQueryType value)
          Sets the value of the 'User Query' containment reference.
 void AuditableEventQueryType.setUserQuery(UserQueryType value)
          Sets the value of the 'User Query' containment reference.
 

Uses of UserQueryType 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 UserQueryType
 class UserQueryTypeImpl
          An implementation of the model object 'User Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return UserQueryType
 UserQueryType QueryFactoryImpl.createUserQueryType()
           
 UserQueryType DocumentRootImpl.getUserQuery()
           
 UserQueryType AuditableEventQueryTypeImpl.getUserQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type UserQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUserQuery(UserQueryType newUserQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AuditableEventQueryTypeImpl.basicSetUserQuery(UserQueryType newUserQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setUserQuery(UserQueryType newUserQuery)
           
 void AuditableEventQueryTypeImpl.setUserQuery(UserQueryType newUserQuery)
           
 

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