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

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

public interface ClassificationQueryType
extends RegistryObjectQueryType

A representation of the model object 'Classification Query Type'.

The following features are supported:

See Also:
QueryPackage.getClassificationQueryType()

Method Summary
 ClassificationNodeQueryType getClassificationNodeQuery()
          Returns the value of the 'Classification Node Query' containment reference.
 ClassificationSchemeQueryType getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 RegistryObjectQueryType getClassifiedObjectQuery()
          Returns the value of the 'Classified Object Query' containment reference.
 void setClassificationNodeQuery(ClassificationNodeQueryType value)
          Sets the value of the 'Classification Node Query' containment reference.
 void setClassificationSchemeQuery(ClassificationSchemeQueryType value)
          Sets the value of the 'Classification Scheme Query' containment reference.
 void setClassifiedObjectQuery(RegistryObjectQueryType value)
          Sets the value of the 'Classified 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

getClassificationSchemeQuery

ClassificationSchemeQueryType getClassificationSchemeQuery()
Returns the value of the 'Classification Scheme Query' containment reference.

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

Returns:
the value of the 'Classification Scheme Query' containment reference.
See Also:
setClassificationSchemeQuery(ClassificationSchemeQueryType), QueryPackage.getClassificationQueryType_ClassificationSchemeQuery()

setClassificationSchemeQuery

void setClassificationSchemeQuery(ClassificationSchemeQueryType value)
Sets the value of the 'Classification Scheme Query' containment reference.

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

getClassifiedObjectQuery

RegistryObjectQueryType getClassifiedObjectQuery()
Returns the value of the 'Classified Object Query' containment reference.

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

Returns:
the value of the 'Classified Object Query' containment reference.
See Also:
setClassifiedObjectQuery(RegistryObjectQueryType), QueryPackage.getClassificationQueryType_ClassifiedObjectQuery()

setClassifiedObjectQuery

void setClassifiedObjectQuery(RegistryObjectQueryType value)
Sets the value of the 'Classified Object Query' containment reference.

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

getClassificationNodeQuery

ClassificationNodeQueryType getClassificationNodeQuery()
Returns the value of the 'Classification Node Query' containment reference.

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

Returns:
the value of the 'Classification Node Query' containment reference.
See Also:
setClassificationNodeQuery(ClassificationNodeQueryType), QueryPackage.getClassificationQueryType_ClassificationNodeQuery()

setClassificationNodeQuery

void setClassificationNodeQuery(ClassificationNodeQueryType value)
Sets the value of the 'Classification Node Query' containment reference.

Parameters:
value - the new value of the 'Classification Node Query' containment reference.
See Also:
getClassificationNodeQuery()