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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return AuditableEventQueryType
 AuditableEventQueryType QueryFactoryImpl.createAuditableEventQueryType()
           
 AuditableEventQueryType DocumentRootImpl.getAuditableEventQuery()
           
 

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

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