Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.query.GetContentResponseType

Packages that use GetContentResponseType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.util   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl   
 

Uses of GetContentResponseType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return GetContentResponseType
 GetContentResponseType QueryFactory.createGetContentResponseType()
          Returns a new object of class 'Get Content Response Type'.
 GetContentResponseType DocumentRoot.getGetContentResponse()
          Returns the value of the 'Get Content Response' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type GetContentResponseType
 void DocumentRoot.setGetContentResponse(GetContentResponseType value)
          Sets the value of the 'Get Content Response' containment reference.
 

Uses of GetContentResponseType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that implement GetContentResponseType
 class GetContentResponseTypeImpl
          An implementation of the model object 'Get Content Response Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return GetContentResponseType
 GetContentResponseType QueryFactoryImpl.createGetContentResponseType()
           
 GetContentResponseType DocumentRootImpl.getGetContentResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type GetContentResponseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetGetContentResponse(GetContentResponseType newGetContentResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setGetContentResponse(GetContentResponseType newGetContentResponse)
           
 

Uses of GetContentResponseType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util with parameters of type GetContentResponseType
 java.lang.Object QuerySwitch.caseGetContentResponseType(GetContentResponseType object)
          Returns the result of interpretting the object as an instance of 'Get Content Response Type'.
 

Uses of GetContentResponseType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return GetContentResponseType
 GetContentResponseType RegistryResponseType.getGetContentResponse()
          Returns the value of the 'Get Content Response' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type GetContentResponseType
 void RegistryResponseType.setGetContentResponse(GetContentResponseType value)
          Sets the value of the 'Get Content Response' containment reference.
 

Uses of GetContentResponseType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return GetContentResponseType
 GetContentResponseType RegistryResponseTypeImpl.getGetContentResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type GetContentResponseType
 org.eclipse.emf.common.notify.NotificationChain RegistryResponseTypeImpl.basicSetGetContentResponse(GetContentResponseType newGetContentResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RegistryResponseTypeImpl.setGetContentResponse(GetContentResponseType newGetContentResponse)