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

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

Subinterfaces of RegistryObjectType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 interface AdhocQueryType
          A representation of the model object 'Adhoc Query Type'.
 interface AssociationType1
          A representation of the model object 'Association Type1'.
 interface AuditableEventType
          A representation of the model object 'Auditable Event Type'.
 interface ClassificationNodeType
          A representation of the model object 'Classification Node Type'.
 interface ClassificationSchemeType
          A representation of the model object 'Classification Scheme Type'.
 interface ClassificationType
          A representation of the model object 'Classification Type'.
 interface ExternalIdentifierType
          A representation of the model object 'External Identifier Type'.
 interface ExternalLinkType
          A representation of the model object 'External Link Type'.
 interface ExtrinsicObjectType
          A representation of the model object 'Extrinsic Object Type'.
 interface FederationType
          A representation of the model object 'Federation Type'.
 interface NotificationType
          A representation of the model object 'Notification Type'.
 interface OrganizationType
          A representation of the model object 'Organization Type'.
 interface PersonType
          A representation of the model object 'Person Type'.
 interface RegistryPackageType
          A representation of the model object 'Registry Package Type'.
 interface RegistryType
          A representation of the model object 'Registry Type'.
 interface ServiceBindingType
          A representation of the model object 'Service Binding Type'.
 interface ServiceType
          A representation of the model object 'Service Type'.
 interface SpecificationLinkType
          A representation of the model object 'Specification Link Type'.
 interface SubscriptionType
          A representation of the model object 'Subscription Type'.
 interface UserType
          A representation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return RegistryObjectType
 RegistryObjectType RimFactory.createRegistryObjectType()
          Returns a new object of class 'Registry Object Type'.
 RegistryObjectType DocumentRoot.getRegistryObject()
          Returns the value of the 'Registry Object' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type RegistryObjectType
 void DocumentRoot.setRegistryObject(RegistryObjectType value)
          Sets the value of the 'Registry Object' containment reference.
 

Uses of RegistryObjectType 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 RegistryObjectType
 class AdhocQueryTypeImpl
          An implementation of the model object 'Adhoc Query Type'.
 class AssociationType1Impl
          An implementation of the model object 'Association Type1'.
 class AuditableEventTypeImpl
          An implementation of the model object 'Auditable Event Type'.
 class ClassificationNodeTypeImpl
          An implementation of the model object 'Classification Node Type'.
 class ClassificationSchemeTypeImpl
          An implementation of the model object 'Classification Scheme Type'.
 class ClassificationTypeImpl
          An implementation of the model object 'Classification Type'.
 class ExternalIdentifierTypeImpl
          An implementation of the model object 'External Identifier Type'.
 class ExternalLinkTypeImpl
          An implementation of the model object 'External Link Type'.
 class ExtrinsicObjectTypeImpl
          An implementation of the model object 'Extrinsic Object Type'.
 class FederationTypeImpl
          An implementation of the model object 'Federation Type'.
 class NotificationTypeImpl
          An implementation of the model object 'Notification Type'.
 class OrganizationTypeImpl
          An implementation of the model object 'Organization Type'.
 class PersonTypeImpl
          An implementation of the model object 'Person Type'.
 class RegistryObjectTypeImpl
          An implementation of the model object 'Registry Object Type'.
 class RegistryPackageTypeImpl
          An implementation of the model object 'Registry Package Type'.
 class RegistryTypeImpl
          An implementation of the model object 'Registry Type'.
 class ServiceBindingTypeImpl
          An implementation of the model object 'Service Binding Type'.
 class ServiceTypeImpl
          An implementation of the model object 'Service Type'.
 class SpecificationLinkTypeImpl
          An implementation of the model object 'Specification Link Type'.
 class SubscriptionTypeImpl
          An implementation of the model object 'Subscription Type'.
 class UserTypeImpl
          An implementation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return RegistryObjectType
 RegistryObjectType RimFactoryImpl.createRegistryObjectType()
           
 RegistryObjectType DocumentRootImpl.getRegistryObject()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type RegistryObjectType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryObject(RegistryObjectType newRegistryObject, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryObject(RegistryObjectType newRegistryObject)
           
 

Uses of RegistryObjectType 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 RegistryObjectType
 java.lang.Object RimSwitch.caseRegistryObjectType(RegistryObjectType object)
          Returns the result of interpretting the object as an instance of 'Registry Object Type'.
 boolean RimValidator.validateRegistryObjectType(RegistryObjectType registryObjectType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)