org.eclipse.ohf.ihe.common.ebxml._2._1.query
Interface ClassificationQueryType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, 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
 FilterType getClassificationFilter()
          Returns the value of the 'Classification Filter' containment reference.
 ClassificationNodeQueryType getClassificationNodeQuery()
          Returns the value of the 'Classification Node Query' containment reference.
 ClassificationSchemeQueryType getClassificationSchemeQuery()
          Returns the value of the 'Classification Scheme Query' containment reference.
 RegistryEntryQueryType getRegistryEntryQuery()
          Returns the value of the 'Registry Entry Query' containment reference.
 RegistryObjectQueryType getRegistryObjectQuery()
          Returns the value of the 'Registry Object Query' containment reference.
 void setClassificationFilter(FilterType value)
          Sets the value of the 'Classification Filter' 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 setRegistryEntryQuery(RegistryEntryQueryType value)
          Sets the value of the 'Registry Entry 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._2._1.query.RegistryObjectQueryType
getAuditableEventQuery, getClassifiedByBranch, getDescriptionBranch, getExternalIdentifierFilter, getNameBranch, getRegistryObjectFilter, getSlotBranch, getSourceAssociationBranch, getTargetAssociationBranch, setDescriptionBranch, setNameBranch, setRegistryObjectFilter
 
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

getClassificationFilter

FilterType getClassificationFilter()
Returns the value of the 'Classification Filter' containment reference.

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

Returns:
the value of the 'Classification Filter' containment reference.
See Also:
setClassificationFilter(FilterType), QueryPackage.getClassificationQueryType_ClassificationFilter()

setClassificationFilter

void setClassificationFilter(FilterType value)
Sets the value of the 'Classification Filter' containment reference.

Parameters:
value - the new value of the 'Classification Filter' containment reference.
See Also:
getClassificationFilter()

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()

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()

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.getClassificationQueryType_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()

getRegistryEntryQuery

RegistryEntryQueryType getRegistryEntryQuery()
Returns the value of the 'Registry Entry Query' containment reference.

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

Returns:
the value of the 'Registry Entry Query' containment reference.
See Also:
setRegistryEntryQuery(RegistryEntryQueryType), QueryPackage.getClassificationQueryType_RegistryEntryQuery()

setRegistryEntryQuery

void setRegistryEntryQuery(RegistryEntryQueryType value)
Sets the value of the 'Registry Entry Query' containment reference.

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