Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.cms.CatalogContentResponseType

Packages that use CatalogContentResponseType
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   
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms that return CatalogContentResponseType
 CatalogContentResponseType CMSFactory.createCatalogContentResponseType()
          Returns a new object of class 'Catalog Content Response Type'.
 CatalogContentResponseType DocumentRoot.getCatalogContentResponse()
          Returns the value of the 'Catalog Content Response' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms with parameters of type CatalogContentResponseType
 void DocumentRoot.setCatalogContentResponse(CatalogContentResponseType value)
          Sets the value of the 'Catalog Content Response' containment reference.
 

Uses of CatalogContentResponseType 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 CatalogContentResponseType
 class CatalogContentResponseTypeImpl
          An implementation of the model object 'Catalog Content Response Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl that return CatalogContentResponseType
 CatalogContentResponseType CMSFactoryImpl.createCatalogContentResponseType()
           
 CatalogContentResponseType DocumentRootImpl.getCatalogContentResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl with parameters of type CatalogContentResponseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetCatalogContentResponse(CatalogContentResponseType newCatalogContentResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setCatalogContentResponse(CatalogContentResponseType newCatalogContentResponse)
           
 

Uses of CatalogContentResponseType 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 CatalogContentResponseType
 java.lang.Object CMSSwitch.caseCatalogContentResponseType(CatalogContentResponseType object)
          Returns the result of interpretting the object as an instance of 'Catalog Content Response Type'.