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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ClassificationQueryType
 ClassificationQueryType QueryFactoryImpl.createClassificationQueryType()
           
 ClassificationQueryType FilterQueryTypeImpl.getClassificationQuery()
           
 ClassificationQueryType DocumentRootImpl.getClassificationQuery()
           
 ClassificationQueryType AssociationBranchTypeImpl.getClassificationQuery()
           
 

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

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