Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.RelocateObjectsRequestType

Packages that use RelocateObjectsRequestType
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.lcm.util   
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm that return RelocateObjectsRequestType
 RelocateObjectsRequestType LCMFactory.createRelocateObjectsRequestType()
          Returns a new object of class 'Relocate Objects Request Type'.
 RelocateObjectsRequestType DocumentRoot.getRelocateObjectsRequest()
          Returns the value of the 'Relocate Objects Request' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm with parameters of type RelocateObjectsRequestType
 void DocumentRoot.setRelocateObjectsRequest(RelocateObjectsRequestType value)
          Sets the value of the 'Relocate Objects Request' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that implement RelocateObjectsRequestType
 class RelocateObjectsRequestTypeImpl
          An implementation of the model object 'Relocate Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return RelocateObjectsRequestType
 RelocateObjectsRequestType LCMFactoryImpl.createRelocateObjectsRequestType()
           
 RelocateObjectsRequestType DocumentRootImpl.getRelocateObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type RelocateObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRelocateObjectsRequest(RelocateObjectsRequestType newRelocateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRelocateObjectsRequest(RelocateObjectsRequestType newRelocateObjectsRequest)
           
 

Uses of RelocateObjectsRequestType in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.util with parameters of type RelocateObjectsRequestType
 java.lang.Object LCMSwitch.caseRelocateObjectsRequestType(RelocateObjectsRequestType object)
          Returns the result of interpretting the object as an instance of 'Relocate Objects Request Type'.