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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm that return ObjectRefListType
 ObjectRefListType UndeprecateObjectsRequestType.getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 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._3._0.lcm with parameters of type ObjectRefListType
 void UndeprecateObjectsRequestType.setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref List' containment reference.
 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._3._0.lcm.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return ObjectRefListType
 ObjectRefListType UndeprecateObjectsRequestTypeImpl.getObjectRefList()
           
 ObjectRefListType RemoveObjectsRequestTypeImpl.getObjectRefList()
           
 ObjectRefListType DeprecateObjectsRequestTypeImpl.getObjectRefList()
           
 ObjectRefListType ApproveObjectsRequestTypeImpl.getObjectRefList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type ObjectRefListType
 org.eclipse.emf.common.notify.NotificationChain UndeprecateObjectsRequestTypeImpl.basicSetObjectRefList(ObjectRefListType newObjectRefList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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 UndeprecateObjectsRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 void RemoveObjectsRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 void DeprecateObjectsRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 void ApproveObjectsRequestTypeImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type ObjectRefListType
 void AuditableEventType.setAffectedObjects(ObjectRefListType value)
          Sets the value of the 'Affected Objects' containment reference.
 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._3._0.rim.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return ObjectRefListType
 ObjectRefListType RimFactoryImpl.createObjectRefListType()
           
 ObjectRefListType AuditableEventTypeImpl.getAffectedObjects()
           
 ObjectRefListType DocumentRootImpl.getObjectRefList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ObjectRefListType
 org.eclipse.emf.common.notify.NotificationChain AuditableEventTypeImpl.basicSetAffectedObjects(ObjectRefListType newAffectedObjects, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetObjectRefList(ObjectRefListType newObjectRefList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AuditableEventTypeImpl.setAffectedObjects(ObjectRefListType newAffectedObjects)
           
 void DocumentRootImpl.setObjectRefList(ObjectRefListType newObjectRefList)
           
 

Uses of ObjectRefListType 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 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)