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

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

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

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

Uses of RemoveObjectsRequestType 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 RemoveObjectsRequestType
 class RemoveObjectsRequestTypeImpl
          An implementation of the model object 'Remove Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return RemoveObjectsRequestType
 RemoveObjectsRequestType LCMFactoryImpl.createRemoveObjectsRequestType()
           
 RemoveObjectsRequestType DocumentRootImpl.getRemoveObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type RemoveObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRemoveObjectsRequest(RemoveObjectsRequestType newRemoveObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRemoveObjectsRequest(RemoveObjectsRequestType newRemoveObjectsRequest)
           
 

Uses of RemoveObjectsRequestType 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 RemoveObjectsRequestType
 java.lang.Object LCMSwitch.caseRemoveObjectsRequestType(RemoveObjectsRequestType object)
          Returns the result of interpretting the object as an instance of 'Remove Objects Request Type'.