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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ClassificationNodeQueryResultType
 ClassificationNodeQueryResultType QueryFactoryImpl.createClassificationNodeQueryResultType()
           
 ClassificationNodeQueryResultType FilterQueryResultTypeImpl.getClassificationNodeQueryResult()
           
 ClassificationNodeQueryResultType DocumentRootImpl.getClassificationNodeQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ClassificationNodeQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetClassificationNodeQueryResult(ClassificationNodeQueryResultType newClassificationNodeQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassificationNodeQueryResult(ClassificationNodeQueryResultType newClassificationNodeQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setClassificationNodeQueryResult(ClassificationNodeQueryResultType newClassificationNodeQueryResult)
           
 void DocumentRootImpl.setClassificationNodeQueryResult(ClassificationNodeQueryResultType newClassificationNodeQueryResult)
           
 

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