Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.ClassificationSchemeQueryType

Packages that use ClassificationSchemeQueryType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.util   
 

Uses of ClassificationSchemeQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return ClassificationSchemeQueryType
 ClassificationSchemeQueryType QueryFactory.createClassificationSchemeQueryType()
          Returns a new object of class 'Classification Scheme Query Type'.
 ClassificationSchemeQueryType DocumentRoot.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 ExternalIdentifierQueryType.getIdentificationSchemeQuery()
          Returns the value of the 'Identification Scheme Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type ClassificationSchemeQueryType
 void DocumentRoot.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 ExternalIdentifierQueryType.setIdentificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Identification Scheme Query' containment reference.
 

Uses of ClassificationSchemeQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.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._3._0.query.impl that return ClassificationSchemeQueryType
 ClassificationSchemeQueryType QueryFactoryImpl.createClassificationSchemeQueryType()
           
 ClassificationSchemeQueryType DocumentRootImpl.getClassificationSchemeQuery()
           
 ClassificationSchemeQueryType ClassificationQueryTypeImpl.getClassificationSchemeQuery()
           
 ClassificationSchemeQueryType ExternalIdentifierQueryTypeImpl.getIdentificationSchemeQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ClassificationSchemeQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.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 ExternalIdentifierQueryTypeImpl.basicSetIdentificationSchemeQuery(ClassificationSchemeQueryType newIdentificationSchemeQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 void ClassificationQueryTypeImpl.setClassificationSchemeQuery(ClassificationSchemeQueryType newClassificationSchemeQuery)
           
 void ExternalIdentifierQueryTypeImpl.setIdentificationSchemeQuery(ClassificationSchemeQueryType newIdentificationSchemeQuery)
           
 

Uses of ClassificationSchemeQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.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'.