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

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

Subinterfaces of RegistryObjectQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 interface AdhocQueryQueryType
          A representation of the model object 'Adhoc Query Query Type'.
 interface AssociationQueryType
          A representation of the model object 'Association Query Type'.
 interface ClassificationNodeQueryType
          A representation of the model object 'Classification Node Query Type'.
 interface ClassificationQueryType
          A representation of the model object 'Classification Query Type'.
 interface ClassificationSchemeQueryType
          A representation of the model object 'Classification Scheme Query Type'.
 interface ExternalIdentifierQueryType
          A representation of the model object 'External Identifier Query Type'.
 interface ExternalLinkQueryType
          A representation of the model object 'External Link Query Type'.
 interface ExtrinsicObjectQueryType
          A representation of the model object 'Extrinsic Object Query Type'.
 interface FederationQueryType
          A representation of the model object 'Federation Query Type'.
 interface NotificationQueryType
          A representation of the model object 'Notification Query Type'.
 interface OrganizationQueryType
          A representation of the model object 'Organization Query Type'.
 interface PersonQueryType
          A representation of the model object 'Person Query Type'.
 interface RegistryPackageQueryType
          A representation of the model object 'Registry Package Query Type'.
 interface RegistryQueryType
          A representation of the model object 'Registry Query Type'.
 interface ServiceBindingQueryType
          A representation of the model object 'Service Binding Query Type'.
 interface ServiceQueryType
          A representation of the model object 'Service Query Type'.
 interface SpecificationLinkQueryType
          A representation of the model object 'Specification Link Query Type'.
 interface SubscriptionQueryType
          A representation of the model object 'Subscription Query Type'.
 interface UserQueryType
          A representation of the model object 'User Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return RegistryObjectQueryType
 RegistryObjectQueryType QueryFactory.createRegistryObjectQueryType()
          Returns a new object of class 'Registry Object Query Type'.
 RegistryObjectQueryType DocumentRoot.getAssociationQuery()
          Returns the value of the 'Association Query' containment reference.
 RegistryObjectQueryType ClassificationQueryType.getClassifiedObjectQuery()
          Returns the value of the 'Classified Object Query' containment reference.
 RegistryObjectQueryType ClassificationNodeQueryType.getParentQuery()
          Returns the value of the 'Parent Query' containment reference.
 RegistryObjectQueryType NotificationQueryType.getRegistryObjectQuery()
          Returns the value of the 'Registry Object Query' containment reference.
 RegistryObjectQueryType ExternalIdentifierQueryType.getRegistryObjectQuery()
          Returns the value of the 'Registry Object Query' containment reference.
 RegistryObjectQueryType DocumentRoot.getRegistryObjectQuery()
          Returns the value of the 'Registry Object Query' containment reference.
 RegistryObjectQueryType AssociationQueryType.getSourceObjectQuery()
          Returns the value of the 'Source Object Query' containment reference.
 RegistryObjectQueryType SpecificationLinkQueryType.getSpecificationObjectQuery()
          Returns the value of the 'Specification Object Query' containment reference.
 RegistryObjectQueryType AssociationQueryType.getTargetObjectQuery()
          Returns the value of the 'Target Object Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type RegistryObjectQueryType
 void DocumentRoot.setAssociationQuery(RegistryObjectQueryType value)
          Sets the value of the 'Association Query' containment reference.
 void ClassificationQueryType.setClassifiedObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Classified Object Query' containment reference.
 void ClassificationNodeQueryType.setParentQuery(RegistryObjectQueryType value)
          Sets the value of the 'Parent Query' containment reference.
 void NotificationQueryType.setRegistryObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Registry Object Query' containment reference.
 void ExternalIdentifierQueryType.setRegistryObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Registry Object Query' containment reference.
 void DocumentRoot.setRegistryObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Registry Object Query' containment reference.
 void AssociationQueryType.setSourceObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Source Object Query' containment reference.
 void SpecificationLinkQueryType.setSpecificationObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Specification Object Query' containment reference.
 void AssociationQueryType.setTargetObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Target Object Query' containment reference.
 

Uses of RegistryObjectQueryType 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 RegistryObjectQueryType
 RegistryObjectQueryType QueryFactoryImpl.createRegistryObjectQueryType()
           
 RegistryObjectQueryType DocumentRootImpl.getAssociationQuery()
           
 RegistryObjectQueryType ClassificationQueryTypeImpl.getClassifiedObjectQuery()
           
 RegistryObjectQueryType ClassificationNodeQueryTypeImpl.getParentQuery()
           
 RegistryObjectQueryType NotificationQueryTypeImpl.getRegistryObjectQuery()
           
 RegistryObjectQueryType ExternalIdentifierQueryTypeImpl.getRegistryObjectQuery()
           
 RegistryObjectQueryType DocumentRootImpl.getRegistryObjectQuery()
           
 RegistryObjectQueryType AssociationQueryTypeImpl.getSourceObjectQuery()
           
 RegistryObjectQueryType SpecificationLinkQueryTypeImpl.getSpecificationObjectQuery()
           
 RegistryObjectQueryType AssociationQueryTypeImpl.getTargetObjectQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type RegistryObjectQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAssociationQuery(RegistryObjectQueryType newAssociationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClassificationQueryTypeImpl.basicSetClassifiedObjectQuery(RegistryObjectQueryType newClassifiedObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClassificationNodeQueryTypeImpl.basicSetParentQuery(RegistryObjectQueryType newParentQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain NotificationQueryTypeImpl.basicSetRegistryObjectQuery(RegistryObjectQueryType newRegistryObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ExternalIdentifierQueryTypeImpl.basicSetRegistryObjectQuery(RegistryObjectQueryType newRegistryObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryObjectQuery(RegistryObjectQueryType newRegistryObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationQueryTypeImpl.basicSetSourceObjectQuery(RegistryObjectQueryType newSourceObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SpecificationLinkQueryTypeImpl.basicSetSpecificationObjectQuery(RegistryObjectQueryType newSpecificationObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationQueryTypeImpl.basicSetTargetObjectQuery(RegistryObjectQueryType newTargetObjectQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAssociationQuery(RegistryObjectQueryType newAssociationQuery)
           
 void ClassificationQueryTypeImpl.setClassifiedObjectQuery(RegistryObjectQueryType newClassifiedObjectQuery)
           
 void ClassificationNodeQueryTypeImpl.setParentQuery(RegistryObjectQueryType newParentQuery)
           
 void NotificationQueryTypeImpl.setRegistryObjectQuery(RegistryObjectQueryType newRegistryObjectQuery)
           
 void ExternalIdentifierQueryTypeImpl.setRegistryObjectQuery(RegistryObjectQueryType newRegistryObjectQuery)
           
 void DocumentRootImpl.setRegistryObjectQuery(RegistryObjectQueryType newRegistryObjectQuery)
           
 void AssociationQueryTypeImpl.setSourceObjectQuery(RegistryObjectQueryType newSourceObjectQuery)
           
 void SpecificationLinkQueryTypeImpl.setSpecificationObjectQuery(RegistryObjectQueryType newSpecificationObjectQuery)
           
 void AssociationQueryTypeImpl.setTargetObjectQuery(RegistryObjectQueryType newTargetObjectQuery)
           
 

Uses of RegistryObjectQueryType 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 RegistryObjectQueryType
 java.lang.Object QuerySwitch.caseRegistryObjectQueryType(RegistryObjectQueryType object)
          Returns the result of interpretting the object as an instance of 'Registry Object Query Type'.