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

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

Subinterfaces of LeafRegistryObjectListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 interface RegistryObjectListType
          A representation of the model object 'Registry Object List Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return LeafRegistryObjectListType
 LeafRegistryObjectListType RimFactory.createLeafRegistryObjectListType()
          Returns a new object of class 'Leaf Registry Object List Type'.
 LeafRegistryObjectListType DocumentRoot.getLeafRegistryObjectList()
          Returns the value of the 'Leaf Registry Object List' containment reference.
 

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

Uses of LeafRegistryObjectListType 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 LeafRegistryObjectListType
 class LeafRegistryObjectListTypeImpl
          An implementation of the model object 'Leaf Registry Object List Type'.
 class RegistryObjectListTypeImpl
          An implementation of the model object 'Registry Object List Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return LeafRegistryObjectListType
 LeafRegistryObjectListType RimFactoryImpl.createLeafRegistryObjectListType()
           
 LeafRegistryObjectListType DocumentRootImpl.getLeafRegistryObjectList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type LeafRegistryObjectListType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetLeafRegistryObjectList(LeafRegistryObjectListType newLeafRegistryObjectList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setLeafRegistryObjectList(LeafRegistryObjectListType newLeafRegistryObjectList)
           
 

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return LeafRegistryObjectListType
 LeafRegistryObjectListType UpdateObjectsRequestType.getLeafRegistryObjectList()
          Returns the value of the 'Leaf Registry Object List' containment reference.
 LeafRegistryObjectListType SubmitObjectsRequestType.getLeafRegistryObjectList()
          Returns the value of the 'Leaf Registry Object List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type LeafRegistryObjectListType
 void UpdateObjectsRequestType.setLeafRegistryObjectList(LeafRegistryObjectListType value)
          Sets the value of the 'Leaf Registry Object List' containment reference.
 void SubmitObjectsRequestType.setLeafRegistryObjectList(LeafRegistryObjectListType value)
          Sets the value of the 'Leaf Registry Object List' containment reference.
 

Uses of LeafRegistryObjectListType 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 LeafRegistryObjectListType
 LeafRegistryObjectListType UpdateObjectsRequestTypeImpl.getLeafRegistryObjectList()
           
 LeafRegistryObjectListType SubmitObjectsRequestTypeImpl.getLeafRegistryObjectList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type LeafRegistryObjectListType
 org.eclipse.emf.common.notify.NotificationChain UpdateObjectsRequestTypeImpl.basicSetLeafRegistryObjectList(LeafRegistryObjectListType newLeafRegistryObjectList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SubmitObjectsRequestTypeImpl.basicSetLeafRegistryObjectList(LeafRegistryObjectListType newLeafRegistryObjectList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UpdateObjectsRequestTypeImpl.setLeafRegistryObjectList(LeafRegistryObjectListType newLeafRegistryObjectList)
           
 void SubmitObjectsRequestTypeImpl.setLeafRegistryObjectList(LeafRegistryObjectListType newLeafRegistryObjectList)