Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryObjectListType

Packages that use RegistryObjectListType
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.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return RegistryObjectListType
 RegistryObjectListType FilterQueryResultType.getRegistryObjectQueryResult()
          Returns the value of the 'Registry Object Query Result' containment reference.
 RegistryObjectListType DocumentRoot.getRegistryObjectQueryResult()
          Returns the value of the 'Registry Object Query Result' containment reference.
 RegistryObjectListType DocumentRoot.getSqlQueryResult()
          Returns the value of the 'Sql Query Result' containment reference.
 RegistryObjectListType AdhocQueryResponseType.getSQLQueryResult()
          Returns the value of the 'SQL Query Result' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type RegistryObjectListType
 void FilterQueryResultType.setRegistryObjectQueryResult(RegistryObjectListType value)
          Sets the value of the 'Registry Object Query Result' containment reference.
 void DocumentRoot.setRegistryObjectQueryResult(RegistryObjectListType value)
          Sets the value of the 'Registry Object Query Result' containment reference.
 void DocumentRoot.setSqlQueryResult(RegistryObjectListType value)
          Sets the value of the 'Sql Query Result' containment reference.
 void AdhocQueryResponseType.setSQLQueryResult(RegistryObjectListType value)
          Sets the value of the 'SQL Query Result' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return RegistryObjectListType
 RegistryObjectListType FilterQueryResultTypeImpl.getRegistryObjectQueryResult()
           
 RegistryObjectListType DocumentRootImpl.getRegistryObjectQueryResult()
           
 RegistryObjectListType DocumentRootImpl.getSqlQueryResult()
           
 RegistryObjectListType AdhocQueryResponseTypeImpl.getSQLQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type RegistryObjectListType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetRegistryObjectQueryResult(RegistryObjectListType newRegistryObjectQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryObjectQueryResult(RegistryObjectListType newRegistryObjectQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSqlQueryResult(RegistryObjectListType newSqlQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AdhocQueryResponseTypeImpl.basicSetSQLQueryResult(RegistryObjectListType newSQLQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setRegistryObjectQueryResult(RegistryObjectListType newRegistryObjectQueryResult)
           
 void DocumentRootImpl.setRegistryObjectQueryResult(RegistryObjectListType newRegistryObjectQueryResult)
           
 void DocumentRootImpl.setSqlQueryResult(RegistryObjectListType newSqlQueryResult)
           
 void AdhocQueryResponseTypeImpl.setSQLQueryResult(RegistryObjectListType newSQLQueryResult)
           
 

Uses of RegistryObjectListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return RegistryObjectListType
 RegistryObjectListType RimFactory.createRegistryObjectListType()
          Returns a new object of class 'Registry Object List Type'.
 RegistryObjectListType RegistryPackageType.getRegistryObjectList()
          Returns the value of the 'Registry Object List' containment reference.
 RegistryObjectListType DocumentRoot.getRegistryObjectList()
          Returns the value of the 'Registry Object List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type RegistryObjectListType
 void RegistryPackageType.setRegistryObjectList(RegistryObjectListType value)
          Sets the value of the 'Registry Object List' containment reference.
 void DocumentRoot.setRegistryObjectList(RegistryObjectListType value)
          Sets the value of the 'Registry Object List' containment reference.
 

Uses of RegistryObjectListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement RegistryObjectListType
 class RegistryObjectListTypeImpl
          An implementation of the model object 'Registry Object List Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return RegistryObjectListType
 RegistryObjectListType RimFactoryImpl.createRegistryObjectListType()
           
 RegistryObjectListType RegistryPackageTypeImpl.getRegistryObjectList()
           
 RegistryObjectListType DocumentRootImpl.getRegistryObjectList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type RegistryObjectListType
 org.eclipse.emf.common.notify.NotificationChain RegistryPackageTypeImpl.basicSetRegistryObjectList(RegistryObjectListType newRegistryObjectList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryObjectList(RegistryObjectListType newRegistryObjectList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RegistryPackageTypeImpl.setRegistryObjectList(RegistryObjectListType newRegistryObjectList)
           
 void DocumentRootImpl.setRegistryObjectList(RegistryObjectListType newRegistryObjectList)
           
 

Uses of RegistryObjectListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type RegistryObjectListType
 java.lang.Object RimSwitch.caseRegistryObjectListType(RegistryObjectListType object)
          Returns the result of interpretting the object as an instance of 'Registry Object List Type'.
 boolean RimValidator.validateRegistryObjectListType(RegistryObjectListType registryObjectListType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)