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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return DeprecateObjectsRequestType
 DeprecateObjectsRequestType RegistryFactoryImpl.createDeprecateObjectsRequestType()
           
 DeprecateObjectsRequestType RootElementTypeImpl.getDeprecateObjectsRequest()
           
 DeprecateObjectsRequestType DocumentRootImpl.getDeprecateObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type DeprecateObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain RootElementTypeImpl.basicSetDeprecateObjectsRequest(DeprecateObjectsRequestType newDeprecateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDeprecateObjectsRequest(DeprecateObjectsRequestType newDeprecateObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RootElementTypeImpl.setDeprecateObjectsRequest(DeprecateObjectsRequestType newDeprecateObjectsRequest)
           
 void DocumentRootImpl.setDeprecateObjectsRequest(DeprecateObjectsRequestType newDeprecateObjectsRequest)
           
 

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