Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.ResponseOptionType

Packages that use ResponseOptionType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.util   
 

Uses of ResponseOptionType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return ResponseOptionType
 ResponseOptionType QueryFactory.createResponseOptionType()
          Returns a new object of class 'Response Option Type'.
 ResponseOptionType DocumentRoot.getResponseOption()
          Returns the value of the 'Response Option' containment reference.
 ResponseOptionType AdhocQueryRequestType.getResponseOption()
          Returns the value of the 'Response Option' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type ResponseOptionType
 void DocumentRoot.setResponseOption(ResponseOptionType value)
          Sets the value of the 'Response Option' containment reference.
 void AdhocQueryRequestType.setResponseOption(ResponseOptionType value)
          Sets the value of the 'Response Option' containment reference.
 

Uses of ResponseOptionType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return ResponseOptionType
 ResponseOptionType QueryFactoryImpl.createResponseOptionType()
           
 ResponseOptionType DocumentRootImpl.getResponseOption()
           
 ResponseOptionType AdhocQueryRequestTypeImpl.getResponseOption()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ResponseOptionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetResponseOption(ResponseOptionType newResponseOption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AdhocQueryRequestTypeImpl.basicSetResponseOption(ResponseOptionType newResponseOption, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setResponseOption(ResponseOptionType newResponseOption)
           
 void AdhocQueryRequestTypeImpl.setResponseOption(ResponseOptionType newResponseOption)
           
 

Uses of ResponseOptionType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util with parameters of type ResponseOptionType
 java.lang.Object QuerySwitch.caseResponseOptionType(ResponseOptionType object)
          Returns the result of interpretting the object as an instance of 'Response Option Type'.