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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return ServiceBindingType
 ServiceBindingType RimFactoryImpl.createServiceBindingType()
           
 ServiceBindingType DocumentRootImpl.getServiceBinding()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type ServiceBindingType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceBinding(ServiceBindingType newServiceBinding, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setServiceBinding(ServiceBindingType newServiceBinding)
           
 

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