Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.RemoveObjectsRequestType

Packages that use RemoveObjectsRequestType
org.eclipse.ohf.ihe.common.ebxml._2._1.rs   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util   
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return RemoveObjectsRequestType
 RemoveObjectsRequestType RegistryFactory.createRemoveObjectsRequestType()
          Returns a new object of class 'Remove Objects Request Type'.
 RemoveObjectsRequestType RootElementType.getRemoveObjectsRequest()
          Returns the value of the 'Remove Objects Request' containment reference.
 RemoveObjectsRequestType DocumentRoot.getRemoveObjectsRequest()
          Returns the value of the 'Remove Objects Request' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type RemoveObjectsRequestType
 void RootElementType.setRemoveObjectsRequest(RemoveObjectsRequestType value)
          Sets the value of the 'Remove Objects Request' containment reference.
 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._2._1.rs.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that implement RemoveObjectsRequestType
 class RemoveObjectsRequestTypeImpl
          An implementation of the model object 'Remove Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return RemoveObjectsRequestType
 RemoveObjectsRequestType RegistryFactoryImpl.createRemoveObjectsRequestType()
           
 RemoveObjectsRequestType RootElementTypeImpl.getRemoveObjectsRequest()
           
 RemoveObjectsRequestType DocumentRootImpl.getRemoveObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type RemoveObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain RootElementTypeImpl.basicSetRemoveObjectsRequest(RemoveObjectsRequestType newRemoveObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRemoveObjectsRequest(RemoveObjectsRequestType newRemoveObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RootElementTypeImpl.setRemoveObjectsRequest(RemoveObjectsRequestType newRemoveObjectsRequest)
           
 void DocumentRootImpl.setRemoveObjectsRequest(RemoveObjectsRequestType newRemoveObjectsRequest)
           
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util with parameters of type RemoveObjectsRequestType
 java.lang.Object RegistrySwitch.caseRemoveObjectsRequestType(RemoveObjectsRequestType object)
          Returns the result of interpretting the object as an instance of 'Remove Objects Request Type'.