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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return RequestAcceptedResponseType
 RequestAcceptedResponseType RegistryFactory.createRequestAcceptedResponseType()
          Returns a new object of class 'Request Accepted Response Type'.
 RequestAcceptedResponseType DocumentRoot.getRequestAcceptedResponse()
          Returns the value of the 'Request Accepted Response' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type RequestAcceptedResponseType
 void DocumentRoot.setRequestAcceptedResponse(RequestAcceptedResponseType value)
          Sets the value of the 'Request Accepted Response' containment reference.
 

Uses of RequestAcceptedResponseType 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 RequestAcceptedResponseType
 class RequestAcceptedResponseTypeImpl
          An implementation of the model object 'Request Accepted Response Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return RequestAcceptedResponseType
 RequestAcceptedResponseType RegistryFactoryImpl.createRequestAcceptedResponseType()
           
 RequestAcceptedResponseType DocumentRootImpl.getRequestAcceptedResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type RequestAcceptedResponseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRequestAcceptedResponse(RequestAcceptedResponseType newRequestAcceptedResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRequestAcceptedResponse(RequestAcceptedResponseType newRequestAcceptedResponse)
           
 

Uses of RequestAcceptedResponseType 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 RequestAcceptedResponseType
 java.lang.Object RegistrySwitch.caseRequestAcceptedResponseType(RequestAcceptedResponseType object)
          Returns the result of interpretting the object as an instance of 'Request Accepted Response Type'.