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

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

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

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

Uses of SubmitObjectsRequestType 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 SubmitObjectsRequestType
 class SubmitObjectsRequestTypeImpl
          An implementation of the model object 'Submit Objects Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl that return SubmitObjectsRequestType
 SubmitObjectsRequestType LCMFactoryImpl.createSubmitObjectsRequestType()
           
 SubmitObjectsRequestType DocumentRootImpl.getSubmitObjectsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.lcm.impl with parameters of type SubmitObjectsRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSubmitObjectsRequest(SubmitObjectsRequestType newSubmitObjectsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSubmitObjectsRequest(SubmitObjectsRequestType newSubmitObjectsRequest)
           
 

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