Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.query.AssociationQueryResultType

Packages that use AssociationQueryResultType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.util   
 

Uses of AssociationQueryResultType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return AssociationQueryResultType
 AssociationQueryResultType QueryFactory.createAssociationQueryResultType()
          Returns a new object of class 'Association Query Result Type'.
 AssociationQueryResultType FilterQueryResultType.getAssociationQueryResult()
          Returns the value of the 'Association Query Result' containment reference.
 AssociationQueryResultType DocumentRoot.getAssociationQueryResult()
          Returns the value of the 'Association Query Result' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type AssociationQueryResultType
 void FilterQueryResultType.setAssociationQueryResult(AssociationQueryResultType value)
          Sets the value of the 'Association Query Result' containment reference.
 void DocumentRoot.setAssociationQueryResult(AssociationQueryResultType value)
          Sets the value of the 'Association Query Result' containment reference.
 

Uses of AssociationQueryResultType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that implement AssociationQueryResultType
 class AssociationQueryResultTypeImpl
          An implementation of the model object 'Association Query Result Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return AssociationQueryResultType
 AssociationQueryResultType QueryFactoryImpl.createAssociationQueryResultType()
           
 AssociationQueryResultType FilterQueryResultTypeImpl.getAssociationQueryResult()
           
 AssociationQueryResultType DocumentRootImpl.getAssociationQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type AssociationQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetAssociationQueryResult(AssociationQueryResultType newAssociationQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAssociationQueryResult(AssociationQueryResultType newAssociationQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setAssociationQueryResult(AssociationQueryResultType newAssociationQueryResult)
           
 void DocumentRootImpl.setAssociationQueryResult(AssociationQueryResultType newAssociationQueryResult)
           
 

Uses of AssociationQueryResultType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util with parameters of type AssociationQueryResultType
 java.lang.Object QuerySwitch.caseAssociationQueryResultType(AssociationQueryResultType object)
          Returns the result of interpretting the object as an instance of 'Association Query Result Type'.