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

Packages that use ObjectRefType
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   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl   
 

Uses of ObjectRefType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.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._2._1.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._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement ObjectRefType
 class ObjectRefTypeImpl
          An implementation of the model object 'Object Ref Type'.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.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._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.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)
           
 

Uses of ObjectRefType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return ObjectRefType
 ObjectRefType RemoveSlotsRequestType.getObjectRef()
          Returns the value of the 'Object Ref' containment reference.
 ObjectRefType AddSlotsRequestType.getObjectRef()
          Returns the value of the 'Object Ref' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type ObjectRefType
 void RemoveSlotsRequestType.setObjectRef(ObjectRefType value)
          Sets the value of the 'Object Ref' containment reference.
 void AddSlotsRequestType.setObjectRef(ObjectRefType value)
          Sets the value of the 'Object Ref' containment reference.
 

Uses of ObjectRefType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return ObjectRefType
 ObjectRefType RemoveSlotsRequestTypeImpl.getObjectRef()
           
 ObjectRefType AddSlotsRequestTypeImpl.getObjectRef()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type ObjectRefType
 org.eclipse.emf.common.notify.NotificationChain RemoveSlotsRequestTypeImpl.basicSetObjectRef(ObjectRefType newObjectRef, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AddSlotsRequestTypeImpl.basicSetObjectRef(ObjectRefType newObjectRef, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RemoveSlotsRequestTypeImpl.setObjectRef(ObjectRefType newObjectRef)
           
 void AddSlotsRequestTypeImpl.setObjectRef(ObjectRefType newObjectRef)