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

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

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

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

Uses of AcceptObjectsRequestType 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 AcceptObjectsRequestType
 class AcceptObjectsRequestTypeImpl
          An implementation of the model object 'Accept Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return AcceptObjectsRequestType
 AcceptObjectsRequestType LCMFactoryImpl.createAcceptObjectsRequestType()
           
 AcceptObjectsRequestType DocumentRootImpl.getAcceptObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type AcceptObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAcceptObjectsRequest(AcceptObjectsRequestType newAcceptObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAcceptObjectsRequest(AcceptObjectsRequestType newAcceptObjectsRequest)
           
 

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