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

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

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

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

Uses of DeprecateObjectsRequestType 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 DeprecateObjectsRequestType
 class DeprecateObjectsRequestTypeImpl
          An implementation of the model object 'Deprecate Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return DeprecateObjectsRequestType
 DeprecateObjectsRequestType LCMFactoryImpl.createDeprecateObjectsRequestType()
           
 DeprecateObjectsRequestType DocumentRootImpl.getDeprecateObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type DeprecateObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDeprecateObjectsRequest(DeprecateObjectsRequestType newDeprecateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setDeprecateObjectsRequest(DeprecateObjectsRequestType newDeprecateObjectsRequest)
           
 

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