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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm with parameters of type UpdateObjectsRequestType
 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._3._0.lcm.impl
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return UpdateObjectsRequestType
 UpdateObjectsRequestType LCMFactoryImpl.createUpdateObjectsRequestType()
           
 UpdateObjectsRequestType DocumentRootImpl.getUpdateObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type UpdateObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUpdateObjectsRequest(UpdateObjectsRequestType newUpdateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setUpdateObjectsRequest(UpdateObjectsRequestType newUpdateObjectsRequest)
           
 

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