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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm that return ObjectRefType
 ObjectRefType RelocateObjectsRequestType.getDestinationRegistry()
          Returns the value of the 'Destination Registry' containment reference.
 ObjectRefType RelocateObjectsRequestType.getOwnerAtDestination()
          Returns the value of the 'Owner At Destination' containment reference.
 ObjectRefType RelocateObjectsRequestType.getOwnerAtSource()
          Returns the value of the 'Owner At Source' containment reference.
 ObjectRefType RelocateObjectsRequestType.getSourceRegistry()
          Returns the value of the 'Source Registry' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm with parameters of type ObjectRefType
 void RelocateObjectsRequestType.setDestinationRegistry(ObjectRefType value)
          Sets the value of the 'Destination Registry' containment reference.
 void RelocateObjectsRequestType.setOwnerAtDestination(ObjectRefType value)
          Sets the value of the 'Owner At Destination' containment reference.
 void RelocateObjectsRequestType.setOwnerAtSource(ObjectRefType value)
          Sets the value of the 'Owner At Source' containment reference.
 void RelocateObjectsRequestType.setSourceRegistry(ObjectRefType value)
          Sets the value of the 'Source Registry' containment reference.
 

Uses of ObjectRefType in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return ObjectRefType
 ObjectRefType RelocateObjectsRequestTypeImpl.getDestinationRegistry()
           
 ObjectRefType RelocateObjectsRequestTypeImpl.getOwnerAtDestination()
           
 ObjectRefType RelocateObjectsRequestTypeImpl.getOwnerAtSource()
           
 ObjectRefType RelocateObjectsRequestTypeImpl.getSourceRegistry()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type ObjectRefType
 org.eclipse.emf.common.notify.NotificationChain RelocateObjectsRequestTypeImpl.basicSetDestinationRegistry(ObjectRefType newDestinationRegistry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RelocateObjectsRequestTypeImpl.basicSetOwnerAtDestination(ObjectRefType newOwnerAtDestination, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RelocateObjectsRequestTypeImpl.basicSetOwnerAtSource(ObjectRefType newOwnerAtSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RelocateObjectsRequestTypeImpl.basicSetSourceRegistry(ObjectRefType newSourceRegistry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RelocateObjectsRequestTypeImpl.setDestinationRegistry(ObjectRefType newDestinationRegistry)
           
 void RelocateObjectsRequestTypeImpl.setOwnerAtDestination(ObjectRefType newOwnerAtDestination)
           
 void RelocateObjectsRequestTypeImpl.setOwnerAtSource(ObjectRefType newOwnerAtSource)
           
 void RelocateObjectsRequestTypeImpl.setSourceRegistry(ObjectRefType newSourceRegistry)
           
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return ObjectRefType
 ObjectRefType RimFactory.createObjectRefType()
          Returns a new object of class 'Object Ref Type'.
 ObjectRefType DocumentRoot.getObjectRef()
          Returns the value of the 'Object Ref' containment reference.
 

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

Uses of ObjectRefType 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 ObjectRefType
 class ObjectRefTypeImpl
          An implementation of the model object 'Object Ref Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return ObjectRefType
 ObjectRefType RimFactoryImpl.createObjectRefType()
           
 ObjectRefType DocumentRootImpl.getObjectRef()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ObjectRefType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetObjectRef(ObjectRefType newObjectRef, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setObjectRef(ObjectRefType newObjectRef)
           
 

Uses of ObjectRefType 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 ObjectRefType
 java.lang.Object RimSwitch.caseObjectRefType(ObjectRefType object)
          Returns the result of interpretting the object as an instance of 'Object Ref Type'.
 boolean RimValidator.validateObjectRefType(ObjectRefType objectRefType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)