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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return AuditableEventQueryType
 AuditableEventQueryType QueryFactory.createAuditableEventQueryType()
          Returns a new object of class 'Auditable Event Query Type'.
 AuditableEventQueryType FilterQueryType.getAuditableEventQuery()
          Returns the value of the 'Auditable Event Query' containment reference.
 AuditableEventQueryType DocumentRoot.getAuditableEventQuery()
          Returns the value of the 'Auditable Event Query' containment reference.
 AuditableEventQueryType AssociationBranchType.getAuditableEventQuery()
          Returns the value of the 'Auditable Event Query' containment reference.
 

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

Uses of AuditableEventQueryType 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 AuditableEventQueryType
 class AuditableEventQueryTypeImpl
          An implementation of the model object 'Auditable Event Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return AuditableEventQueryType
 AuditableEventQueryType QueryFactoryImpl.createAuditableEventQueryType()
           
 AuditableEventQueryType FilterQueryTypeImpl.getAuditableEventQuery()
           
 AuditableEventQueryType DocumentRootImpl.getAuditableEventQuery()
           
 AuditableEventQueryType AssociationBranchTypeImpl.getAuditableEventQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type AuditableEventQueryType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryTypeImpl.basicSetAuditableEventQuery(AuditableEventQueryType newAuditableEventQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAuditableEventQuery(AuditableEventQueryType newAuditableEventQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationBranchTypeImpl.basicSetAuditableEventQuery(AuditableEventQueryType newAuditableEventQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryTypeImpl.setAuditableEventQuery(AuditableEventQueryType newAuditableEventQuery)
           
 void DocumentRootImpl.setAuditableEventQuery(AuditableEventQueryType newAuditableEventQuery)
           
 void AssociationBranchTypeImpl.setAuditableEventQuery(AuditableEventQueryType newAuditableEventQuery)
           
 

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