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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type UpdateObjectsRequestType
 void RootElementType.setUpdateObjectsRequest(UpdateObjectsRequestType value)
          Sets the value of the 'Update Objects Request' containment reference.
 void DocumentRoot.setUpdateObjectsRequest(UpdateObjectsRequestType value)
          Sets the value of the 'Update Objects Request' containment reference.
 

Uses of UpdateObjectsRequestType 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 UpdateObjectsRequestType
 class UpdateObjectsRequestTypeImpl
          An implementation of the model object 'Update Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return UpdateObjectsRequestType
 UpdateObjectsRequestType RegistryFactoryImpl.createUpdateObjectsRequestType()
           
 UpdateObjectsRequestType RootElementTypeImpl.getUpdateObjectsRequest()
           
 UpdateObjectsRequestType DocumentRootImpl.getUpdateObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type UpdateObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain RootElementTypeImpl.basicSetUpdateObjectsRequest(UpdateObjectsRequestType newUpdateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUpdateObjectsRequest(UpdateObjectsRequestType newUpdateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RootElementTypeImpl.setUpdateObjectsRequest(UpdateObjectsRequestType newUpdateObjectsRequest)
           
 void DocumentRootImpl.setUpdateObjectsRequest(UpdateObjectsRequestType newUpdateObjectsRequest)
           
 

Uses of UpdateObjectsRequestType 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 UpdateObjectsRequestType
 java.lang.Object RegistrySwitch.caseUpdateObjectsRequestType(UpdateObjectsRequestType object)
          Returns the result of interpretting the object as an instance of 'Update Objects Request Type'.