Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.SubscriptionType

Packages that use SubscriptionType
org.eclipse.ohf.ihe.common.ebxml._3._0.rim   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util   
 

Uses of SubscriptionType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return SubscriptionType
 SubscriptionType RimFactory.createSubscriptionType()
          Returns a new object of class 'Subscription Type'.
 SubscriptionType DocumentRoot.getSubscription()
          Returns the value of the 'Subscription' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type SubscriptionType
 void DocumentRoot.setSubscription(SubscriptionType value)
          Sets the value of the 'Subscription' containment reference.
 

Uses of SubscriptionType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that implement SubscriptionType
 class SubscriptionTypeImpl
          An implementation of the model object 'Subscription Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return SubscriptionType
 SubscriptionType RimFactoryImpl.createSubscriptionType()
           
 SubscriptionType DocumentRootImpl.getSubscription()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type SubscriptionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSubscription(SubscriptionType newSubscription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSubscription(SubscriptionType newSubscription)
           
 

Uses of SubscriptionType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util with parameters of type SubscriptionType
 java.lang.Object RimSwitch.caseSubscriptionType(SubscriptionType object)
          Returns the result of interpretting the object as an instance of 'Subscription Type'.
 boolean RimValidator.validateSubscriptionType(SubscriptionType subscriptionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)