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

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

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

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

Uses of ExternalLinkQueryType 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 ExternalLinkQueryType
 class ExternalLinkQueryTypeImpl
          An implementation of the model object 'External Link Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return ExternalLinkQueryType
 ExternalLinkQueryType QueryFactoryImpl.createExternalLinkQueryType()
           
 ExternalLinkQueryType DocumentRootImpl.getExternalLinkQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ExternalLinkQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExternalLinkQuery(ExternalLinkQueryType newExternalLinkQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExternalLinkQuery(ExternalLinkQueryType newExternalLinkQuery)
           
 

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