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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ObjectRefListType
 ObjectRefListType GetContentRequestType.getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ObjectRefListType
 void GetContentRequestType.setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref List' containment reference.
 

Uses of ObjectRefListType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ObjectRefListType
 ObjectRefListType GetContentRequestTypeImpl.getObjectRefList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ObjectRefListType
 org.eclipse.emf.common.notify.NotificationChain GetContentRequestTypeImpl.basicSetObjectRefList(ObjectRefListType newObjectRefList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GetContentRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return ObjectRefListType
 ObjectRefListType RimFactory.createObjectRefListType()
          Returns a new object of class 'Object Ref List Type'.
 ObjectRefListType DocumentRoot.getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type ObjectRefListType
 void DocumentRoot.setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref List' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return ObjectRefListType
 ObjectRefListType RimFactoryImpl.createObjectRefListType()
           
 ObjectRefListType DocumentRootImpl.getObjectRefList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type ObjectRefListType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetObjectRefList(ObjectRefListType newObjectRefList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return ObjectRefListType
 ObjectRefListType RemoveObjectsRequestType.getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 ObjectRefListType DeprecateObjectsRequestType.getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 ObjectRefListType ApproveObjectsRequestType.getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type ObjectRefListType
 void RemoveObjectsRequestType.setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref List' containment reference.
 void DeprecateObjectsRequestType.setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref List' containment reference.
 void ApproveObjectsRequestType.setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref List' containment reference.
 

Uses of ObjectRefListType 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 ObjectRefListType
 ObjectRefListType RemoveObjectsRequestTypeImpl.getObjectRefList()
           
 ObjectRefListType DeprecateObjectsRequestTypeImpl.getObjectRefList()
           
 ObjectRefListType ApproveObjectsRequestTypeImpl.getObjectRefList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type ObjectRefListType
 org.eclipse.emf.common.notify.NotificationChain RemoveObjectsRequestTypeImpl.basicSetObjectRefList(ObjectRefListType newObjectRefList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DeprecateObjectsRequestTypeImpl.basicSetObjectRefList(ObjectRefListType newObjectRefList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ApproveObjectsRequestTypeImpl.basicSetObjectRefList(ObjectRefListType newObjectRefList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RemoveObjectsRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 void DeprecateObjectsRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 void ApproveObjectsRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)