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

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

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

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

Uses of GetContentRequestType 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 GetContentRequestType
 class GetContentRequestTypeImpl
          An implementation of the model object 'Get Content Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return GetContentRequestType
 GetContentRequestType QueryFactoryImpl.createGetContentRequestType()
           
 GetContentRequestType DocumentRootImpl.getGetContentRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type GetContentRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetGetContentRequest(GetContentRequestType newGetContentRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setGetContentRequest(GetContentRequestType newGetContentRequest)
           
 

Uses of GetContentRequestType 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 GetContentRequestType
 java.lang.Object QuerySwitch.caseGetContentRequestType(GetContentRequestType object)
          Returns the result of interpretting the object as an instance of 'Get Content Request Type'.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return GetContentRequestType
 GetContentRequestType RootElementType.getGetContentRequest()
          Returns the value of the 'Get Content Request' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type GetContentRequestType
 void RootElementType.setGetContentRequest(GetContentRequestType value)
          Sets the value of the 'Get Content Request' containment reference.
 

Uses of GetContentRequestType 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 GetContentRequestType
 GetContentRequestType RootElementTypeImpl.getGetContentRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type GetContentRequestType
 org.eclipse.emf.common.notify.NotificationChain RootElementTypeImpl.basicSetGetContentRequest(GetContentRequestType newGetContentRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RootElementTypeImpl.setGetContentRequest(GetContentRequestType newGetContentRequest)