Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rs.RegistryResponseType

Packages that use RegistryResponseType
org.eclipse.ohf.ihe.common.ebxml._3._0.cms   
org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.cms.util   
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   
org.eclipse.ohf.ihe.common.ebxml._3._0.rs   
org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rs.util   
 

Uses of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms
 

Subinterfaces of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms
 interface CatalogContentResponseType
          A representation of the model object 'Catalog Content Response Type'.
 interface ContentManagementServiceResponseType
          A representation of the model object 'Content Management Service Response Type'.
 interface ValidateContentResponseType
          A representation of the model object 'Validate Content Response Type'.
 

Uses of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl that implement RegistryResponseType
 class CatalogContentResponseTypeImpl
          An implementation of the model object 'Catalog Content Response Type'.
 class ContentManagementServiceResponseTypeImpl
          An implementation of the model object 'Content Management Service Response Type'.
 class ValidateContentResponseTypeImpl
          An implementation of the model object 'Validate Content Response Type'.
 

Uses of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.util with parameters of type RegistryResponseType
 java.lang.Object CMSSwitch.caseRegistryResponseType(RegistryResponseType object)
          Returns the result of interpretting the object as an instance of 'Response Type'.
 

Uses of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Subinterfaces of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 interface AdhocQueryResponseType
          A representation of the model object 'Adhoc Query Response Type'.
 

Uses of RegistryResponseType 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 RegistryResponseType
 class AdhocQueryResponseTypeImpl
          An implementation of the model object 'Adhoc Query Response Type'.
 

Uses of RegistryResponseType 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 RegistryResponseType
 java.lang.Object QuerySwitch.caseRegistryResponseType(RegistryResponseType object)
          Returns the result of interpretting the object as an instance of 'Response Type'.
 

Uses of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs that return RegistryResponseType
 RegistryResponseType RegistryFactory.createRegistryResponseType()
          Returns a new object of class 'Response Type'.
 RegistryResponseType DocumentRoot.getRegistryResponse()
          Returns the value of the 'Registry Response' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs with parameters of type RegistryResponseType
 void DocumentRoot.setRegistryResponse(RegistryResponseType value)
          Sets the value of the 'Registry Response' containment reference.
 

Uses of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl that implement RegistryResponseType
 class RegistryResponseTypeImpl
          An implementation of the model object 'Response Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl that return RegistryResponseType
 RegistryResponseType RegistryFactoryImpl.createRegistryResponseType()
           
 RegistryResponseType DocumentRootImpl.getRegistryResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl with parameters of type RegistryResponseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryResponse(RegistryResponseType newRegistryResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryResponse(RegistryResponseType newRegistryResponse)
           
 

Uses of RegistryResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.util with parameters of type RegistryResponseType
 java.lang.Object RegistrySwitch.caseRegistryResponseType(RegistryResponseType object)
          Returns the result of interpretting the object as an instance of 'Response Type'.