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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ClassificationSchemeQueryType
 ClassificationSchemeQueryType QueryFactory.createClassificationSchemeQueryType()
          Returns a new object of class 'Classification Scheme Query Type'.
 ClassificationSchemeQueryType FilterQueryType.getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 ClassificationSchemeQueryType DocumentRoot.getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 ClassificationSchemeQueryType ClassifiedByBranchType.getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 ClassificationSchemeQueryType ClassificationQueryType.getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 ClassificationSchemeQueryType ClassificationNodeQueryType.getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 ClassificationSchemeQueryType AssociationBranchType.getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ClassificationSchemeQueryType
 void FilterQueryType.setClassificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Classification Scheme Query' containment reference.
 void DocumentRoot.setClassificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Classification Scheme Query' containment reference.
 void ClassifiedByBranchType.setClassificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Classification Scheme Query' containment reference.
 void ClassificationQueryType.setClassificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Classification Scheme Query' containment reference.
 void ClassificationNodeQueryType.setClassificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Classification Scheme Query' containment reference.
 void AssociationBranchType.setClassificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Classification Scheme Query' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ClassificationSchemeQueryType
 ClassificationSchemeQueryType QueryFactoryImpl.createClassificationSchemeQueryType()
           
 ClassificationSchemeQueryType FilterQueryTypeImpl.getClassificationSchemeQuery()
           
 ClassificationSchemeQueryType DocumentRootImpl.getClassificationSchemeQuery()
           
 ClassificationSchemeQueryType ClassifiedByBranchTypeImpl.getClassificationSchemeQuery()
           
 ClassificationSchemeQueryType ClassificationQueryTypeImpl.getClassificationSchemeQuery()
           
 ClassificationSchemeQueryType ClassificationNodeQueryTypeImpl.getClassificationSchemeQuery()
           
 ClassificationSchemeQueryType AssociationBranchTypeImpl.getClassificationSchemeQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ClassificationSchemeQueryType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryTypeImpl.basicSetClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClassifiedByBranchTypeImpl.basicSetClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClassificationQueryTypeImpl.basicSetClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClassificationNodeQueryTypeImpl.basicSetClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationBranchTypeImpl.basicSetClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryTypeImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 void DocumentRootImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 void ClassifiedByBranchTypeImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 void ClassificationQueryTypeImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 void ClassificationNodeQueryTypeImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 void AssociationBranchTypeImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 

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