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

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

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

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

Uses of SpecificationLinkQueryType 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 SpecificationLinkQueryType
 class SpecificationLinkQueryTypeImpl
          An implementation of the model object 'Specification Link Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return SpecificationLinkQueryType
 SpecificationLinkQueryType QueryFactoryImpl.createSpecificationLinkQueryType()
           
 SpecificationLinkQueryType DocumentRootImpl.getSpecificationLinkQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type SpecificationLinkQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSpecificationLinkQuery(SpecificationLinkQueryType newSpecificationLinkQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSpecificationLinkQuery(SpecificationLinkQueryType newSpecificationLinkQuery)
           
 

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