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

Packages that use AssociationQueryType
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 AssociationQueryType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return AssociationQueryType
 AssociationQueryType QueryFactory.createAssociationQueryType()
          Returns a new object of class 'Association Query Type'.
 AssociationQueryType FilterQueryType.getAssociationQuery()
          Returns the value of the 'Association Query' containment reference.
 AssociationQueryType DocumentRoot.getAssociationQuery()
          Returns the value of the 'Association Query' containment reference.
 AssociationQueryType AssociationBranchType.getAssociationQuery()
          Returns the value of the 'Association Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type AssociationQueryType
 void FilterQueryType.setAssociationQuery(AssociationQueryType value)
          Sets the value of the 'Association Query' containment reference.
 void DocumentRoot.setAssociationQuery(AssociationQueryType value)
          Sets the value of the 'Association Query' containment reference.
 void AssociationBranchType.setAssociationQuery(AssociationQueryType value)
          Sets the value of the 'Association Query' containment reference.
 

Uses of AssociationQueryType 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 AssociationQueryType
 class AssociationQueryTypeImpl
          An implementation of the model object 'Association Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return AssociationQueryType
 AssociationQueryType QueryFactoryImpl.createAssociationQueryType()
           
 AssociationQueryType FilterQueryTypeImpl.getAssociationQuery()
           
 AssociationQueryType DocumentRootImpl.getAssociationQuery()
           
 AssociationQueryType AssociationBranchTypeImpl.getAssociationQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type AssociationQueryType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryTypeImpl.basicSetAssociationQuery(AssociationQueryType newAssociationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAssociationQuery(AssociationQueryType newAssociationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationBranchTypeImpl.basicSetAssociationQuery(AssociationQueryType newAssociationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryTypeImpl.setAssociationQuery(AssociationQueryType newAssociationQuery)
           
 void DocumentRootImpl.setAssociationQuery(AssociationQueryType newAssociationQuery)
           
 void AssociationBranchTypeImpl.setAssociationQuery(AssociationQueryType newAssociationQuery)
           
 

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