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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ClassificationQueryResultType
 ClassificationQueryResultType QueryFactory.createClassificationQueryResultType()
          Returns a new object of class 'Classification Query Result Type'.
 ClassificationQueryResultType FilterQueryResultType.getClassificationQueryResult()
          Returns the value of the 'Classification Query Result' containment reference.
 ClassificationQueryResultType DocumentRoot.getClassificationQueryResult()
          Returns the value of the 'Classification Query Result' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ClassificationQueryResultType
 void FilterQueryResultType.setClassificationQueryResult(ClassificationQueryResultType value)
          Sets the value of the 'Classification Query Result' containment reference.
 void DocumentRoot.setClassificationQueryResult(ClassificationQueryResultType value)
          Sets the value of the 'Classification Query Result' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ClassificationQueryResultType
 ClassificationQueryResultType QueryFactoryImpl.createClassificationQueryResultType()
           
 ClassificationQueryResultType FilterQueryResultTypeImpl.getClassificationQueryResult()
           
 ClassificationQueryResultType DocumentRootImpl.getClassificationQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ClassificationQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetClassificationQueryResult(ClassificationQueryResultType newClassificationQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassificationQueryResult(ClassificationQueryResultType newClassificationQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setClassificationQueryResult(ClassificationQueryResultType newClassificationQueryResult)
           
 void DocumentRootImpl.setClassificationQueryResult(ClassificationQueryResultType newClassificationQueryResult)
           
 

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