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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return ClassificationQueryType
 ClassificationQueryType QueryFactory.createClassificationQueryType()
          Returns a new object of class 'Classification Query Type'.
 ClassificationQueryType DocumentRoot.getClassificationQuery()
          Returns the value of the 'Classification Query' containment reference.
 

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

Uses of ClassificationQueryType 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 ClassificationQueryType
 class ClassificationQueryTypeImpl
          An implementation of the model object 'Classification Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return ClassificationQueryType
 ClassificationQueryType QueryFactoryImpl.createClassificationQueryType()
           
 ClassificationQueryType DocumentRootImpl.getClassificationQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ClassificationQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassificationQuery(ClassificationQueryType newClassificationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setClassificationQuery(ClassificationQueryType newClassificationQuery)
           
 

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