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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ClassificationSchemeQueryResultType
 ClassificationSchemeQueryResultType QueryFactoryImpl.createClassificationSchemeQueryResultType()
           
 ClassificationSchemeQueryResultType FilterQueryResultTypeImpl.getClassificationSchemeQueryResult()
           
 ClassificationSchemeQueryResultType DocumentRootImpl.getClassificationSchemeQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ClassificationSchemeQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetClassificationSchemeQueryResult(ClassificationSchemeQueryResultType newClassificationSchemeQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassificationSchemeQueryResult(ClassificationSchemeQueryResultType newClassificationSchemeQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setClassificationSchemeQueryResult(ClassificationSchemeQueryResultType newClassificationSchemeQueryResult)
           
 void DocumentRootImpl.setClassificationSchemeQueryResult(ClassificationSchemeQueryResultType newClassificationSchemeQueryResult)
           
 

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