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

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

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

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

Uses of UndeprecateObjectsRequestType 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 UndeprecateObjectsRequestType
 class UndeprecateObjectsRequestTypeImpl
          An implementation of the model object 'Undeprecate Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return UndeprecateObjectsRequestType
 UndeprecateObjectsRequestType LCMFactoryImpl.createUndeprecateObjectsRequestType()
           
 UndeprecateObjectsRequestType DocumentRootImpl.getUndeprecateObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type UndeprecateObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUndeprecateObjectsRequest(UndeprecateObjectsRequestType newUndeprecateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setUndeprecateObjectsRequest(UndeprecateObjectsRequestType newUndeprecateObjectsRequest)
           
 

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