org.eclipse.ohf.ihe.common.ebxml._3._0.query
Interface ExternalIdentifierQueryType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, FilterQueryType, org.eclipse.emf.common.notify.Notifier, RegistryObjectQueryType
All Known Implementing Classes:
ExternalIdentifierQueryTypeImpl

public interface ExternalIdentifierQueryType
extends RegistryObjectQueryType

A representation of the model object 'External Identifier Query Type'.

The following features are supported:

See Also:
QueryPackage.getExternalIdentifierQueryType()

Method Summary
 ClassificationSchemeQueryType getIdentificationSchemeQuery()
          Returns the value of the 'Identification Scheme Query' containment reference.
 RegistryObjectQueryType getRegistryObjectQuery()
          Returns the value of the 'Registry Object Query' containment reference.
 void setIdentificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Identification Scheme Query' containment reference.
 void setRegistryObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Registry Object Query' containment reference.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._3._0.query.RegistryObjectQueryType
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilter
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._3._0.query.FilterQueryType
getPrimaryFilter, setPrimaryFilter
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRegistryObjectQuery

RegistryObjectQueryType getRegistryObjectQuery()
Returns the value of the 'Registry Object Query' containment reference.

If the meaning of the 'Registry Object Query' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Registry Object Query' containment reference.
See Also:
setRegistryObjectQuery(RegistryObjectQueryType), QueryPackage.getExternalIdentifierQueryType_RegistryObjectQuery()

setRegistryObjectQuery

void setRegistryObjectQuery(RegistryObjectQueryType value)
Sets the value of the 'Registry Object Query' containment reference.

Parameters:
value - the new value of the 'Registry Object Query' containment reference.
See Also:
getRegistryObjectQuery()

getIdentificationSchemeQuery

ClassificationSchemeQueryType getIdentificationSchemeQuery()
Returns the value of the 'Identification Scheme Query' containment reference.

If the meaning of the 'Identification Scheme Query' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Identification Scheme Query' containment reference.
See Also:
setIdentificationSchemeQuery(ClassificationSchemeQueryType), QueryPackage.getExternalIdentifierQueryType_IdentificationSchemeQuery()

setIdentificationSchemeQuery

void setIdentificationSchemeQuery(ClassificationSchemeQueryType value)
Sets the value of the 'Identification Scheme Query' containment reference.

Parameters:
value - the new value of the 'Identification Scheme Query' containment reference.
See Also:
getIdentificationSchemeQuery()