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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return ExternalIdentifierQueryType
 ExternalIdentifierQueryType QueryFactory.createExternalIdentifierQueryType()
          Returns a new object of class 'External Identifier Query Type'.
 ExternalIdentifierQueryType DocumentRoot.getExternalIdentifierQuery()
          Returns the value of the 'External Identifier Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type ExternalIdentifierQueryType
 void DocumentRoot.setExternalIdentifierQuery(ExternalIdentifierQueryType value)
          Sets the value of the 'External Identifier Query' containment reference.
 

Uses of ExternalIdentifierQueryType 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 ExternalIdentifierQueryType
 class ExternalIdentifierQueryTypeImpl
          An implementation of the model object 'External Identifier Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return ExternalIdentifierQueryType
 ExternalIdentifierQueryType QueryFactoryImpl.createExternalIdentifierQueryType()
           
 ExternalIdentifierQueryType DocumentRootImpl.getExternalIdentifierQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ExternalIdentifierQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExternalIdentifierQuery(ExternalIdentifierQueryType newExternalIdentifierQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExternalIdentifierQuery(ExternalIdentifierQueryType newExternalIdentifierQuery)
           
 

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