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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return ServiceType
 ServiceType RimFactory.createServiceType()
          Returns a new object of class 'Service Type'.
 ServiceType DocumentRoot.getService()
          Returns the value of the 'Service' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type ServiceType
 void DocumentRoot.setService(ServiceType value)
          Sets the value of the 'Service' containment reference.
 

Uses of ServiceType 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 ServiceType
 class ServiceTypeImpl
          An implementation of the model object 'Service Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return ServiceType
 ServiceType RimFactoryImpl.createServiceType()
           
 ServiceType DocumentRootImpl.getService()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type ServiceType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetService(ServiceType newService, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setService(ServiceType newService)
           
 

Uses of ServiceType 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 ServiceType
 java.lang.Object RimSwitch.caseServiceType(ServiceType object)
          Returns the result of interpretting the object as an instance of 'Service Type'.
 boolean RimValidator.validateServiceType(ServiceType serviceType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)