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

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

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

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

Uses of ApproveObjectsRequestType 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 ApproveObjectsRequestType
 class ApproveObjectsRequestTypeImpl
          An implementation of the model object 'Approve Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return ApproveObjectsRequestType
 ApproveObjectsRequestType LCMFactoryImpl.createApproveObjectsRequestType()
           
 ApproveObjectsRequestType DocumentRootImpl.getApproveObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type ApproveObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetApproveObjectsRequest(ApproveObjectsRequestType newApproveObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setApproveObjectsRequest(ApproveObjectsRequestType newApproveObjectsRequest)
           
 

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