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

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

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

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

Uses of CatalogContentRequestType 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 CatalogContentRequestType
 class CatalogContentRequestTypeImpl
          An implementation of the model object 'Catalog Content Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl that return CatalogContentRequestType
 CatalogContentRequestType CMSFactoryImpl.createCatalogContentRequestType()
           
 CatalogContentRequestType DocumentRootImpl.getCatalogContentRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl with parameters of type CatalogContentRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetCatalogContentRequest(CatalogContentRequestType newCatalogContentRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setCatalogContentRequest(CatalogContentRequestType newCatalogContentRequest)
           
 

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