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

Packages that use ExtrinsicObjectQueryType
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 ExtrinsicObjectQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return ExtrinsicObjectQueryType
 ExtrinsicObjectQueryType QueryFactory.createExtrinsicObjectQueryType()
          Returns a new object of class 'Extrinsic Object Query Type'.
 ExtrinsicObjectQueryType DocumentRoot.getExtrinsicObjectQuery()
          Returns the value of the 'Extrinsic Object Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type ExtrinsicObjectQueryType
 void DocumentRoot.setExtrinsicObjectQuery(ExtrinsicObjectQueryType value)
          Sets the value of the 'Extrinsic Object Query' containment reference.
 

Uses of ExtrinsicObjectQueryType 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 ExtrinsicObjectQueryType
 class ExtrinsicObjectQueryTypeImpl
          An implementation of the model object 'Extrinsic Object Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return ExtrinsicObjectQueryType
 ExtrinsicObjectQueryType QueryFactoryImpl.createExtrinsicObjectQueryType()
           
 ExtrinsicObjectQueryType DocumentRootImpl.getExtrinsicObjectQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ExtrinsicObjectQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExtrinsicObjectQuery(ExtrinsicObjectQueryType newExtrinsicObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExtrinsicObjectQuery(ExtrinsicObjectQueryType newExtrinsicObjectQuery)
           
 

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